Shades of Chardon #F5EAE1
Tints of Chardon #F5EAE1
RGB
CMYK
RGB Variations
Color information
#F5EAE1 (or 0xF5EAE1) is known color: Chardon. HEX triplet: F5, EA and E1. RGB value is (245,234,225). Sum of RGB (Red+Green+Blue) = 245+234+225=704 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.80% from 704); Green value is 234 (91.80% from 255 or 33.24% from 704); Blue value is 225 (88.28% from 255 or 31.96% from 704); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EAE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EAE1 is #0A151E. Grayscale: #ECECEC. Windows color (decimal): -660767 or 14805749. OLE color: 14805749.
HSL color Cylindrical-coordinate representation of color #F5EAE1: hue angle of 27º degrees, saturation: 0.5, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F5EAE1 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 234 | 225 | - |
CMYK | 0 | 0.04 | 0.08 | 0.04 |
HSL | 27º | 0.5% | 0.92% | - |
HSV(B) | 27º | 0.08% | 0.96% | - |
XYZ | 80.67 | 83.69 | 83.14 | - |
YUV | 236.26 | 121.64 | 134.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 234 | 225 | 0 | 0.04 | 0.08 | 0.04 | 27 | 0.5 | 0.92 |
Hex | F5 | EA | E1 | 0 | 4 | 8 | 4 | 1B | 32 | 5C |
Octal | 365 | 352 | 341 | 0 | 4 | 10 | 4 | 33 | 62 | 134 |
Binary | 11110101 | 11101010 | 11100001 | 0 | 100 | 1000 | 100 | 11011 | 110010 | 1011100 |
Color Harmonies of #F5EAE1
Complementary color
Monochromatic Colors of #F5EAE1
Black with #F5EAE1
Text Example
Text Example
White with #F5EAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EAE1; }
p { color: rgb(245,234,225); }
H1.HeaderClassName
{
color: #F5EAE1;
}
.AnyTagClassName
{
color: #F5EAE1;
}
</style>
background-color css
<style>
a { background-color: #F5EAE1; }
a { background-color: rgb(245,234,225); }
div.DivClassName
{
background-color: #F5EAE1;
}
.BgClassName
{
background-color: #F5EAE1;
}
</style>
border-color css
<style>
span { border-color: #F5EAE1; }
span { border-color: rgb(245,234,225); }
td.TdClassName
{
border-color: #F5EAE1;
}
.TagClassName
{
border-color: #F5EAE1;
}
</style>