Shades of Cherub #F7D6DB
Tints of Cherub #F7D6DB
RGB
CMYK
RGB Variations
Color information
#F7D6DB (or 0xF7D6DB) is known color: Cherub. HEX triplet: F7, D6 and DB. RGB value is (247,214,219). Sum of RGB (Red+Green+Blue) = 247+214+219=680 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.32% from 680); Green value is 214 (83.98% from 255 or 31.47% from 680); Blue value is 219 (85.94% from 255 or 32.21% from 680); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D6DB is #082924. Grayscale: #E0E0E0. Windows color (decimal): -534821 or 14407415. OLE color: 14407415.
HSL color Cylindrical-coordinate representation of color #F7D6DB: hue angle of 350.91º degrees, saturation: 0.67, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F7D6DB is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 214 | 219 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.03 |
| HSL | 350.91º | 0.67% | 0.9% | - |
| HSV(B) | 350.91º | 0.13% | 0.97% | - |
| XYZ | 75.19 | 72.98 | 77.14 | - |
| YUV | 224.44 | 124.93 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 214 | 219 | 0 | 0.13 | 0.11 | 0.03 | 350.91 | 0.67 | 0.9 |
| Hex | F7 | D6 | DB | 0 | D | B | 3 | 15F | 43 | 5A |
| Octal | 367 | 326 | 333 | 0 | 15 | 13 | 3 | 537 | 103 | 132 |
| Binary | 11110111 | 11010110 | 11011011 | 0 | 1101 | 1011 | 11 | 101011111 | 1000011 | 1011010 |
Color Harmonies of #F7D6DB
Complementary color
Monochromatic Colors of #F7D6DB
Black with #F7D6DB
Text Example
Text Example
White with #F7D6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D6DB; }
p { color: rgb(247,214,219); }
H1.HeaderClassName
{
color: #F7D6DB;
}
.AnyTagClassName
{
color: #F7D6DB;
}
</style>
background-color css
<style>
a { background-color: #F7D6DB; }
a { background-color: rgb(247,214,219); }
div.DivClassName
{
background-color: #F7D6DB;
}
.BgClassName
{
background-color: #F7D6DB;
}
</style>
border-color css
<style>
span { border-color: #F7D6DB; }
span { border-color: rgb(247,214,219); }
td.TdClassName
{
border-color: #F7D6DB;
}
.TagClassName
{
border-color: #F7D6DB;
}
</style>