Shades of Chardon #FEEADD
Tints of Chardon #FEEADD
RGB
CMYK
RGB Variations
Color information
#FEEADD (or 0xFEEADD) is known color: Chardon. HEX triplet: FE, EA and DD. RGB value is (254,234,221). Sum of RGB (Red+Green+Blue) = 254+234+221=709 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.83% from 709); Green value is 234 (91.80% from 255 or 33.00% from 709); Blue value is 221 (86.72% from 255 or 31.17% from 709); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEADD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEADD is #011522. Grayscale: #EEEEEE. Windows color (decimal): -70947 or 14543614. OLE color: 14543614.
HSL color Cylindrical-coordinate representation of color #FEEADD: hue angle of 23.64º 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 #FEEADD is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 221 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.00 |
| HSL | 23.64º | 0.94% | 0.93% | - |
| HSV(B) | 23.64º | 0.13% | 1% | - |
| XYZ | 83.35 | 85.14 | 80.45 | - |
| YUV | 238.5 | 118.13 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 221 | 0 | 0.08 | 0.13 | 0.00 | 23.64 | 0.94 | 0.93 |
| Hex | FE | EA | DD | 0 | 8 | D | 0 | 18 | 5E | 5D |
| Octal | 376 | 352 | 335 | 0 | 10 | 15 | 0 | 30 | 136 | 135 |
| Binary | 11111110 | 11101010 | 11011101 | 0 | 1000 | 1101 | 0 | 11000 | 1011110 | 1011101 |
Color Harmonies of #FEEADD
Complementary color
Monochromatic Colors of #FEEADD
Black with #FEEADD
Text Example
Text Example
White with #FEEADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEADD; }
p { color: rgb(254,234,221); }
H1.HeaderClassName
{
color: #FEEADD;
}
.AnyTagClassName
{
color: #FEEADD;
}
</style>
background-color css
<style>
a { background-color: #FEEADD; }
a { background-color: rgb(254,234,221); }
div.DivClassName
{
background-color: #FEEADD;
}
.BgClassName
{
background-color: #FEEADD;
}
</style>
border-color css
<style>
span { border-color: #FEEADD; }
span { border-color: rgb(254,234,221); }
td.TdClassName
{
border-color: #FEEADD;
}
.TagClassName
{
border-color: #FEEADD;
}
</style>