Shades of Chardon #FDEADE
Tints of Chardon #FDEADE
RGB
CMYK
RGB Variations
Color information
#FDEADE (or 0xFDEADE) is known color: Chardon. HEX triplet: FD, EA and DE. RGB value is (253,234,222). Sum of RGB (Red+Green+Blue) = 253+234+222=709 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.68% from 709); Green value is 234 (91.80% from 255 or 33.00% from 709); Blue value is 222 (87.11% from 255 or 31.31% from 709); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEADE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEADE is #021521. Grayscale: #EEEEEE. Windows color (decimal): -136482 or 14609149. OLE color: 14609149.
HSL color Cylindrical-coordinate representation of color #FDEADE: hue angle of 23.23º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDEADE is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 222 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.01 |
| HSL | 23.23º | 0.89% | 0.93% | - |
| HSV(B) | 23.23º | 0.12% | 0.99% | - |
| XYZ | 83.12 | 85 | 81.13 | - |
| YUV | 238.31 | 118.79 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 222 | 0 | 0.08 | 0.12 | 0.01 | 23.23 | 0.89 | 0.93 |
| Hex | FD | EA | DE | 0 | 8 | C | 1 | 17 | 59 | 5D |
| Octal | 375 | 352 | 336 | 0 | 10 | 14 | 1 | 27 | 131 | 135 |
| Binary | 11111101 | 11101010 | 11011110 | 0 | 1000 | 1100 | 1 | 10111 | 1011001 | 1011101 |
Color Harmonies of #FDEADE
Complementary color
Monochromatic Colors of #FDEADE
Black with #FDEADE
Text Example
Text Example
White with #FDEADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEADE; }
p { color: rgb(253,234,222); }
H1.HeaderClassName
{
color: #FDEADE;
}
.AnyTagClassName
{
color: #FDEADE;
}
</style>
background-color css
<style>
a { background-color: #FDEADE; }
a { background-color: rgb(253,234,222); }
div.DivClassName
{
background-color: #FDEADE;
}
.BgClassName
{
background-color: #FDEADE;
}
</style>
border-color css
<style>
span { border-color: #FDEADE; }
span { border-color: rgb(253,234,222); }
td.TdClassName
{
border-color: #FDEADE;
}
.TagClassName
{
border-color: #FDEADE;
}
</style>