Shades of Chardon #F9EADE
Tints of Chardon #F9EADE
RGB
CMYK
RGB Variations
Color information
#F9EADE (or 0xF9EADE) is known color: Chardon. HEX triplet: F9, EA and DE. RGB value is (249,234,222). Sum of RGB (Red+Green+Blue) = 249+234+222=705 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.32% from 705); Green value is 234 (91.80% from 255 or 33.19% from 705); Blue value is 222 (87.11% from 255 or 31.49% from 705); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EADE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EADE is #061521. Grayscale: #EDEDED. Windows color (decimal): -398626 or 14609145. OLE color: 14609145.
HSL color Cylindrical-coordinate representation of color #F9EADE: hue angle of 26.67º degrees, saturation: 0.69, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F9EADE is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 234 | 222 | - |
CMYK | 0 | 0.06 | 0.11 | 0.02 |
HSL | 26.67º | 0.69% | 0.92% | - |
HSV(B) | 26.67º | 0.11% | 0.98% | - |
XYZ | 81.67 | 84.26 | 81.07 | - |
YUV | 237.12 | 119.47 | 136.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 234 | 222 | 0 | 0.06 | 0.11 | 0.02 | 26.67 | 0.69 | 0.92 |
Hex | F9 | EA | DE | 0 | 6 | B | 2 | 1B | 45 | 5C |
Octal | 371 | 352 | 336 | 0 | 6 | 13 | 2 | 33 | 105 | 134 |
Binary | 11111001 | 11101010 | 11011110 | 0 | 110 | 1011 | 10 | 11011 | 1000101 | 1011100 |
Color Harmonies of #F9EADE
Complementary color
Monochromatic Colors of #F9EADE
Black with #F9EADE
Text Example
Text Example
White with #F9EADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EADE; }
p { color: rgb(249,234,222); }
H1.HeaderClassName
{
color: #F9EADE;
}
.AnyTagClassName
{
color: #F9EADE;
}
</style>
background-color css
<style>
a { background-color: #F9EADE; }
a { background-color: rgb(249,234,222); }
div.DivClassName
{
background-color: #F9EADE;
}
.BgClassName
{
background-color: #F9EADE;
}
</style>
border-color css
<style>
span { border-color: #F9EADE; }
span { border-color: rgb(249,234,222); }
td.TdClassName
{
border-color: #F9EADE;
}
.TagClassName
{
border-color: #F9EADE;
}
</style>