Shades of Cherub #F6D7DC
Tints of Cherub #F6D7DC
RGB
CMYK
RGB Variations
Color information
#F6D7DC (or 0xF6D7DC) is known color: Cherub. HEX triplet: F6, D7 and DC. RGB value is (246,215,220). Sum of RGB (Red+Green+Blue) = 246+215+220=681 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.12% from 681); Green value is 215 (84.38% from 255 or 31.57% from 681); Blue value is 220 (86.33% from 255 or 32.31% from 681); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D7DC is #092823. Grayscale: #E0E0E0. Windows color (decimal): -600100 or 14473206. OLE color: 14473206.
HSL color Cylindrical-coordinate representation of color #F6D7DC: hue angle of 350.32º 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 #F6D7DC is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 215 | 220 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.04 |
| HSL | 350.32º | 0.63% | 0.9% | - |
| HSV(B) | 350.32º | 0.13% | 0.96% | - |
| XYZ | 75.22 | 73.36 | 77.91 | - |
| YUV | 224.84 | 125.27 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 215 | 220 | 0 | 0.13 | 0.11 | 0.04 | 350.32 | 0.63 | 0.9 |
| Hex | F6 | D7 | DC | 0 | D | B | 4 | 15E | 3F | 5A |
| Octal | 366 | 327 | 334 | 0 | 15 | 13 | 4 | 536 | 77 | 132 |
| Binary | 11110110 | 11010111 | 11011100 | 0 | 1101 | 1011 | 100 | 101011110 | 111111 | 1011010 |
Color Harmonies of #F6D7DC
Complementary color
Monochromatic Colors of #F6D7DC
Black with #F6D7DC
Text Example
Text Example
White with #F6D7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D7DC; }
p { color: rgb(246,215,220); }
H1.HeaderClassName
{
color: #F6D7DC;
}
.AnyTagClassName
{
color: #F6D7DC;
}
</style>
background-color css
<style>
a { background-color: #F6D7DC; }
a { background-color: rgb(246,215,220); }
div.DivClassName
{
background-color: #F6D7DC;
}
.BgClassName
{
background-color: #F6D7DC;
}
</style>
border-color css
<style>
span { border-color: #F6D7DC; }
span { border-color: rgb(246,215,220); }
td.TdClassName
{
border-color: #F6D7DC;
}
.TagClassName
{
border-color: #F6D7DC;
}
</style>