Shades of Cherub #F5D9DE
Tints of Cherub #F5D9DE
RGB
CMYK
RGB Variations
Color information
#F5D9DE (or 0xF5D9DE) is known color: Cherub. HEX triplet: F5, D9 and DE. RGB value is (245,217,222). Sum of RGB (Red+Green+Blue) = 245+217+222=684 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.82% from 684); Green value is 217 (85.16% from 255 or 31.73% from 684); Blue value is 222 (87.11% from 255 or 32.46% from 684); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D9DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D9DE is #0A2621. Grayscale: #E1E1E1. Windows color (decimal): -665122 or 14604789. OLE color: 14604789.
HSL color Cylindrical-coordinate representation of color #F5D9DE: hue angle of 349.29º degrees, saturation: 0.58, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F5D9DE is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 217 | 222 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.04 |
| HSL | 349.29º | 0.58% | 0.91% | - |
| HSV(B) | 349.29º | 0.11% | 0.96% | - |
| XYZ | 75.65 | 74.31 | 79.46 | - |
| YUV | 225.94 | 125.78 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 217 | 222 | 0 | 0.11 | 0.09 | 0.04 | 349.29 | 0.58 | 0.91 |
| Hex | F5 | D9 | DE | 0 | B | 9 | 4 | 15D | 3A | 5B |
| Octal | 365 | 331 | 336 | 0 | 13 | 11 | 4 | 535 | 72 | 133 |
| Binary | 11110101 | 11011001 | 11011110 | 0 | 1011 | 1001 | 100 | 101011101 | 111010 | 1011011 |
Color Harmonies of #F5D9DE
Complementary color
Monochromatic Colors of #F5D9DE
Black with #F5D9DE
Text Example
Text Example
White with #F5D9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D9DE; }
p { color: rgb(245,217,222); }
H1.HeaderClassName
{
color: #F5D9DE;
}
.AnyTagClassName
{
color: #F5D9DE;
}
</style>
background-color css
<style>
a { background-color: #F5D9DE; }
a { background-color: rgb(245,217,222); }
div.DivClassName
{
background-color: #F5D9DE;
}
.BgClassName
{
background-color: #F5D9DE;
}
</style>
border-color css
<style>
span { border-color: #F5D9DE; }
span { border-color: rgb(245,217,222); }
td.TdClassName
{
border-color: #F5D9DE;
}
.TagClassName
{
border-color: #F5D9DE;
}
</style>