Shades of Cherub #F9D7DD
Tints of Cherub #F9D7DD
RGB
CMYK
RGB Variations
Color information
#F9D7DD (or 0xF9D7DD) is known color: Cherub. HEX triplet: F9, D7 and DD. RGB value is (249,215,221). Sum of RGB (Red+Green+Blue) = 249+215+221=685 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.35% from 685); Green value is 215 (84.38% from 255 or 31.39% from 685); Blue value is 221 (86.72% from 255 or 32.26% from 685); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D7DD is #062822. Grayscale: #E1E1E1. Windows color (decimal): -403491 or 14538745. OLE color: 14538745.
HSL color Cylindrical-coordinate representation of color #F9D7DD: hue angle of 349.41º degrees, saturation: 0.74, 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 #F9D7DD is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 215 | 221 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.02 |
| HSL | 349.41º | 0.74% | 0.91% | - |
| HSV(B) | 349.41º | 0.14% | 0.98% | - |
| XYZ | 76.42 | 73.96 | 78.65 | - |
| YUV | 225.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 215 | 221 | 0 | 0.14 | 0.11 | 0.02 | 349.41 | 0.74 | 0.91 |
| Hex | F9 | D7 | DD | 0 | E | B | 2 | 15D | 4A | 5B |
| Octal | 371 | 327 | 335 | 0 | 16 | 13 | 2 | 535 | 112 | 133 |
| Binary | 11111001 | 11010111 | 11011101 | 0 | 1110 | 1011 | 10 | 101011101 | 1001010 | 1011011 |
Color Harmonies of #F9D7DD
Complementary color
Monochromatic Colors of #F9D7DD
Black with #F9D7DD
Text Example
Text Example
White with #F9D7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D7DD; }
p { color: rgb(249,215,221); }
H1.HeaderClassName
{
color: #F9D7DD;
}
.AnyTagClassName
{
color: #F9D7DD;
}
</style>
background-color css
<style>
a { background-color: #F9D7DD; }
a { background-color: rgb(249,215,221); }
div.DivClassName
{
background-color: #F9D7DD;
}
.BgClassName
{
background-color: #F9D7DD;
}
</style>
border-color css
<style>
span { border-color: #F9D7DD; }
span { border-color: rgb(249,215,221); }
td.TdClassName
{
border-color: #F9D7DD;
}
.TagClassName
{
border-color: #F9D7DD;
}
</style>