Shades of Cherub #FCD2DA
Tints of Cherub #FCD2DA
RGB
CMYK
RGB Variations
Color information
#FCD2DA (or 0xFCD2DA) is known color: Cherub. HEX triplet: FC, D2 and DA. RGB value is (252,210,218). Sum of RGB (Red+Green+Blue) = 252+210+218=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 210 (82.42% from 255 or 30.88% from 680); Blue value is 218 (85.55% from 255 or 32.06% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD2DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD2DA is #032D25. Grayscale: #DFDFDF. Windows color (decimal): -208166 or 14340860. OLE color: 14340860.
HSL color Cylindrical-coordinate representation of color #FCD2DA: hue angle of 348.57º 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 #FCD2DA is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 218 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.01 |
| HSL | 348.57º | 0.88% | 0.91% | - |
| HSV(B) | 348.57º | 0.17% | 0.99% | - |
| XYZ | 75.85 | 71.85 | 76.2 | - |
| YUV | 223.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 218 | 0 | 0.17 | 0.13 | 0.01 | 348.57 | 0.88 | 0.91 |
| Hex | FC | D2 | DA | 0 | 11 | D | 1 | 15D | 58 | 5B |
| Octal | 374 | 322 | 332 | 0 | 21 | 15 | 1 | 535 | 130 | 133 |
| Binary | 11111100 | 11010010 | 11011010 | 0 | 10001 | 1101 | 1 | 101011101 | 1011000 | 1011011 |
Color Harmonies of #FCD2DA
Complementary color
Monochromatic Colors of #FCD2DA
Black with #FCD2DA
Text Example
Text Example
White with #FCD2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD2DA; }
p { color: rgb(252,210,218); }
H1.HeaderClassName
{
color: #FCD2DA;
}
.AnyTagClassName
{
color: #FCD2DA;
}
</style>
background-color css
<style>
a { background-color: #FCD2DA; }
a { background-color: rgb(252,210,218); }
div.DivClassName
{
background-color: #FCD2DA;
}
.BgClassName
{
background-color: #FCD2DA;
}
</style>
border-color css
<style>
span { border-color: #FCD2DA; }
span { border-color: rgb(252,210,218); }
td.TdClassName
{
border-color: #FCD2DA;
}
.TagClassName
{
border-color: #FCD2DA;
}
</style>