Shades of Chardon #FDEADD
Tints of Chardon #FDEADD
RGB
CMYK
RGB Variations
Color information
#FDEADD (or 0xFDEADD) is known color: Chardon. HEX triplet: FD, EA and DD. RGB value is (253,234,221). Sum of RGB (Red+Green+Blue) = 253+234+221=708 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.73% from 708); Green value is 234 (91.80% from 255 or 33.05% from 708); Blue value is 221 (86.72% from 255 or 31.21% from 708); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEADD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEADD is #021522. Grayscale: #EEEEEE. Windows color (decimal): -136483 or 14543613. OLE color: 14543613.
HSL color Cylindrical-coordinate representation of color #FDEADD: hue angle of 24.38º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDEADD is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 221 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.01 |
| HSL | 24.38º | 0.89% | 0.93% | - |
| HSV(B) | 24.38º | 0.13% | 0.99% | - |
| XYZ | 82.98 | 84.95 | 80.43 | - |
| YUV | 238.2 | 118.29 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 221 | 0 | 0.08 | 0.13 | 0.01 | 24.38 | 0.89 | 0.93 |
| Hex | FD | EA | DD | 0 | 8 | D | 1 | 18 | 59 | 5D |
| Octal | 375 | 352 | 335 | 0 | 10 | 15 | 1 | 30 | 131 | 135 |
| Binary | 11111101 | 11101010 | 11011101 | 0 | 1000 | 1101 | 1 | 11000 | 1011001 | 1011101 |
Color Harmonies of #FDEADD
Complementary color
Monochromatic Colors of #FDEADD
Black with #FDEADD
Text Example
Text Example
White with #FDEADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEADD; }
p { color: rgb(253,234,221); }
H1.HeaderClassName
{
color: #FDEADD;
}
.AnyTagClassName
{
color: #FDEADD;
}
</style>
background-color css
<style>
a { background-color: #FDEADD; }
a { background-color: rgb(253,234,221); }
div.DivClassName
{
background-color: #FDEADD;
}
.BgClassName
{
background-color: #FDEADD;
}
</style>
border-color css
<style>
span { border-color: #FDEADD; }
span { border-color: rgb(253,234,221); }
td.TdClassName
{
border-color: #FDEADD;
}
.TagClassName
{
border-color: #FDEADD;
}
</style>