Shades of Cherub #F8D5DE
Tints of Cherub #F8D5DE
RGB
CMYK
RGB Variations
Color information
#F8D5DE (or 0xF8D5DE) is known color: Cherub. HEX triplet: F8, D5 and DE. RGB value is (248,213,222). Sum of RGB (Red+Green+Blue) = 248+213+222=683 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.31% from 683); Green value is 213 (83.59% from 255 or 31.19% from 683); Blue value is 222 (87.11% from 255 or 32.50% from 683); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D5DE is #072A21. Grayscale: #E0E0E0. Windows color (decimal): -469538 or 14603768. OLE color: 14603768.
HSL color Cylindrical-coordinate representation of color #F8D5DE: hue angle of 344.57º degrees, saturation: 0.71, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F8D5DE is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 213 | 222 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.03 |
| HSL | 344.57º | 0.71% | 0.9% | - |
| HSV(B) | 344.57º | 0.14% | 0.97% | - |
| XYZ | 75.69 | 72.82 | 79.17 | - |
| YUV | 224.49 | 126.6 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 213 | 222 | 0 | 0.14 | 0.10 | 0.03 | 344.57 | 0.71 | 0.9 |
| Hex | F8 | D5 | DE | 0 | E | A | 3 | 159 | 47 | 5A |
| Octal | 370 | 325 | 336 | 0 | 16 | 12 | 3 | 531 | 107 | 132 |
| Binary | 11111000 | 11010101 | 11011110 | 0 | 1110 | 1010 | 11 | 101011001 | 1000111 | 1011010 |
Color Harmonies of #F8D5DE
Complementary color
Monochromatic Colors of #F8D5DE
Black with #F8D5DE
Text Example
Text Example
White with #F8D5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D5DE; }
p { color: rgb(248,213,222); }
H1.HeaderClassName
{
color: #F8D5DE;
}
.AnyTagClassName
{
color: #F8D5DE;
}
</style>
background-color css
<style>
a { background-color: #F8D5DE; }
a { background-color: rgb(248,213,222); }
div.DivClassName
{
background-color: #F8D5DE;
}
.BgClassName
{
background-color: #F8D5DE;
}
</style>
border-color css
<style>
span { border-color: #F8D5DE; }
span { border-color: rgb(248,213,222); }
td.TdClassName
{
border-color: #F8D5DE;
}
.TagClassName
{
border-color: #F8D5DE;
}
</style>