Shades of Cherub #FCD1D8
Tints of Cherub #FCD1D8
RGB
CMYK
RGB Variations
Color information
#FCD1D8 (or 0xFCD1D8) is known color: Cherub. HEX triplet: FC, D1 and D8. RGB value is (252,209,216). Sum of RGB (Red+Green+Blue) = 252+209+216=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 209 (82.03% from 255 or 30.87% from 677); Blue value is 216 (84.77% from 255 or 31.91% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD1D8 is #032E27. Grayscale: #DEDEDE. Windows color (decimal): -208424 or 14209532. OLE color: 14209532.
HSL color Cylindrical-coordinate representation of color #FCD1D8: hue angle of 350.23º 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 #FCD1D8 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 216 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.01 |
| HSL | 350.23º | 0.88% | 0.9% | - |
| HSV(B) | 350.23º | 0.17% | 0.99% | - |
| XYZ | 75.34 | 71.25 | 74.75 | - |
| YUV | 222.66 | 124.25 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 216 | 0 | 0.17 | 0.14 | 0.01 | 350.23 | 0.88 | 0.9 |
| Hex | FC | D1 | D8 | 0 | 11 | E | 1 | 15E | 58 | 5A |
| Octal | 374 | 321 | 330 | 0 | 21 | 16 | 1 | 536 | 130 | 132 |
| Binary | 11111100 | 11010001 | 11011000 | 0 | 10001 | 1110 | 1 | 101011110 | 1011000 | 1011010 |
Color Harmonies of #FCD1D8
Complementary color
Monochromatic Colors of #FCD1D8
Black with #FCD1D8
Text Example
Text Example
White with #FCD1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD1D8; }
p { color: rgb(252,209,216); }
H1.HeaderClassName
{
color: #FCD1D8;
}
.AnyTagClassName
{
color: #FCD1D8;
}
</style>
background-color css
<style>
a { background-color: #FCD1D8; }
a { background-color: rgb(252,209,216); }
div.DivClassName
{
background-color: #FCD1D8;
}
.BgClassName
{
background-color: #FCD1D8;
}
</style>
border-color css
<style>
span { border-color: #FCD1D8; }
span { border-color: rgb(252,209,216); }
td.TdClassName
{
border-color: #FCD1D8;
}
.TagClassName
{
border-color: #FCD1D8;
}
</style>