Shades of Chardon #FEECDD
Tints of Chardon #FEECDD
RGB
CMYK
RGB Variations
Color information
#FEECDD (or 0xFEECDD) is known color: Chardon. HEX triplet: FE, EC and DD. RGB value is (254,236,221). Sum of RGB (Red+Green+Blue) = 254+236+221=711 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.72% from 711); Green value is 236 (92.58% from 255 or 33.19% from 711); Blue value is 221 (86.72% from 255 or 31.08% from 711); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEECDD is #011322. Grayscale: #EFEFEF. Windows color (decimal): -70435 or 14544126. OLE color: 14544126.
HSL color Cylindrical-coordinate representation of color #FEECDD: hue angle of 27.27º 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 #FEECDD is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 221 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.00 |
| HSL | 27.27º | 0.94% | 0.93% | - |
| HSV(B) | 27.27º | 0.13% | 1% | - |
| XYZ | 83.92 | 86.28 | 80.64 | - |
| YUV | 239.67 | 117.46 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 221 | 0 | 0.07 | 0.13 | 0.00 | 27.27 | 0.94 | 0.93 |
| Hex | FE | EC | DD | 0 | 7 | D | 0 | 1B | 5E | 5D |
| Octal | 376 | 354 | 335 | 0 | 7 | 15 | 0 | 33 | 136 | 135 |
| Binary | 11111110 | 11101100 | 11011101 | 0 | 111 | 1101 | 0 | 11011 | 1011110 | 1011101 |
Color Harmonies of #FEECDD
Complementary color
Monochromatic Colors of #FEECDD
Black with #FEECDD
Text Example
Text Example
White with #FEECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEECDD; }
p { color: rgb(254,236,221); }
H1.HeaderClassName
{
color: #FEECDD;
}
.AnyTagClassName
{
color: #FEECDD;
}
</style>
background-color css
<style>
a { background-color: #FEECDD; }
a { background-color: rgb(254,236,221); }
div.DivClassName
{
background-color: #FEECDD;
}
.BgClassName
{
background-color: #FEECDD;
}
</style>
border-color css
<style>
span { border-color: #FEECDD; }
span { border-color: rgb(254,236,221); }
td.TdClassName
{
border-color: #FEECDD;
}
.TagClassName
{
border-color: #FEECDD;
}
</style>