Shades of Chardon #FDECDE
Tints of Chardon #FDECDE
RGB
CMYK
RGB Variations
Color information
#FDECDE (or 0xFDECDE) is known color: Chardon. HEX triplet: FD, EC and DE. RGB value is (253,236,222). Sum of RGB (Red+Green+Blue) = 253+236+222=711 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.58% from 711); Green value is 236 (92.58% from 255 or 33.19% from 711); Blue value is 222 (87.11% from 255 or 31.22% from 711); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDECDE is #021321. Grayscale: #EFEFEF. Windows color (decimal): -135970 or 14609661. OLE color: 14609661.
HSL color Cylindrical-coordinate representation of color #FDECDE: hue angle of 27.1º 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 #FDECDE is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 222 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.01 |
| HSL | 27.1º | 0.89% | 0.93% | - |
| HSV(B) | 27.1º | 0.12% | 0.99% | - |
| XYZ | 83.69 | 86.15 | 81.32 | - |
| YUV | 239.49 | 118.13 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 222 | 0 | 0.07 | 0.12 | 0.01 | 27.1 | 0.89 | 0.93 |
| Hex | FD | EC | DE | 0 | 7 | C | 1 | 1B | 59 | 5D |
| Octal | 375 | 354 | 336 | 0 | 7 | 14 | 1 | 33 | 131 | 135 |
| Binary | 11111101 | 11101100 | 11011110 | 0 | 111 | 1100 | 1 | 11011 | 1011001 | 1011101 |
Color Harmonies of #FDECDE
Complementary color
Monochromatic Colors of #FDECDE
Black with #FDECDE
Text Example
Text Example
White with #FDECDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECDE; }
p { color: rgb(253,236,222); }
H1.HeaderClassName
{
color: #FDECDE;
}
.AnyTagClassName
{
color: #FDECDE;
}
</style>
background-color css
<style>
a { background-color: #FDECDE; }
a { background-color: rgb(253,236,222); }
div.DivClassName
{
background-color: #FDECDE;
}
.BgClassName
{
background-color: #FDECDE;
}
</style>
border-color css
<style>
span { border-color: #FDECDE; }
span { border-color: rgb(253,236,222); }
td.TdClassName
{
border-color: #FDECDE;
}
.TagClassName
{
border-color: #FDECDE;
}
</style>