Shades of Chardon #FEEADC
Tints of Chardon #FEEADC
RGB
CMYK
RGB Variations
Color information
#FEEADC (or 0xFEEADC) is known color: Chardon. HEX triplet: FE, EA and DC. RGB value is (254,234,220). Sum of RGB (Red+Green+Blue) = 254+234+220=708 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.88% from 708); Green value is 234 (91.80% from 255 or 33.05% from 708); Blue value is 220 (86.33% from 255 or 31.07% from 708); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEADC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEADC is #011523. Grayscale: #EEEEEE. Windows color (decimal): -70948 or 14478078. OLE color: 14478078.
HSL color Cylindrical-coordinate representation of color #FEEADC: hue angle of 24.71º 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 #FEEADC is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 220 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.00 |
| HSL | 24.71º | 0.94% | 0.93% | - |
| HSV(B) | 24.71º | 0.13% | 1% | - |
| XYZ | 83.21 | 85.08 | 79.75 | - |
| YUV | 238.38 | 117.63 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 220 | 0 | 0.08 | 0.13 | 0.00 | 24.71 | 0.94 | 0.93 |
| Hex | FE | EA | DC | 0 | 8 | D | 0 | 19 | 5E | 5D |
| Octal | 376 | 352 | 334 | 0 | 10 | 15 | 0 | 31 | 136 | 135 |
| Binary | 11111110 | 11101010 | 11011100 | 0 | 1000 | 1101 | 0 | 11001 | 1011110 | 1011101 |
Color Harmonies of #FEEADC
Complementary color
Monochromatic Colors of #FEEADC
Black with #FEEADC
Text Example
Text Example
White with #FEEADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEADC; }
p { color: rgb(254,234,220); }
H1.HeaderClassName
{
color: #FEEADC;
}
.AnyTagClassName
{
color: #FEEADC;
}
</style>
background-color css
<style>
a { background-color: #FEEADC; }
a { background-color: rgb(254,234,220); }
div.DivClassName
{
background-color: #FEEADC;
}
.BgClassName
{
background-color: #FEEADC;
}
</style>
border-color css
<style>
span { border-color: #FEEADC; }
span { border-color: rgb(254,234,220); }
td.TdClassName
{
border-color: #FEEADC;
}
.TagClassName
{
border-color: #FEEADC;
}
</style>