Shades of Cherub #F8D1D7
Tints of Cherub #F8D1D7
RGB
CMYK
RGB Variations
Color information
#F8D1D7 (or 0xF8D1D7) is known color: Cherub. HEX triplet: F8, D1 and D7. RGB value is (248,209,215). Sum of RGB (Red+Green+Blue) = 248+209+215=672 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.90% from 672); Green value is 209 (82.03% from 255 or 31.10% from 672); Blue value is 215 (84.38% from 255 or 31.99% from 672); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D1D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D1D7 is #072E28. Grayscale: #DDDDDD. Windows color (decimal): -470569 or 14143992. OLE color: 14143992.
HSL color Cylindrical-coordinate representation of color #F8D1D7: hue angle of 350.77º degrees, saturation: 0.74, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F8D1D7 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 209 | 215 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.03 |
| HSL | 350.77º | 0.74% | 0.9% | - |
| HSV(B) | 350.77º | 0.16% | 0.97% | - |
| XYZ | 73.78 | 70.46 | 74 | - |
| YUV | 221.35 | 124.42 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 209 | 215 | 0 | 0.16 | 0.13 | 0.03 | 350.77 | 0.74 | 0.9 |
| Hex | F8 | D1 | D7 | 0 | 10 | D | 3 | 15F | 4A | 5A |
| Octal | 370 | 321 | 327 | 0 | 20 | 15 | 3 | 537 | 112 | 132 |
| Binary | 11111000 | 11010001 | 11010111 | 0 | 10000 | 1101 | 11 | 101011111 | 1001010 | 1011010 |
Color Harmonies of #F8D1D7
Complementary color
Monochromatic Colors of #F8D1D7
Black with #F8D1D7
Text Example
Text Example
White with #F8D1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D1D7; }
p { color: rgb(248,209,215); }
H1.HeaderClassName
{
color: #F8D1D7;
}
.AnyTagClassName
{
color: #F8D1D7;
}
</style>
background-color css
<style>
a { background-color: #F8D1D7; }
a { background-color: rgb(248,209,215); }
div.DivClassName
{
background-color: #F8D1D7;
}
.BgClassName
{
background-color: #F8D1D7;
}
</style>
border-color css
<style>
span { border-color: #F8D1D7; }
span { border-color: rgb(248,209,215); }
td.TdClassName
{
border-color: #F8D1D7;
}
.TagClassName
{
border-color: #F8D1D7;
}
</style>