Shades of Cherub #FFD2DC
Tints of Cherub #FFD2DC
RGB
CMYK
RGB Variations
Color information
#FFD2DC (or 0xFFD2DC) is known color: Cherub. HEX triplet: FF, D2 and DC. RGB value is (255,210,220). Sum of RGB (Red+Green+Blue) = 255+210+220=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 210 (82.42% from 255 or 30.66% from 685); Blue value is 220 (86.33% from 255 or 32.12% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD2DC is #002D23. Grayscale: #E0E0E0. Windows color (decimal): -11556 or 14471935. OLE color: 14471935.
HSL color Cylindrical-coordinate representation of color #FFD2DC: hue angle of 346.67º 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 #FFD2DC is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 220 | - |
| CMYK | 0 | 0.18 | 0.14 | 0 |
| HSL | 346.67º | 1% | 0.91% | - |
| HSV(B) | 346.67º | 0.18% | 1% | - |
| XYZ | 77.2 | 72.52 | 77.64 | - |
| YUV | 224.6 | 125.41 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 220 | 0 | 0.18 | 0.14 | 0 | 346.67 | 1 | 0.91 |
| Hex | FF | D2 | DC | 0 | 12 | E | 0 | 15B | 64 | 5B |
| Octal | 377 | 322 | 334 | 0 | 22 | 16 | 0 | 533 | 144 | 133 |
| Binary | 11111111 | 11010010 | 11011100 | 0 | 10010 | 1110 | 0 | 101011011 | 1100100 | 1011011 |
Color Harmonies of #FFD2DC
Complementary color
Monochromatic Colors of #FFD2DC
Black with #FFD2DC
Text Example
Text Example
White with #FFD2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD2DC; }
p { color: rgb(255,210,220); }
H1.HeaderClassName
{
color: #FFD2DC;
}
.AnyTagClassName
{
color: #FFD2DC;
}
</style>
background-color css
<style>
a { background-color: #FFD2DC; }
a { background-color: rgb(255,210,220); }
div.DivClassName
{
background-color: #FFD2DC;
}
.BgClassName
{
background-color: #FFD2DC;
}
</style>
border-color css
<style>
span { border-color: #FFD2DC; }
span { border-color: rgb(255,210,220); }
td.TdClassName
{
border-color: #FFD2DC;
}
.TagClassName
{
border-color: #FFD2DC;
}
</style>