Shades of Chardon #F6E8DD
Tints of Chardon #F6E8DD
RGB
CMYK
RGB Variations
Color information
#F6E8DD (or 0xF6E8DD) is known color: Chardon. HEX triplet: F6, E8 and DD. RGB value is (246,232,221). Sum of RGB (Red+Green+Blue) = 246+232+221=699 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.19% from 699); Green value is 232 (91.02% from 255 or 33.19% from 699); Blue value is 221 (86.72% from 255 or 31.62% from 699); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E8DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6E8DD is #091722. Grayscale: #EAEAEA. Windows color (decimal): -595747 or 14543094. OLE color: 14543094.
HSL color Cylindrical-coordinate representation of color #F6E8DD: hue angle of 26.4º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F6E8DD is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 232 | 221 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.04 |
| HSL | 26.4º | 0.58% | 0.92% | - |
| HSV(B) | 26.4º | 0.1% | 0.96% | - |
| XYZ | 79.91 | 82.53 | 80.12 | - |
| YUV | 234.93 | 120.14 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 232 | 221 | 0 | 0.06 | 0.10 | 0.04 | 26.4 | 0.58 | 0.92 |
| Hex | F6 | E8 | DD | 0 | 6 | A | 4 | 1A | 3A | 5C |
| Octal | 366 | 350 | 335 | 0 | 6 | 12 | 4 | 32 | 72 | 134 |
| Binary | 11110110 | 11101000 | 11011101 | 0 | 110 | 1010 | 100 | 11010 | 111010 | 1011100 |
Color Harmonies of #F6E8DD
Complementary color
Monochromatic Colors of #F6E8DD
Black with #F6E8DD
Text Example
Text Example
White with #F6E8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E8DD; }
p { color: rgb(246,232,221); }
H1.HeaderClassName
{
color: #F6E8DD;
}
.AnyTagClassName
{
color: #F6E8DD;
}
</style>
background-color css
<style>
a { background-color: #F6E8DD; }
a { background-color: rgb(246,232,221); }
div.DivClassName
{
background-color: #F6E8DD;
}
.BgClassName
{
background-color: #F6E8DD;
}
</style>
border-color css
<style>
span { border-color: #F6E8DD; }
span { border-color: rgb(246,232,221); }
td.TdClassName
{
border-color: #F6E8DD;
}
.TagClassName
{
border-color: #F6E8DD;
}
</style>