Shades of Cherub #FCD4DD
Tints of Cherub #FCD4DD
RGB
CMYK
RGB Variations
Color information
#FCD4DD (or 0xFCD4DD) is known color: Cherub. HEX triplet: FC, D4 and DD. RGB value is (252,212,221). Sum of RGB (Red+Green+Blue) = 252+212+221=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 212 (83.20% from 255 or 30.95% from 685); Blue value is 221 (86.72% from 255 or 32.26% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD4DD is #032B22. Grayscale: #E0E0E0. Windows color (decimal): -207651 or 14537980. OLE color: 14537980.
HSL color Cylindrical-coordinate representation of color #FCD4DD: hue angle of 346.5º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FCD4DD is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 221 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.01 |
| HSL | 346.5º | 0.87% | 0.91% | - |
| HSV(B) | 346.5º | 0.16% | 0.99% | - |
| XYZ | 76.74 | 73 | 78.45 | - |
| YUV | 224.99 | 125.75 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 221 | 0 | 0.16 | 0.12 | 0.01 | 346.5 | 0.87 | 0.91 |
| Hex | FC | D4 | DD | 0 | 10 | C | 1 | 15A | 57 | 5B |
| Octal | 374 | 324 | 335 | 0 | 20 | 14 | 1 | 532 | 127 | 133 |
| Binary | 11111100 | 11010100 | 11011101 | 0 | 10000 | 1100 | 1 | 101011010 | 1010111 | 1011011 |
Color Harmonies of #FCD4DD
Complementary color
Monochromatic Colors of #FCD4DD
Black with #FCD4DD
Text Example
Text Example
White with #FCD4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD4DD; }
p { color: rgb(252,212,221); }
H1.HeaderClassName
{
color: #FCD4DD;
}
.AnyTagClassName
{
color: #FCD4DD;
}
</style>
background-color css
<style>
a { background-color: #FCD4DD; }
a { background-color: rgb(252,212,221); }
div.DivClassName
{
background-color: #FCD4DD;
}
.BgClassName
{
background-color: #FCD4DD;
}
</style>
border-color css
<style>
span { border-color: #FCD4DD; }
span { border-color: rgb(252,212,221); }
td.TdClassName
{
border-color: #FCD4DD;
}
.TagClassName
{
border-color: #FCD4DD;
}
</style>