Shades of Cherub #F7D6DD
Tints of Cherub #F7D6DD
RGB
CMYK
RGB Variations
Color information
#F7D6DD (or 0xF7D6DD) is known color: Cherub. HEX triplet: F7, D6 and DD. RGB value is (247,214,221). Sum of RGB (Red+Green+Blue) = 247+214+221=682 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.22% from 682); Green value is 214 (83.98% from 255 or 31.38% from 682); Blue value is 221 (86.72% from 255 or 32.40% from 682); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D6DD is #082922. Grayscale: #E0E0E0. Windows color (decimal): -534819 or 14538487. OLE color: 14538487.
HSL color Cylindrical-coordinate representation of color #F7D6DD: hue angle of 347.27º 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 #F7D6DD is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 214 | 221 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.03 |
| HSL | 347.27º | 0.67% | 0.9% | - |
| HSV(B) | 347.27º | 0.13% | 0.97% | - |
| XYZ | 75.46 | 73.09 | 78.54 | - |
| YUV | 224.67 | 125.93 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 214 | 221 | 0 | 0.13 | 0.11 | 0.03 | 347.27 | 0.67 | 0.9 |
| Hex | F7 | D6 | DD | 0 | D | B | 3 | 15B | 43 | 5A |
| Octal | 367 | 326 | 335 | 0 | 15 | 13 | 3 | 533 | 103 | 132 |
| Binary | 11110111 | 11010110 | 11011101 | 0 | 1101 | 1011 | 11 | 101011011 | 1000011 | 1011010 |
Color Harmonies of #F7D6DD
Complementary color
Monochromatic Colors of #F7D6DD
Black with #F7D6DD
Text Example
Text Example
White with #F7D6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D6DD; }
p { color: rgb(247,214,221); }
H1.HeaderClassName
{
color: #F7D6DD;
}
.AnyTagClassName
{
color: #F7D6DD;
}
</style>
background-color css
<style>
a { background-color: #F7D6DD; }
a { background-color: rgb(247,214,221); }
div.DivClassName
{
background-color: #F7D6DD;
}
.BgClassName
{
background-color: #F7D6DD;
}
</style>
border-color css
<style>
span { border-color: #F7D6DD; }
span { border-color: rgb(247,214,221); }
td.TdClassName
{
border-color: #F7D6DD;
}
.TagClassName
{
border-color: #F7D6DD;
}
</style>