Shades of Cherub #F9D5DB
Tints of Cherub #F9D5DB
RGB
CMYK
RGB Variations
Color information
#F9D5DB (or 0xF9D5DB) is known color: Cherub. HEX triplet: F9, D5 and DB. RGB value is (249,213,219). Sum of RGB (Red+Green+Blue) = 249+213+219=681 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.56% from 681); Green value is 213 (83.59% from 255 or 31.28% from 681); Blue value is 219 (85.94% from 255 or 32.16% from 681); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D5DB is #062A24. Grayscale: #E0E0E0. Windows color (decimal): -404005 or 14407161. OLE color: 14407161.
HSL color Cylindrical-coordinate representation of color #F9D5DB: hue angle of 350º 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 #F9D5DB is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 213 | 219 | - |
CMYK | 0 | 0.14 | 0.12 | 0.02 |
HSL | 350º | 0.75% | 0.91% | - |
HSV(B) | 350º | 0.14% | 0.98% | - |
XYZ | 75.65 | 72.84 | 77.09 | - |
YUV | 224.45 | 124.93 | 145.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 213 | 219 | 0 | 0.14 | 0.12 | 0.02 | 350 | 0.75 | 0.91 |
Hex | F9 | D5 | DB | 0 | E | C | 2 | 15E | 4B | 5B |
Octal | 371 | 325 | 333 | 0 | 16 | 14 | 2 | 536 | 113 | 133 |
Binary | 11111001 | 11010101 | 11011011 | 0 | 1110 | 1100 | 10 | 101011110 | 1001011 | 1011011 |
Color Harmonies of #F9D5DB
Complementary color
Monochromatic Colors of #F9D5DB
Black with #F9D5DB
Text Example
Text Example
White with #F9D5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D5DB; }
p { color: rgb(249,213,219); }
H1.HeaderClassName
{
color: #F9D5DB;
}
.AnyTagClassName
{
color: #F9D5DB;
}
</style>
background-color css
<style>
a { background-color: #F9D5DB; }
a { background-color: rgb(249,213,219); }
div.DivClassName
{
background-color: #F9D5DB;
}
.BgClassName
{
background-color: #F9D5DB;
}
</style>
border-color css
<style>
span { border-color: #F9D5DB; }
span { border-color: rgb(249,213,219); }
td.TdClassName
{
border-color: #F9D5DB;
}
.TagClassName
{
border-color: #F9D5DB;
}
</style>