Shades of Cherub #F6D8DD
Tints of Cherub #F6D8DD
RGB
CMYK
RGB Variations
Color information
#F6D8DD (or 0xF6D8DD) is known color: Cherub. HEX triplet: F6, D8 and DD. RGB value is (246,216,221). Sum of RGB (Red+Green+Blue) = 246+216+221=683 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.02% from 683); Green value is 216 (84.77% from 255 or 31.63% from 683); Blue value is 221 (86.72% from 255 or 32.36% from 683); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D8DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D8DD is #092722. Grayscale: #E1E1E1. Windows color (decimal): -599843 or 14538998. OLE color: 14538998.
HSL color Cylindrical-coordinate representation of color #F6D8DD: hue angle of 350º 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 #F6D8DD is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 216 | 221 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.04 |
| HSL | 350º | 0.63% | 0.91% | - |
| HSV(B) | 350º | 0.12% | 0.96% | - |
| XYZ | 75.61 | 73.93 | 78.69 | - |
| YUV | 225.54 | 125.44 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 216 | 221 | 0 | 0.12 | 0.10 | 0.04 | 350 | 0.63 | 0.91 |
| Hex | F6 | D8 | DD | 0 | C | A | 4 | 15E | 3E | 5B |
| Octal | 366 | 330 | 335 | 0 | 14 | 12 | 4 | 536 | 76 | 133 |
| Binary | 11110110 | 11011000 | 11011101 | 0 | 1100 | 1010 | 100 | 101011110 | 111110 | 1011011 |
Color Harmonies of #F6D8DD
Complementary color
Monochromatic Colors of #F6D8DD
Black with #F6D8DD
Text Example
Text Example
White with #F6D8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D8DD; }
p { color: rgb(246,216,221); }
H1.HeaderClassName
{
color: #F6D8DD;
}
.AnyTagClassName
{
color: #F6D8DD;
}
</style>
background-color css
<style>
a { background-color: #F6D8DD; }
a { background-color: rgb(246,216,221); }
div.DivClassName
{
background-color: #F6D8DD;
}
.BgClassName
{
background-color: #F6D8DD;
}
</style>
border-color css
<style>
span { border-color: #F6D8DD; }
span { border-color: rgb(246,216,221); }
td.TdClassName
{
border-color: #F6D8DD;
}
.TagClassName
{
border-color: #F6D8DD;
}
</style>