Shades of Cherub #F8D8DD
Tints of Cherub #F8D8DD
RGB
CMYK
RGB Variations
Color information
#F8D8DD (or 0xF8D8DD) is known color: Cherub. HEX triplet: F8, D8 and DD. RGB value is (248,216,221). Sum of RGB (Red+Green+Blue) = 248+216+221=685 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.20% from 685); Green value is 216 (84.77% from 255 or 31.53% from 685); Blue value is 221 (86.72% from 255 or 32.26% from 685); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D8DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D8DD is #072722. Grayscale: #E2E2E2. Windows color (decimal): -468771 or 14539000. OLE color: 14539000.
HSL color Cylindrical-coordinate representation of color #F8D8DD: hue angle of 350.62º degrees, saturation: 0.7, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F8D8DD is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 216 | 221 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.03 |
| HSL | 350.63º | 0.7% | 0.91% | - |
| HSV(B) | 350.63º | 0.13% | 0.97% | - |
| XYZ | 76.32 | 74.29 | 78.72 | - |
| YUV | 226.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 216 | 221 | 0 | 0.13 | 0.11 | 0.03 | 350.63 | 0.7 | 0.91 |
| Hex | F8 | D8 | DD | 0 | D | B | 3 | 15F | 46 | 5B |
| Octal | 370 | 330 | 335 | 0 | 15 | 13 | 3 | 537 | 106 | 133 |
| Binary | 11111000 | 11011000 | 11011101 | 0 | 1101 | 1011 | 11 | 101011111 | 1000110 | 1011011 |
Color Harmonies of #F8D8DD
Complementary color
Monochromatic Colors of #F8D8DD
Black with #F8D8DD
Text Example
Text Example
White with #F8D8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D8DD; }
p { color: rgb(248,216,221); }
H1.HeaderClassName
{
color: #F8D8DD;
}
.AnyTagClassName
{
color: #F8D8DD;
}
</style>
background-color css
<style>
a { background-color: #F8D8DD; }
a { background-color: rgb(248,216,221); }
div.DivClassName
{
background-color: #F8D8DD;
}
.BgClassName
{
background-color: #F8D8DD;
}
</style>
border-color css
<style>
span { border-color: #F8D8DD; }
span { border-color: rgb(248,216,221); }
td.TdClassName
{
border-color: #F8D8DD;
}
.TagClassName
{
border-color: #F8D8DD;
}
</style>