Shades of Cherub #F6D0D6
Tints of Cherub #F6D0D6
RGB
CMYK
RGB Variations
Color information
#F6D0D6 (or 0xF6D0D6) is known color: Cherub. HEX triplet: F6, D0 and D6. RGB value is (246,208,214). Sum of RGB (Red+Green+Blue) = 246+208+214=668 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.83% from 668); Green value is 208 (81.64% from 255 or 31.14% from 668); Blue value is 214 (83.98% from 255 or 32.04% from 668); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D0D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D0D6 is #092F29. Grayscale: #DCDCDC. Windows color (decimal): -601898 or 14078198. OLE color: 14078198.
HSL color Cylindrical-coordinate representation of color #F6D0D6: hue angle of 350.53º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F6D0D6 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 208 | 214 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.04 |
| HSL | 350.53º | 0.68% | 0.89% | - |
| HSV(B) | 350.53º | 0.15% | 0.96% | - |
| XYZ | 72.7 | 69.56 | 73.21 | - |
| YUV | 220.05 | 124.59 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 208 | 214 | 0 | 0.15 | 0.13 | 0.04 | 350.53 | 0.68 | 0.89 |
| Hex | F6 | D0 | D6 | 0 | F | D | 4 | 15F | 44 | 59 |
| Octal | 366 | 320 | 326 | 0 | 17 | 15 | 4 | 537 | 104 | 131 |
| Binary | 11110110 | 11010000 | 11010110 | 0 | 1111 | 1101 | 100 | 101011111 | 1000100 | 1011001 |
Color Harmonies of #F6D0D6
Complementary color
Monochromatic Colors of #F6D0D6
Black with #F6D0D6
Text Example
Text Example
White with #F6D0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D0D6; }
p { color: rgb(246,208,214); }
H1.HeaderClassName
{
color: #F6D0D6;
}
.AnyTagClassName
{
color: #F6D0D6;
}
</style>
background-color css
<style>
a { background-color: #F6D0D6; }
a { background-color: rgb(246,208,214); }
div.DivClassName
{
background-color: #F6D0D6;
}
.BgClassName
{
background-color: #F6D0D6;
}
</style>
border-color css
<style>
span { border-color: #F6D0D6; }
span { border-color: rgb(246,208,214); }
td.TdClassName
{
border-color: #F6D0D6;
}
.TagClassName
{
border-color: #F6D0D6;
}
</style>