Shades of Cherub #F8D0D6
Tints of Cherub #F8D0D6
RGB
CMYK
RGB Variations
Color information
#F8D0D6 (or 0xF8D0D6) is known color: Cherub. HEX triplet: F8, D0 and D6. RGB value is (248,208,214). Sum of RGB (Red+Green+Blue) = 248+208+214=670 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.01% from 670); Green value is 208 (81.64% from 255 or 31.04% from 670); Blue value is 214 (83.98% from 255 or 31.94% from 670); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D0D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D0D6 is #072F29. Grayscale: #DCDCDC. Windows color (decimal): -470826 or 14078200. OLE color: 14078200.
HSL color Cylindrical-coordinate representation of color #F8D0D6: hue angle of 351º degrees, saturation: 0.74, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F8D0D6 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 208 | 214 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.03 |
| HSL | 351º | 0.74% | 0.89% | - |
| HSV(B) | 351º | 0.16% | 0.97% | - |
| XYZ | 73.4 | 69.92 | 73.25 | - |
| YUV | 220.64 | 124.25 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 208 | 214 | 0 | 0.16 | 0.14 | 0.03 | 351 | 0.74 | 0.89 |
| Hex | F8 | D0 | D6 | 0 | 10 | E | 3 | 15F | 4A | 59 |
| Octal | 370 | 320 | 326 | 0 | 20 | 16 | 3 | 537 | 112 | 131 |
| Binary | 11111000 | 11010000 | 11010110 | 0 | 10000 | 1110 | 11 | 101011111 | 1001010 | 1011001 |
Color Harmonies of #F8D0D6
Complementary color
Monochromatic Colors of #F8D0D6
Black with #F8D0D6
Text Example
Text Example
White with #F8D0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D0D6; }
p { color: rgb(248,208,214); }
H1.HeaderClassName
{
color: #F8D0D6;
}
.AnyTagClassName
{
color: #F8D0D6;
}
</style>
background-color css
<style>
a { background-color: #F8D0D6; }
a { background-color: rgb(248,208,214); }
div.DivClassName
{
background-color: #F8D0D6;
}
.BgClassName
{
background-color: #F8D0D6;
}
</style>
border-color css
<style>
span { border-color: #F8D0D6; }
span { border-color: rgb(248,208,214); }
td.TdClassName
{
border-color: #F8D0D6;
}
.TagClassName
{
border-color: #F8D0D6;
}
</style>