Shades of Lavender Pink #FCA9CE
Tints of Lavender Pink #FCA9CE
RGB
CMYK
RGB Variations
Color information
#FCA9CE (or 0xFCA9CE) is known color: Lavender Pink. HEX triplet: FC, A9 and CE. RGB value is (252,169,206). Sum of RGB (Red+Green+Blue) = 252+169+206=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 169 (66.41% from 255 or 26.95% from 627); Blue value is 206 (80.86% from 255 or 32.85% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA9CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA9CE is #035631. Grayscale: #C5C5C5. Windows color (decimal): -218674 or 13543932. OLE color: 13543932.
HSL color Cylindrical-coordinate representation of color #FCA9CE: hue angle of 333.25º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCA9CE is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 169 | 206 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.01 |
| HSL | 333.25º | 0.93% | 0.83% | - |
| HSV(B) | 333.25º | 0.33% | 0.99% | - |
| XYZ | 65.47 | 53.53 | 65.27 | - |
| YUV | 198.04 | 132.5 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 169 | 206 | 0 | 0.33 | 0.18 | 0.01 | 333.25 | 0.93 | 0.83 |
| Hex | FC | A9 | CE | 0 | 21 | 12 | 1 | 14D | 5D | 53 |
| Octal | 374 | 251 | 316 | 0 | 41 | 22 | 1 | 515 | 135 | 123 |
| Binary | 11111100 | 10101001 | 11001110 | 0 | 100001 | 10010 | 1 | 101001101 | 1011101 | 1010011 |
Color Harmonies of #FCA9CE
Complementary color
Monochromatic Colors of #FCA9CE
Black with #FCA9CE
Text Example
Text Example
White with #FCA9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA9CE; }
p { color: rgb(252,169,206); }
H1.HeaderClassName
{
color: #FCA9CE;
}
.AnyTagClassName
{
color: #FCA9CE;
}
</style>
background-color css
<style>
a { background-color: #FCA9CE; }
a { background-color: rgb(252,169,206); }
div.DivClassName
{
background-color: #FCA9CE;
}
.BgClassName
{
background-color: #FCA9CE;
}
</style>
border-color css
<style>
span { border-color: #FCA9CE; }
span { border-color: rgb(252,169,206); }
td.TdClassName
{
border-color: #FCA9CE;
}
.TagClassName
{
border-color: #FCA9CE;
}
</style>