Shades of Cherub #FFD2DB
Tints of Cherub #FFD2DB
RGB
CMYK
RGB Variations
Color information
#FFD2DB (or 0xFFD2DB) is known color: Cherub. HEX triplet: FF, D2 and DB. RGB value is (255,210,219). Sum of RGB (Red+Green+Blue) = 255+210+219=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 210 (82.42% from 255 or 30.70% from 684); Blue value is 219 (85.94% from 255 or 32.02% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD2DB is #002D24. Grayscale: #E0E0E0. Windows color (decimal): -11557 or 14406399. OLE color: 14406399.
HSL color Cylindrical-coordinate representation of color #FFD2DB: hue angle of 348º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFD2DB is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 219 | - |
| CMYK | 0 | 0.18 | 0.14 | 0 |
| HSL | 348º | 1% | 0.91% | - |
| HSV(B) | 348º | 0.18% | 1% | - |
| XYZ | 77.07 | 72.47 | 76.94 | - |
| YUV | 224.48 | 124.91 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 219 | 0 | 0.18 | 0.14 | 0 | 348 | 1 | 0.91 |
| Hex | FF | D2 | DB | 0 | 12 | E | 0 | 15C | 64 | 5B |
| Octal | 377 | 322 | 333 | 0 | 22 | 16 | 0 | 534 | 144 | 133 |
| Binary | 11111111 | 11010010 | 11011011 | 0 | 10010 | 1110 | 0 | 101011100 | 1100100 | 1011011 |
Color Harmonies of #FFD2DB
Complementary color
Monochromatic Colors of #FFD2DB
Black with #FFD2DB
Text Example
Text Example
White with #FFD2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD2DB; }
p { color: rgb(255,210,219); }
H1.HeaderClassName
{
color: #FFD2DB;
}
.AnyTagClassName
{
color: #FFD2DB;
}
</style>
background-color css
<style>
a { background-color: #FFD2DB; }
a { background-color: rgb(255,210,219); }
div.DivClassName
{
background-color: #FFD2DB;
}
.BgClassName
{
background-color: #FFD2DB;
}
</style>
border-color css
<style>
span { border-color: #FFD2DB; }
span { border-color: rgb(255,210,219); }
td.TdClassName
{
border-color: #FFD2DB;
}
.TagClassName
{
border-color: #FFD2DB;
}
</style>