What color is Light Pink?
Light pink is a soft, pale shade of pink with a warm, gentle tone, hex #FFB5C0, close to the color of a peony petal. It is lighter than a standard pink but not white, with enough color to appear clearly rosy.
What is the meaning of the color Light Pink?
Pink as a distinct color name entered English in the late 17th century, borrowed from the flower of the same name. For much of the 18th and 19th centuries, pink was considered suitable for boys and blue for girls, a convention documented in trade catalogs and fashion guides of the period. That association reversed in the early 20th century, with the shift largely settled in Western markets by the 1940s. The soft, lighter end of the pink range became a signature of Elsa Schiaparelli’s shocking pink line in the 1930s, anchoring pale pink as a fashion color with cultural weight.
What colors go with Light Pink?
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #FFB5C0 |
color: #FFB5C0;
|
| RGB | 255, 181, 192 |
color: rgb(255, 181, 192);
|
| RGB Percentage | 100%, 71%, 75% |
color: rgb(100%, 71%, 75%);
|
| CMYK | 0%, 29%, 25%, 0% | Not supported in CSS |
| HSL | 351°, 100%, 85% |
color: hsl(351, 100%, 85%);
|
| HSV | 351°, 29%, 100% | Not supported in CSS |
| CIE-LAB | 68, 15, -4 |
color: lab(68% 15 -4);
|
| Decimal | 16758208 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
.light-pink {
color: #FFB5C0;
}
$light-pink: #FFB5C0;
rgb(255, 181, 192)