Shades of Cherub #F6D6DD
Tints of Cherub #F6D6DD
RGB
CMYK
RGB Variations
Color information
#F6D6DD (or 0xF6D6DD) is known color: Cherub. HEX triplet: F6, D6 and DD. RGB value is (246,214,221). Sum of RGB (Red+Green+Blue) = 246+214+221=681 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.12% from 681); Green value is 214 (83.98% from 255 or 31.42% from 681); Blue value is 221 (86.72% from 255 or 32.45% from 681); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D6DD is #092922. Grayscale: #E0E0E0. Windows color (decimal): -600355 or 14538486. OLE color: 14538486.
HSL color Cylindrical-coordinate representation of color #F6D6DD: hue angle of 346.88º degrees, saturation: 0.64, 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 #F6D6DD is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 214 | 221 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.04 |
| HSL | 346.88º | 0.64% | 0.9% | - |
| HSV(B) | 346.88º | 0.13% | 0.96% | - |
| XYZ | 75.1 | 72.91 | 78.52 | - |
| YUV | 224.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 214 | 221 | 0 | 0.13 | 0.10 | 0.04 | 346.88 | 0.64 | 0.9 |
| Hex | F6 | D6 | DD | 0 | D | A | 4 | 15B | 40 | 5A |
| Octal | 366 | 326 | 335 | 0 | 15 | 12 | 4 | 533 | 100 | 132 |
| Binary | 11110110 | 11010110 | 11011101 | 0 | 1101 | 1010 | 100 | 101011011 | 1000000 | 1011010 |
Color Harmonies of #F6D6DD
Complementary color
Monochromatic Colors of #F6D6DD
Black with #F6D6DD
Text Example
Text Example
White with #F6D6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D6DD; }
p { color: rgb(246,214,221); }
H1.HeaderClassName
{
color: #F6D6DD;
}
.AnyTagClassName
{
color: #F6D6DD;
}
</style>
background-color css
<style>
a { background-color: #F6D6DD; }
a { background-color: rgb(246,214,221); }
div.DivClassName
{
background-color: #F6D6DD;
}
.BgClassName
{
background-color: #F6D6DD;
}
</style>
border-color css
<style>
span { border-color: #F6D6DD; }
span { border-color: rgb(246,214,221); }
td.TdClassName
{
border-color: #F6D6DD;
}
.TagClassName
{
border-color: #F6D6DD;
}
</style>