Shades of Cherub #FCD5DB
Tints of Cherub #FCD5DB
RGB
CMYK
RGB Variations
Color information
#FCD5DB (or 0xFCD5DB) is known color: Cherub. HEX triplet: FC, D5 and DB. RGB value is (252,213,219). Sum of RGB (Red+Green+Blue) = 252+213+219=684 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.84% from 684); Green value is 213 (83.59% from 255 or 31.14% from 684); Blue value is 219 (85.94% from 255 or 32.02% from 684); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD5DB is #032A24. Grayscale: #E1E1E1. Windows color (decimal): -207397 or 14407164. OLE color: 14407164.
HSL color Cylindrical-coordinate representation of color #FCD5DB: hue angle of 350.77º 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 #FCD5DB is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 219 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.01 |
| HSL | 350.77º | 0.87% | 0.91% | - |
| HSV(B) | 350.77º | 0.15% | 0.99% | - |
| XYZ | 76.73 | 73.4 | 77.14 | - |
| YUV | 225.35 | 124.42 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 219 | 0 | 0.15 | 0.13 | 0.01 | 350.77 | 0.87 | 0.91 |
| Hex | FC | D5 | DB | 0 | F | D | 1 | 15F | 57 | 5B |
| Octal | 374 | 325 | 333 | 0 | 17 | 15 | 1 | 537 | 127 | 133 |
| Binary | 11111100 | 11010101 | 11011011 | 0 | 1111 | 1101 | 1 | 101011111 | 1010111 | 1011011 |
Color Harmonies of #FCD5DB
Complementary color
Monochromatic Colors of #FCD5DB
Black with #FCD5DB
Text Example
Text Example
White with #FCD5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD5DB; }
p { color: rgb(252,213,219); }
H1.HeaderClassName
{
color: #FCD5DB;
}
.AnyTagClassName
{
color: #FCD5DB;
}
</style>
background-color css
<style>
a { background-color: #FCD5DB; }
a { background-color: rgb(252,213,219); }
div.DivClassName
{
background-color: #FCD5DB;
}
.BgClassName
{
background-color: #FCD5DB;
}
</style>
border-color css
<style>
span { border-color: #FCD5DB; }
span { border-color: rgb(252,213,219); }
td.TdClassName
{
border-color: #FCD5DB;
}
.TagClassName
{
border-color: #FCD5DB;
}
</style>