Shades of Cherub #FFD1DA
Tints of Cherub #FFD1DA
RGB
CMYK
RGB Variations
Color information
#FFD1DA (or 0xFFD1DA) is known color: Cherub. HEX triplet: FF, D1 and DA. RGB value is (255,209,218). Sum of RGB (Red+Green+Blue) = 255+209+218=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 209 (82.03% from 255 or 30.65% from 682); Blue value is 218 (85.55% from 255 or 31.96% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD1DA is #002E25. Grayscale: #DFDFDF. Windows color (decimal): -11814 or 14340607. OLE color: 14340607.
HSL color Cylindrical-coordinate representation of color #FFD1DA: hue angle of 348.26º 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 #FFD1DA is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 218 | - |
| CMYK | 0 | 0.18 | 0.15 | 0 |
| HSL | 348.26º | 1% | 0.91% | - |
| HSV(B) | 348.26º | 0.18% | 1% | - |
| XYZ | 76.7 | 71.92 | 76.17 | - |
| YUV | 223.78 | 124.74 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 218 | 0 | 0.18 | 0.15 | 0 | 348.26 | 1 | 0.91 |
| Hex | FF | D1 | DA | 0 | 12 | F | 0 | 15C | 64 | 5B |
| Octal | 377 | 321 | 332 | 0 | 22 | 17 | 0 | 534 | 144 | 133 |
| Binary | 11111111 | 11010001 | 11011010 | 0 | 10010 | 1111 | 0 | 101011100 | 1100100 | 1011011 |
Color Harmonies of #FFD1DA
Complementary color
Monochromatic Colors of #FFD1DA
Black with #FFD1DA
Text Example
Text Example
White with #FFD1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD1DA; }
p { color: rgb(255,209,218); }
H1.HeaderClassName
{
color: #FFD1DA;
}
.AnyTagClassName
{
color: #FFD1DA;
}
</style>
background-color css
<style>
a { background-color: #FFD1DA; }
a { background-color: rgb(255,209,218); }
div.DivClassName
{
background-color: #FFD1DA;
}
.BgClassName
{
background-color: #FFD1DA;
}
</style>
border-color css
<style>
span { border-color: #FFD1DA; }
span { border-color: rgb(255,209,218); }
td.TdClassName
{
border-color: #FFD1DA;
}
.TagClassName
{
border-color: #FFD1DA;
}
</style>