Shades of Cherub #FCD3DD
Tints of Cherub #FCD3DD
RGB
CMYK
RGB Variations
Color information
#FCD3DD (or 0xFCD3DD) is known color: Cherub. HEX triplet: FC, D3 and DD. RGB value is (252,211,221). Sum of RGB (Red+Green+Blue) = 252+211+221=684 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.84% from 684); Green value is 211 (82.81% from 255 or 30.85% from 684); Blue value is 221 (86.72% from 255 or 32.31% from 684); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD3DD is #032C22. Grayscale: #E0E0E0. Windows color (decimal): -207907 or 14537724. OLE color: 14537724.
HSL color Cylindrical-coordinate representation of color #FCD3DD: hue angle of 345.37º 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 #FCD3DD is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 221 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.01 |
| HSL | 345.37º | 0.87% | 0.91% | - |
| HSV(B) | 345.37º | 0.16% | 0.99% | - |
| XYZ | 76.49 | 72.5 | 78.37 | - |
| YUV | 224.4 | 126.08 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 221 | 0 | 0.16 | 0.12 | 0.01 | 345.37 | 0.87 | 0.91 |
| Hex | FC | D3 | DD | 0 | 10 | C | 1 | 159 | 57 | 5B |
| Octal | 374 | 323 | 335 | 0 | 20 | 14 | 1 | 531 | 127 | 133 |
| Binary | 11111100 | 11010011 | 11011101 | 0 | 10000 | 1100 | 1 | 101011001 | 1010111 | 1011011 |
Color Harmonies of #FCD3DD
Complementary color
Monochromatic Colors of #FCD3DD
Black with #FCD3DD
Text Example
Text Example
White with #FCD3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD3DD; }
p { color: rgb(252,211,221); }
H1.HeaderClassName
{
color: #FCD3DD;
}
.AnyTagClassName
{
color: #FCD3DD;
}
</style>
background-color css
<style>
a { background-color: #FCD3DD; }
a { background-color: rgb(252,211,221); }
div.DivClassName
{
background-color: #FCD3DD;
}
.BgClassName
{
background-color: #FCD3DD;
}
</style>
border-color css
<style>
span { border-color: #FCD3DD; }
span { border-color: rgb(252,211,221); }
td.TdClassName
{
border-color: #FCD3DD;
}
.TagClassName
{
border-color: #FCD3DD;
}
</style>