Shades of Cherub #F6D8DE
Tints of Cherub #F6D8DE
RGB
CMYK
RGB Variations
Color information
#F6D8DE (or 0xF6D8DE) is known color: Cherub. HEX triplet: F6, D8 and DE. RGB value is (246,216,222). Sum of RGB (Red+Green+Blue) = 246+216+222=684 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.96% from 684); Green value is 216 (84.77% from 255 or 31.58% from 684); Blue value is 222 (87.11% from 255 or 32.46% from 684); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D8DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D8DE is #092721. Grayscale: #E1E1E1. Windows color (decimal): -599842 or 14604534. OLE color: 14604534.
HSL color Cylindrical-coordinate representation of color #F6D8DE: hue angle of 348º degrees, saturation: 0.62, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F6D8DE is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 216 | 222 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.04 |
| HSL | 348º | 0.63% | 0.91% | - |
| HSV(B) | 348º | 0.12% | 0.96% | - |
| XYZ | 75.75 | 73.98 | 79.39 | - |
| YUV | 225.65 | 125.94 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 216 | 222 | 0 | 0.12 | 0.10 | 0.04 | 348 | 0.63 | 0.91 |
| Hex | F6 | D8 | DE | 0 | C | A | 4 | 15C | 3E | 5B |
| Octal | 366 | 330 | 336 | 0 | 14 | 12 | 4 | 534 | 76 | 133 |
| Binary | 11110110 | 11011000 | 11011110 | 0 | 1100 | 1010 | 100 | 101011100 | 111110 | 1011011 |
Color Harmonies of #F6D8DE
Complementary color
Monochromatic Colors of #F6D8DE
Black with #F6D8DE
Text Example
Text Example
White with #F6D8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D8DE; }
p { color: rgb(246,216,222); }
H1.HeaderClassName
{
color: #F6D8DE;
}
.AnyTagClassName
{
color: #F6D8DE;
}
</style>
background-color css
<style>
a { background-color: #F6D8DE; }
a { background-color: rgb(246,216,222); }
div.DivClassName
{
background-color: #F6D8DE;
}
.BgClassName
{
background-color: #F6D8DE;
}
</style>
border-color css
<style>
span { border-color: #F6D8DE; }
span { border-color: rgb(246,216,222); }
td.TdClassName
{
border-color: #F6D8DE;
}
.TagClassName
{
border-color: #F6D8DE;
}
</style>