Shades of Cherub #FCD1D9
Tints of Cherub #FCD1D9
RGB
CMYK
RGB Variations
Color information
#FCD1D9 (or 0xFCD1D9) is known color: Cherub. HEX triplet: FC, D1 and D9. RGB value is (252,209,217). Sum of RGB (Red+Green+Blue) = 252+209+217=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 209 (82.03% from 255 or 30.83% from 678); Blue value is 217 (85.16% from 255 or 32.01% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD1D9 is #032E26. Grayscale: #DEDEDE. Windows color (decimal): -208423 or 14275068. OLE color: 14275068.
HSL color Cylindrical-coordinate representation of color #FCD1D9: hue angle of 348.84º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FCD1D9 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 217 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.01 |
| HSL | 348.84º | 0.88% | 0.9% | - |
| HSV(B) | 348.84º | 0.17% | 0.99% | - |
| XYZ | 75.47 | 71.31 | 75.43 | - |
| YUV | 222.77 | 124.75 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 217 | 0 | 0.17 | 0.14 | 0.01 | 348.84 | 0.88 | 0.9 |
| Hex | FC | D1 | D9 | 0 | 11 | E | 1 | 15D | 58 | 5A |
| Octal | 374 | 321 | 331 | 0 | 21 | 16 | 1 | 535 | 130 | 132 |
| Binary | 11111100 | 11010001 | 11011001 | 0 | 10001 | 1110 | 1 | 101011101 | 1011000 | 1011010 |
Color Harmonies of #FCD1D9
Complementary color
Monochromatic Colors of #FCD1D9
Black with #FCD1D9
Text Example
Text Example
White with #FCD1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD1D9; }
p { color: rgb(252,209,217); }
H1.HeaderClassName
{
color: #FCD1D9;
}
.AnyTagClassName
{
color: #FCD1D9;
}
</style>
background-color css
<style>
a { background-color: #FCD1D9; }
a { background-color: rgb(252,209,217); }
div.DivClassName
{
background-color: #FCD1D9;
}
.BgClassName
{
background-color: #FCD1D9;
}
</style>
border-color css
<style>
span { border-color: #FCD1D9; }
span { border-color: rgb(252,209,217); }
td.TdClassName
{
border-color: #FCD1D9;
}
.TagClassName
{
border-color: #FCD1D9;
}
</style>