Shades of Cherub #FCD1D7
Tints of Cherub #FCD1D7
RGB
CMYK
RGB Variations
Color information
#FCD1D7 (or 0xFCD1D7) is known color: Cherub. HEX triplet: FC, D1 and D7. RGB value is (252,209,215). Sum of RGB (Red+Green+Blue) = 252+209+215=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 209 (82.03% from 255 or 30.92% from 676); Blue value is 215 (84.38% from 255 or 31.80% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD1D7 is #032E28. Grayscale: #DEDEDE. Windows color (decimal): -208425 or 14143996. OLE color: 14143996.
HSL color Cylindrical-coordinate representation of color #FCD1D7: hue angle of 351.63º 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 #FCD1D7 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 215 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.01 |
| HSL | 351.63º | 0.88% | 0.9% | - |
| HSV(B) | 351.63º | 0.17% | 0.99% | - |
| XYZ | 75.21 | 71.2 | 74.07 | - |
| YUV | 222.54 | 123.75 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 215 | 0 | 0.17 | 0.15 | 0.01 | 351.63 | 0.88 | 0.9 |
| Hex | FC | D1 | D7 | 0 | 11 | F | 1 | 160 | 58 | 5A |
| Octal | 374 | 321 | 327 | 0 | 21 | 17 | 1 | 540 | 130 | 132 |
| Binary | 11111100 | 11010001 | 11010111 | 0 | 10001 | 1111 | 1 | 101100000 | 1011000 | 1011010 |
Color Harmonies of #FCD1D7
Complementary color
Monochromatic Colors of #FCD1D7
Black with #FCD1D7
Text Example
Text Example
White with #FCD1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD1D7; }
p { color: rgb(252,209,215); }
H1.HeaderClassName
{
color: #FCD1D7;
}
.AnyTagClassName
{
color: #FCD1D7;
}
</style>
background-color css
<style>
a { background-color: #FCD1D7; }
a { background-color: rgb(252,209,215); }
div.DivClassName
{
background-color: #FCD1D7;
}
.BgClassName
{
background-color: #FCD1D7;
}
</style>
border-color css
<style>
span { border-color: #FCD1D7; }
span { border-color: rgb(252,209,215); }
td.TdClassName
{
border-color: #FCD1D7;
}
.TagClassName
{
border-color: #FCD1D7;
}
</style>