Shades of Cherub #FCD2D9
Tints of Cherub #FCD2D9
RGB
CMYK
RGB Variations
Color information
#FCD2D9 (or 0xFCD2D9) is known color: Cherub. HEX triplet: FC, D2 and D9. RGB value is (252,210,217). Sum of RGB (Red+Green+Blue) = 252+210+217=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 210 (82.42% from 255 or 30.93% from 679); Blue value is 217 (85.16% from 255 or 31.96% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD2D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD2D9 is #032D26. Grayscale: #DFDFDF. Windows color (decimal): -208167 or 14275324. OLE color: 14275324.
HSL color Cylindrical-coordinate representation of color #FCD2D9: hue angle of 350º degrees, saturation: 0.88, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FCD2D9 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 217 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.01 |
| HSL | 350º | 0.88% | 0.91% | - |
| HSV(B) | 350º | 0.17% | 0.99% | - |
| XYZ | 75.72 | 71.8 | 75.51 | - |
| YUV | 223.36 | 124.41 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 217 | 0 | 0.17 | 0.14 | 0.01 | 350 | 0.88 | 0.91 |
| Hex | FC | D2 | D9 | 0 | 11 | E | 1 | 15E | 58 | 5B |
| Octal | 374 | 322 | 331 | 0 | 21 | 16 | 1 | 536 | 130 | 133 |
| Binary | 11111100 | 11010010 | 11011001 | 0 | 10001 | 1110 | 1 | 101011110 | 1011000 | 1011011 |
Color Harmonies of #FCD2D9
Complementary color
Monochromatic Colors of #FCD2D9
Black with #FCD2D9
Text Example
Text Example
White with #FCD2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD2D9; }
p { color: rgb(252,210,217); }
H1.HeaderClassName
{
color: #FCD2D9;
}
.AnyTagClassName
{
color: #FCD2D9;
}
</style>
background-color css
<style>
a { background-color: #FCD2D9; }
a { background-color: rgb(252,210,217); }
div.DivClassName
{
background-color: #FCD2D9;
}
.BgClassName
{
background-color: #FCD2D9;
}
</style>
border-color css
<style>
span { border-color: #FCD2D9; }
span { border-color: rgb(252,210,217); }
td.TdClassName
{
border-color: #FCD2D9;
}
.TagClassName
{
border-color: #FCD2D9;
}
</style>