Shades of Chardon #FFEEE1
Tints of Chardon #FFEEE1
RGB
CMYK
RGB Variations
Color information
#FFEEE1 (or 0xFFEEE1) is known color: Chardon. HEX triplet: FF, EE and E1. RGB value is (255,238,225). Sum of RGB (Red+Green+Blue) = 255+238+225=718 (95% of max value = 765). Red value is 255 (100% from 255 or 35.52% from 718); Green value is 238 (93.36% from 255 or 33.15% from 718); Blue value is 225 (88.28% from 255 or 31.34% from 718); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEEE1 is #00111E. Grayscale: #F1F1F1. Windows color (decimal): -4383 or 14806783. OLE color: 14806783.
HSL color Cylindrical-coordinate representation of color #FFEEE1: hue angle of 26º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FFEEE1 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 225 | - |
| CMYK | 0 | 0.07 | 0.12 | 0 |
| HSL | 26º | 1% | 0.94% | - |
| HSV(B) | 26º | 0.12% | 1% | - |
| XYZ | 85.41 | 87.85 | 83.69 | - |
| YUV | 241.6 | 118.63 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 225 | 0 | 0.07 | 0.12 | 0 | 26 | 1 | 0.94 |
| Hex | FF | EE | E1 | 0 | 7 | C | 0 | 1A | 64 | 5E |
| Octal | 377 | 356 | 341 | 0 | 7 | 14 | 0 | 32 | 144 | 136 |
| Binary | 11111111 | 11101110 | 11100001 | 0 | 111 | 1100 | 0 | 11010 | 1100100 | 1011110 |
Color Harmonies of #FFEEE1
Complementary color
Monochromatic Colors of #FFEEE1
Black with #FFEEE1
Text Example
Text Example
White with #FFEEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEEE1; }
p { color: rgb(255,238,225); }
H1.HeaderClassName
{
color: #FFEEE1;
}
.AnyTagClassName
{
color: #FFEEE1;
}
</style>
background-color css
<style>
a { background-color: #FFEEE1; }
a { background-color: rgb(255,238,225); }
div.DivClassName
{
background-color: #FFEEE1;
}
.BgClassName
{
background-color: #FFEEE1;
}
</style>
border-color css
<style>
span { border-color: #FFEEE1; }
span { border-color: rgb(255,238,225); }
td.TdClassName
{
border-color: #FFEEE1;
}
.TagClassName
{
border-color: #FFEEE1;
}
</style>