Shades of Chardon #FDECE0
Tints of Chardon #FDECE0
RGB
CMYK
RGB Variations
Color information
#FDECE0 (or 0xFDECE0) is known color: Chardon. HEX triplet: FD, EC and E0. RGB value is (253,236,224). Sum of RGB (Red+Green+Blue) = 253+236+224=713 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.48% from 713); Green value is 236 (92.58% from 255 or 33.10% from 713); Blue value is 224 (87.89% from 255 or 31.42% from 713); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDECE0 is #02131F. Grayscale: #EFEFEF. Windows color (decimal): -135968 or 14740733. OLE color: 14740733.
HSL color Cylindrical-coordinate representation of color #FDECE0: hue angle of 24.83º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FDECE0 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 236 | 224 | - |
CMYK | 0 | 0.07 | 0.11 | 0.01 |
HSL | 24.83º | 0.88% | 0.94% | - |
HSV(B) | 24.83º | 0.11% | 0.99% | - |
XYZ | 83.96 | 86.26 | 82.74 | - |
YUV | 239.72 | 119.13 | 137.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 236 | 224 | 0 | 0.07 | 0.11 | 0.01 | 24.83 | 0.88 | 0.94 |
Hex | FD | EC | E0 | 0 | 7 | B | 1 | 19 | 58 | 5E |
Octal | 375 | 354 | 340 | 0 | 7 | 13 | 1 | 31 | 130 | 136 |
Binary | 11111101 | 11101100 | 11100000 | 0 | 111 | 1011 | 1 | 11001 | 1011000 | 1011110 |
Color Harmonies of #FDECE0
Complementary color
Monochromatic Colors of #FDECE0
Black with #FDECE0
Text Example
Text Example
White with #FDECE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECE0; }
p { color: rgb(253,236,224); }
H1.HeaderClassName
{
color: #FDECE0;
}
.AnyTagClassName
{
color: #FDECE0;
}
</style>
background-color css
<style>
a { background-color: #FDECE0; }
a { background-color: rgb(253,236,224); }
div.DivClassName
{
background-color: #FDECE0;
}
.BgClassName
{
background-color: #FDECE0;
}
</style>
border-color css
<style>
span { border-color: #FDECE0; }
span { border-color: rgb(253,236,224); }
td.TdClassName
{
border-color: #FDECE0;
}
.TagClassName
{
border-color: #FDECE0;
}
</style>