Shades of Chardon #F6E8DC
Tints of Chardon #F6E8DC
RGB
CMYK
RGB Variations
Color information
#F6E8DC (or 0xF6E8DC) is known color: Chardon. HEX triplet: F6, E8 and DC. RGB value is (246,232,220). Sum of RGB (Red+Green+Blue) = 246+232+220=698 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.24% from 698); Green value is 232 (91.02% from 255 or 33.24% from 698); Blue value is 220 (86.33% from 255 or 31.52% from 698); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E8DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6E8DC is #091723. Grayscale: #EAEAEA. Windows color (decimal): -595748 or 14477558. OLE color: 14477558.
HSL color Cylindrical-coordinate representation of color #F6E8DC: hue angle of 27.69º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F6E8DC is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 232 | 220 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.04 |
| HSL | 27.69º | 0.59% | 0.91% | - |
| HSV(B) | 27.69º | 0.11% | 0.96% | - |
| XYZ | 79.78 | 82.47 | 79.42 | - |
| YUV | 234.82 | 119.64 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 232 | 220 | 0 | 0.06 | 0.11 | 0.04 | 27.69 | 0.59 | 0.91 |
| Hex | F6 | E8 | DC | 0 | 6 | B | 4 | 1C | 3B | 5B |
| Octal | 366 | 350 | 334 | 0 | 6 | 13 | 4 | 34 | 73 | 133 |
| Binary | 11110110 | 11101000 | 11011100 | 0 | 110 | 1011 | 100 | 11100 | 111011 | 1011011 |
Color Harmonies of #F6E8DC
Complementary color
Monochromatic Colors of #F6E8DC
Black with #F6E8DC
Text Example
Text Example
White with #F6E8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E8DC; }
p { color: rgb(246,232,220); }
H1.HeaderClassName
{
color: #F6E8DC;
}
.AnyTagClassName
{
color: #F6E8DC;
}
</style>
background-color css
<style>
a { background-color: #F6E8DC; }
a { background-color: rgb(246,232,220); }
div.DivClassName
{
background-color: #F6E8DC;
}
.BgClassName
{
background-color: #F6E8DC;
}
</style>
border-color css
<style>
span { border-color: #F6E8DC; }
span { border-color: rgb(246,232,220); }
td.TdClassName
{
border-color: #F6E8DC;
}
.TagClassName
{
border-color: #F6E8DC;
}
</style>