Shades of Cherub #FFD2DA
Tints of Cherub #FFD2DA
RGB
CMYK
RGB Variations
Color information
#FFD2DA (or 0xFFD2DA) is known color: Cherub. HEX triplet: FF, D2 and DA. RGB value is (255,210,218). Sum of RGB (Red+Green+Blue) = 255+210+218=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 210 (82.42% from 255 or 30.75% from 683); Blue value is 218 (85.55% from 255 or 31.92% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD2DA is #002D25. Grayscale: #E0E0E0. Windows color (decimal): -11558 or 14340863. OLE color: 14340863.
HSL color Cylindrical-coordinate representation of color #FFD2DA: hue angle of 349.33º 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 #FFD2DA is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 218 | - |
| CMYK | 0 | 0.18 | 0.15 | 0 |
| HSL | 349.33º | 1% | 0.91% | - |
| HSV(B) | 349.33º | 0.18% | 1% | - |
| XYZ | 76.94 | 72.42 | 76.25 | - |
| YUV | 224.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 218 | 0 | 0.18 | 0.15 | 0 | 349.33 | 1 | 0.91 |
| Hex | FF | D2 | DA | 0 | 12 | F | 0 | 15D | 64 | 5B |
| Octal | 377 | 322 | 332 | 0 | 22 | 17 | 0 | 535 | 144 | 133 |
| Binary | 11111111 | 11010010 | 11011010 | 0 | 10010 | 1111 | 0 | 101011101 | 1100100 | 1011011 |
Color Harmonies of #FFD2DA
Complementary color
Monochromatic Colors of #FFD2DA
Black with #FFD2DA
Text Example
Text Example
White with #FFD2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD2DA; }
p { color: rgb(255,210,218); }
H1.HeaderClassName
{
color: #FFD2DA;
}
.AnyTagClassName
{
color: #FFD2DA;
}
</style>
background-color css
<style>
a { background-color: #FFD2DA; }
a { background-color: rgb(255,210,218); }
div.DivClassName
{
background-color: #FFD2DA;
}
.BgClassName
{
background-color: #FFD2DA;
}
</style>
border-color css
<style>
span { border-color: #FFD2DA; }
span { border-color: rgb(255,210,218); }
td.TdClassName
{
border-color: #FFD2DA;
}
.TagClassName
{
border-color: #FFD2DA;
}
</style>