Shades of Cherub #FCD5DC
Tints of Cherub #FCD5DC
RGB
CMYK
RGB Variations
Color information
#FCD5DC (or 0xFCD5DC) is known color: Cherub. HEX triplet: FC, D5 and DC. RGB value is (252,213,220). Sum of RGB (Red+Green+Blue) = 252+213+220=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 213 (83.59% from 255 or 31.09% from 685); Blue value is 220 (86.33% from 255 or 32.12% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD5DC is #032A23. Grayscale: #E1E1E1. Windows color (decimal): -207396 or 14472700. OLE color: 14472700.
HSL color Cylindrical-coordinate representation of color #FCD5DC: hue angle of 349.23º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FCD5DC is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 220 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.01 |
| HSL | 349.23º | 0.87% | 0.91% | - |
| HSV(B) | 349.23º | 0.15% | 0.99% | - |
| XYZ | 76.86 | 73.45 | 77.84 | - |
| YUV | 225.46 | 124.92 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 220 | 0 | 0.15 | 0.13 | 0.01 | 349.23 | 0.87 | 0.91 |
| Hex | FC | D5 | DC | 0 | F | D | 1 | 15D | 57 | 5B |
| Octal | 374 | 325 | 334 | 0 | 17 | 15 | 1 | 535 | 127 | 133 |
| Binary | 11111100 | 11010101 | 11011100 | 0 | 1111 | 1101 | 1 | 101011101 | 1010111 | 1011011 |
Color Harmonies of #FCD5DC
Complementary color
Monochromatic Colors of #FCD5DC
Black with #FCD5DC
Text Example
Text Example
White with #FCD5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD5DC; }
p { color: rgb(252,213,220); }
H1.HeaderClassName
{
color: #FCD5DC;
}
.AnyTagClassName
{
color: #FCD5DC;
}
</style>
background-color css
<style>
a { background-color: #FCD5DC; }
a { background-color: rgb(252,213,220); }
div.DivClassName
{
background-color: #FCD5DC;
}
.BgClassName
{
background-color: #FCD5DC;
}
</style>
border-color css
<style>
span { border-color: #FCD5DC; }
span { border-color: rgb(252,213,220); }
td.TdClassName
{
border-color: #FCD5DC;
}
.TagClassName
{
border-color: #FCD5DC;
}
</style>