Shades of Chardon #F9E7DA
Tints of Chardon #F9E7DA
RGB
CMYK
RGB Variations
Color information
#F9E7DA (or 0xF9E7DA) is known color: Chardon. HEX triplet: F9, E7 and DA. RGB value is (249,231,218). Sum of RGB (Red+Green+Blue) = 249+231+218=698 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.67% from 698); Green value is 231 (90.62% from 255 or 33.09% from 698); Blue value is 218 (85.55% from 255 or 31.23% from 698); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E7DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9E7DA is #061825. Grayscale: #EAEAEA. Windows color (decimal): -399398 or 14346233. OLE color: 14346233.
HSL color Cylindrical-coordinate representation of color #F9E7DA: hue angle of 25.16º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F9E7DA is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 231 | 218 | - |
CMYK | 0 | 0.07 | 0.12 | 0.02 |
HSL | 25.16º | 0.72% | 0.92% | - |
HSV(B) | 25.16º | 0.12% | 0.98% | - |
XYZ | 80.3 | 82.35 | 77.99 | - |
YUV | 234.9 | 118.46 | 138.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 231 | 218 | 0 | 0.07 | 0.12 | 0.02 | 25.16 | 0.72 | 0.92 |
Hex | F9 | E7 | DA | 0 | 7 | C | 2 | 19 | 48 | 5C |
Octal | 371 | 347 | 332 | 0 | 7 | 14 | 2 | 31 | 110 | 134 |
Binary | 11111001 | 11100111 | 11011010 | 0 | 111 | 1100 | 10 | 11001 | 1001000 | 1011100 |
Color Harmonies of #F9E7DA
Complementary color
Monochromatic Colors of #F9E7DA
Black with #F9E7DA
Text Example
Text Example
White with #F9E7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E7DA; }
p { color: rgb(249,231,218); }
H1.HeaderClassName
{
color: #F9E7DA;
}
.AnyTagClassName
{
color: #F9E7DA;
}
</style>
background-color css
<style>
a { background-color: #F9E7DA; }
a { background-color: rgb(249,231,218); }
div.DivClassName
{
background-color: #F9E7DA;
}
.BgClassName
{
background-color: #F9E7DA;
}
</style>
border-color css
<style>
span { border-color: #F9E7DA; }
span { border-color: rgb(249,231,218); }
td.TdClassName
{
border-color: #F9E7DA;
}
.TagClassName
{
border-color: #F9E7DA;
}
</style>