Shades of Chardon #FEEEE0
Tints of Chardon #FEEEE0
RGB
CMYK
RGB Variations
Color information
#FEEEE0 (or 0xFEEEE0) is known color: Chardon. HEX triplet: FE, EE and E0. RGB value is (254,238,224). Sum of RGB (Red+Green+Blue) = 254+238+224=716 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.47% from 716); Green value is 238 (93.36% from 255 or 33.24% from 716); Blue value is 224 (87.89% from 255 or 31.28% from 716); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEEE0 is #01111F. Grayscale: #F1F1F1. Windows color (decimal): -69920 or 14741246. OLE color: 14741246.
HSL color Cylindrical-coordinate representation of color #FEEEE0: hue angle of 28º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FEEEE0 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 224 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.00 |
| HSL | 28º | 0.94% | 0.94% | - |
| HSV(B) | 28º | 0.12% | 1% | - |
| XYZ | 84.9 | 87.6 | 82.96 | - |
| YUV | 241.19 | 118.3 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 224 | 0 | 0.06 | 0.12 | 0.00 | 28 | 0.94 | 0.94 |
| Hex | FE | EE | E0 | 0 | 6 | C | 0 | 1C | 5E | 5E |
| Octal | 376 | 356 | 340 | 0 | 6 | 14 | 0 | 34 | 136 | 136 |
| Binary | 11111110 | 11101110 | 11100000 | 0 | 110 | 1100 | 0 | 11100 | 1011110 | 1011110 |
Color Harmonies of #FEEEE0
Complementary color
Monochromatic Colors of #FEEEE0
Black with #FEEEE0
Text Example
Text Example
White with #FEEEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEEE0; }
p { color: rgb(254,238,224); }
H1.HeaderClassName
{
color: #FEEEE0;
}
.AnyTagClassName
{
color: #FEEEE0;
}
</style>
background-color css
<style>
a { background-color: #FEEEE0; }
a { background-color: rgb(254,238,224); }
div.DivClassName
{
background-color: #FEEEE0;
}
.BgClassName
{
background-color: #FEEEE0;
}
</style>
border-color css
<style>
span { border-color: #FEEEE0; }
span { border-color: rgb(254,238,224); }
td.TdClassName
{
border-color: #FEEEE0;
}
.TagClassName
{
border-color: #FEEEE0;
}
</style>