Shades of Cherub #F8D3D9
Tints of Cherub #F8D3D9
RGB
CMYK
RGB Variations
Color information
#F8D3D9 (or 0xF8D3D9) is known color: Cherub. HEX triplet: F8, D3 and D9. RGB value is (248,211,217). Sum of RGB (Red+Green+Blue) = 248+211+217=676 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.69% from 676); Green value is 211 (82.81% from 255 or 31.21% from 676); Blue value is 217 (85.16% from 255 or 32.10% from 676); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D3D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D3D9 is #072C26. Grayscale: #DEDEDE. Windows color (decimal): -470055 or 14275576. OLE color: 14275576.
HSL color Cylindrical-coordinate representation of color #F8D3D9: hue angle of 350.27º 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 #F8D3D9 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 211 | 217 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.03 |
| HSL | 350.27º | 0.73% | 0.9% | - |
| HSV(B) | 350.27º | 0.15% | 0.97% | - |
| XYZ | 74.53 | 71.55 | 75.53 | - |
| YUV | 222.75 | 124.76 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 211 | 217 | 0 | 0.15 | 0.12 | 0.03 | 350.27 | 0.73 | 0.9 |
| Hex | F8 | D3 | D9 | 0 | F | C | 3 | 15E | 49 | 5A |
| Octal | 370 | 323 | 331 | 0 | 17 | 14 | 3 | 536 | 111 | 132 |
| Binary | 11111000 | 11010011 | 11011001 | 0 | 1111 | 1100 | 11 | 101011110 | 1001001 | 1011010 |
Color Harmonies of #F8D3D9
Complementary color
Monochromatic Colors of #F8D3D9
Black with #F8D3D9
Text Example
Text Example
White with #F8D3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D3D9; }
p { color: rgb(248,211,217); }
H1.HeaderClassName
{
color: #F8D3D9;
}
.AnyTagClassName
{
color: #F8D3D9;
}
</style>
background-color css
<style>
a { background-color: #F8D3D9; }
a { background-color: rgb(248,211,217); }
div.DivClassName
{
background-color: #F8D3D9;
}
.BgClassName
{
background-color: #F8D3D9;
}
</style>
border-color css
<style>
span { border-color: #F8D3D9; }
span { border-color: rgb(248,211,217); }
td.TdClassName
{
border-color: #F8D3D9;
}
.TagClassName
{
border-color: #F8D3D9;
}
</style>