Shades of Cherub #F9D5DE
Tints of Cherub #F9D5DE
RGB
CMYK
RGB Variations
Color information
#F9D5DE (or 0xF9D5DE) is known color: Cherub. HEX triplet: F9, D5 and DE. RGB value is (249,213,222). Sum of RGB (Red+Green+Blue) = 249+213+222=684 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.40% from 684); Green value is 213 (83.59% from 255 or 31.14% from 684); Blue value is 222 (87.11% from 255 or 32.46% from 684); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D5DE is #062A21. Grayscale: #E0E0E0. Windows color (decimal): -404002 or 14603769. OLE color: 14603769.
HSL color Cylindrical-coordinate representation of color #F9D5DE: hue angle of 345º degrees, saturation: 0.75, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F9D5DE is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 213 | 222 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.02 |
| HSL | 345º | 0.75% | 0.91% | - |
| HSV(B) | 345º | 0.14% | 0.98% | - |
| XYZ | 76.05 | 73 | 79.19 | - |
| YUV | 224.79 | 126.43 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 213 | 222 | 0 | 0.14 | 0.11 | 0.02 | 345 | 0.75 | 0.91 |
| Hex | F9 | D5 | DE | 0 | E | B | 2 | 159 | 4B | 5B |
| Octal | 371 | 325 | 336 | 0 | 16 | 13 | 2 | 531 | 113 | 133 |
| Binary | 11111001 | 11010101 | 11011110 | 0 | 1110 | 1011 | 10 | 101011001 | 1001011 | 1011011 |
Color Harmonies of #F9D5DE
Complementary color
Monochromatic Colors of #F9D5DE
Black with #F9D5DE
Text Example
Text Example
White with #F9D5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D5DE; }
p { color: rgb(249,213,222); }
H1.HeaderClassName
{
color: #F9D5DE;
}
.AnyTagClassName
{
color: #F9D5DE;
}
</style>
background-color css
<style>
a { background-color: #F9D5DE; }
a { background-color: rgb(249,213,222); }
div.DivClassName
{
background-color: #F9D5DE;
}
.BgClassName
{
background-color: #F9D5DE;
}
</style>
border-color css
<style>
span { border-color: #F9D5DE; }
span { border-color: rgb(249,213,222); }
td.TdClassName
{
border-color: #F9D5DE;
}
.TagClassName
{
border-color: #F9D5DE;
}
</style>