Shades of Cherub #F8D3D7
Tints of Cherub #F8D3D7
RGB
CMYK
RGB Variations
Color information
#F8D3D7 (or 0xF8D3D7) is known color: Cherub. HEX triplet: F8, D3 and D7. RGB value is (248,211,215). Sum of RGB (Red+Green+Blue) = 248+211+215=674 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.80% from 674); Green value is 211 (82.81% from 255 or 31.31% from 674); Blue value is 215 (84.38% from 255 or 31.90% from 674); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D3D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D3D7 is #072C28. Grayscale: #DEDEDE. Windows color (decimal): -470057 or 14144504. OLE color: 14144504.
HSL color Cylindrical-coordinate representation of color #F8D3D7: hue angle of 353.51º degrees, saturation: 0.73, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F8D3D7 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 211 | 215 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.03 |
| HSL | 353.51º | 0.73% | 0.9% | - |
| HSV(B) | 353.51º | 0.15% | 0.97% | - |
| XYZ | 74.27 | 71.45 | 74.17 | - |
| YUV | 222.52 | 123.76 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 211 | 215 | 0 | 0.15 | 0.13 | 0.03 | 353.51 | 0.73 | 0.9 |
| Hex | F8 | D3 | D7 | 0 | F | D | 3 | 162 | 49 | 5A |
| Octal | 370 | 323 | 327 | 0 | 17 | 15 | 3 | 542 | 111 | 132 |
| Binary | 11111000 | 11010011 | 11010111 | 0 | 1111 | 1101 | 11 | 101100010 | 1001001 | 1011010 |
Color Harmonies of #F8D3D7
Complementary color
Monochromatic Colors of #F8D3D7
Black with #F8D3D7
Text Example
Text Example
White with #F8D3D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D3D7; }
p { color: rgb(248,211,215); }
H1.HeaderClassName
{
color: #F8D3D7;
}
.AnyTagClassName
{
color: #F8D3D7;
}
</style>
background-color css
<style>
a { background-color: #F8D3D7; }
a { background-color: rgb(248,211,215); }
div.DivClassName
{
background-color: #F8D3D7;
}
.BgClassName
{
background-color: #F8D3D7;
}
</style>
border-color css
<style>
span { border-color: #F8D3D7; }
span { border-color: rgb(248,211,215); }
td.TdClassName
{
border-color: #F8D3D7;
}
.TagClassName
{
border-color: #F8D3D7;
}
</style>