Shades of Chardon #FEECDE
Tints of Chardon #FEECDE
RGB
CMYK
RGB Variations
Color information
#FEECDE (or 0xFEECDE) is known color: Chardon. HEX triplet: FE, EC and DE. RGB value is (254,236,222). Sum of RGB (Red+Green+Blue) = 254+236+222=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 236 (92.58% from 255 or 33.15% from 712); Blue value is 222 (87.11% from 255 or 31.18% from 712); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEECDE is #011321. Grayscale: #EFEFEF. Windows color (decimal): -70434 or 14609662. OLE color: 14609662.
HSL color Cylindrical-coordinate representation of color #FEECDE: hue angle of 26.25º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEECDE is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 222 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.00 |
| HSL | 26.25º | 0.94% | 0.93% | - |
| HSV(B) | 26.25º | 0.13% | 1% | - |
| XYZ | 84.05 | 86.34 | 81.34 | - |
| YUV | 239.79 | 117.96 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 222 | 0 | 0.07 | 0.13 | 0.00 | 26.25 | 0.94 | 0.93 |
| Hex | FE | EC | DE | 0 | 7 | D | 0 | 1A | 5E | 5D |
| Octal | 376 | 354 | 336 | 0 | 7 | 15 | 0 | 32 | 136 | 135 |
| Binary | 11111110 | 11101100 | 11011110 | 0 | 111 | 1101 | 0 | 11010 | 1011110 | 1011101 |
Color Harmonies of #FEECDE
Complementary color
Monochromatic Colors of #FEECDE
Black with #FEECDE
Text Example
Text Example
White with #FEECDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEECDE; }
p { color: rgb(254,236,222); }
H1.HeaderClassName
{
color: #FEECDE;
}
.AnyTagClassName
{
color: #FEECDE;
}
</style>
background-color css
<style>
a { background-color: #FEECDE; }
a { background-color: rgb(254,236,222); }
div.DivClassName
{
background-color: #FEECDE;
}
.BgClassName
{
background-color: #FEECDE;
}
</style>
border-color css
<style>
span { border-color: #FEECDE; }
span { border-color: rgb(254,236,222); }
td.TdClassName
{
border-color: #FEECDE;
}
.TagClassName
{
border-color: #FEECDE;
}
</style>