Shades of Cherub #FCD4DB
Tints of Cherub #FCD4DB
RGB
CMYK
RGB Variations
Color information
#FCD4DB (or 0xFCD4DB) is known color: Cherub. HEX triplet: FC, D4 and DB. RGB value is (252,212,219). Sum of RGB (Red+Green+Blue) = 252+212+219=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 212 (83.20% from 255 or 31.04% from 683); Blue value is 219 (85.94% from 255 or 32.06% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD4DB is #032B24. Grayscale: #E0E0E0. Windows color (decimal): -207653 or 14406908. OLE color: 14406908.
HSL color Cylindrical-coordinate representation of color #FCD4DB: hue angle of 349.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 #FCD4DB is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 212 | 219 | - |
CMYK | 0 | 0.16 | 0.13 | 0.01 |
HSL | 349.5º | 0.87% | 0.91% | - |
HSV(B) | 349.5º | 0.16% | 0.99% | - |
XYZ | 76.47 | 72.9 | 77.06 | - |
YUV | 224.76 | 124.75 | 147.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 212 | 219 | 0 | 0.16 | 0.13 | 0.01 | 349.5 | 0.87 | 0.91 |
Hex | FC | D4 | DB | 0 | 10 | D | 1 | 15E | 57 | 5B |
Octal | 374 | 324 | 333 | 0 | 20 | 15 | 1 | 536 | 127 | 133 |
Binary | 11111100 | 11010100 | 11011011 | 0 | 10000 | 1101 | 1 | 101011110 | 1010111 | 1011011 |
Color Harmonies of #FCD4DB
Complementary color
Monochromatic Colors of #FCD4DB
Black with #FCD4DB
Text Example
Text Example
White with #FCD4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD4DB; }
p { color: rgb(252,212,219); }
H1.HeaderClassName
{
color: #FCD4DB;
}
.AnyTagClassName
{
color: #FCD4DB;
}
</style>
background-color css
<style>
a { background-color: #FCD4DB; }
a { background-color: rgb(252,212,219); }
div.DivClassName
{
background-color: #FCD4DB;
}
.BgClassName
{
background-color: #FCD4DB;
}
</style>
border-color css
<style>
span { border-color: #FCD4DB; }
span { border-color: rgb(252,212,219); }
td.TdClassName
{
border-color: #FCD4DB;
}
.TagClassName
{
border-color: #FCD4DB;
}
</style>