Shades of Cherub #F0DBDF
Tints of Cherub #F0DBDF
RGB
CMYK
RGB Variations
Color information
#F0DBDF (or 0xF0DBDF) is known color: Cherub. HEX triplet: F0, DB and DF. RGB value is (240,219,223). Sum of RGB (Red+Green+Blue) = 240+219+223=682 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.19% from 682); Green value is 219 (85.94% from 255 or 32.11% from 682); Blue value is 223 (87.5% from 255 or 32.70% from 682); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DBDF is #0F2420. Grayscale: #E1E1E1. Windows color (decimal): -992289 or 14670832. OLE color: 14670832.
HSL color Cylindrical-coordinate representation of color #F0DBDF: hue angle of 348.57º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F0DBDF is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 219 | 223 | - |
CMYK | 0 | 0.09 | 0.07 | 0.06 |
HSL | 348.57º | 0.41% | 0.9% | - |
HSV(B) | 348.57º | 0.09% | 0.94% | - |
XYZ | 74.59 | 74.52 | 80.26 | - |
YUV | 225.74 | 126.46 | 138.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 219 | 223 | 0 | 0.09 | 0.07 | 0.06 | 348.57 | 0.41 | 0.9 |
Hex | F0 | DB | DF | 0 | 9 | 7 | 6 | 15D | 29 | 5A |
Octal | 360 | 333 | 337 | 0 | 11 | 7 | 6 | 535 | 51 | 132 |
Binary | 11110000 | 11011011 | 11011111 | 0 | 1001 | 111 | 110 | 101011101 | 101001 | 1011010 |
Color Harmonies of #F0DBDF
Complementary color
Monochromatic Colors of #F0DBDF
Black with #F0DBDF
Text Example
Text Example
White with #F0DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DBDF; }
p { color: rgb(240,219,223); }
H1.HeaderClassName
{
color: #F0DBDF;
}
.AnyTagClassName
{
color: #F0DBDF;
}
</style>
background-color css
<style>
a { background-color: #F0DBDF; }
a { background-color: rgb(240,219,223); }
div.DivClassName
{
background-color: #F0DBDF;
}
.BgClassName
{
background-color: #F0DBDF;
}
</style>
border-color css
<style>
span { border-color: #F0DBDF; }
span { border-color: rgb(240,219,223); }
td.TdClassName
{
border-color: #F0DBDF;
}
.TagClassName
{
border-color: #F0DBDF;
}
</style>