Shades of Cherub #F6D7DD
Tints of Cherub #F6D7DD
RGB
CMYK
RGB Variations
Color information
#F6D7DD (or 0xF6D7DD) is known color: Cherub. HEX triplet: F6, D7 and DD. RGB value is (246,215,221). Sum of RGB (Red+Green+Blue) = 246+215+221=682 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.07% from 682); Green value is 215 (84.38% from 255 or 31.52% from 682); Blue value is 221 (86.72% from 255 or 32.40% from 682); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D7DD is #092822. Grayscale: #E0E0E0. Windows color (decimal): -600099 or 14538742. OLE color: 14538742.
HSL color Cylindrical-coordinate representation of color #F6D7DD: hue angle of 348.39º degrees, saturation: 0.63, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F6D7DD is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 215 | 221 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.04 |
| HSL | 348.39º | 0.63% | 0.9% | - |
| HSV(B) | 348.39º | 0.13% | 0.96% | - |
| XYZ | 75.36 | 73.41 | 78.61 | - |
| YUV | 224.95 | 125.77 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 215 | 221 | 0 | 0.13 | 0.10 | 0.04 | 348.39 | 0.63 | 0.9 |
| Hex | F6 | D7 | DD | 0 | D | A | 4 | 15C | 3F | 5A |
| Octal | 366 | 327 | 335 | 0 | 15 | 12 | 4 | 534 | 77 | 132 |
| Binary | 11110110 | 11010111 | 11011101 | 0 | 1101 | 1010 | 100 | 101011100 | 111111 | 1011010 |
Color Harmonies of #F6D7DD
Complementary color
Monochromatic Colors of #F6D7DD
Black with #F6D7DD
Text Example
Text Example
White with #F6D7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D7DD; }
p { color: rgb(246,215,221); }
H1.HeaderClassName
{
color: #F6D7DD;
}
.AnyTagClassName
{
color: #F6D7DD;
}
</style>
background-color css
<style>
a { background-color: #F6D7DD; }
a { background-color: rgb(246,215,221); }
div.DivClassName
{
background-color: #F6D7DD;
}
.BgClassName
{
background-color: #F6D7DD;
}
</style>
border-color css
<style>
span { border-color: #F6D7DD; }
span { border-color: rgb(246,215,221); }
td.TdClassName
{
border-color: #F6D7DD;
}
.TagClassName
{
border-color: #F6D7DD;
}
</style>