Shades of Chardon #FDECDD
Tints of Chardon #FDECDD
RGB
CMYK
RGB Variations
Color information
#FDECDD (or 0xFDECDD) is known color: Chardon. HEX triplet: FD, EC and DD. RGB value is (253,236,221). Sum of RGB (Red+Green+Blue) = 253+236+221=710 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.63% from 710); Green value is 236 (92.58% from 255 or 33.24% from 710); Blue value is 221 (86.72% from 255 or 31.13% from 710); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDECDD is #021322. Grayscale: #EFEFEF. Windows color (decimal): -135971 or 14544125. OLE color: 14544125.
HSL color Cylindrical-coordinate representation of color #FDECDD: hue angle of 28.12º 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 #FDECDD is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 236 | 221 | - |
CMYK | 0 | 0.07 | 0.13 | 0.01 |
HSL | 28.13º | 0.89% | 0.93% | - |
HSV(B) | 28.13º | 0.13% | 0.99% | - |
XYZ | 83.55 | 86.09 | 80.62 | - |
YUV | 239.37 | 117.63 | 137.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 236 | 221 | 0 | 0.07 | 0.13 | 0.01 | 28.13 | 0.89 | 0.93 |
Hex | FD | EC | DD | 0 | 7 | D | 1 | 1C | 59 | 5D |
Octal | 375 | 354 | 335 | 0 | 7 | 15 | 1 | 34 | 131 | 135 |
Binary | 11111101 | 11101100 | 11011101 | 0 | 111 | 1101 | 1 | 11100 | 1011001 | 1011101 |
Color Harmonies of #FDECDD
Complementary color
Monochromatic Colors of #FDECDD
Black with #FDECDD
Text Example
Text Example
White with #FDECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECDD; }
p { color: rgb(253,236,221); }
H1.HeaderClassName
{
color: #FDECDD;
}
.AnyTagClassName
{
color: #FDECDD;
}
</style>
background-color css
<style>
a { background-color: #FDECDD; }
a { background-color: rgb(253,236,221); }
div.DivClassName
{
background-color: #FDECDD;
}
.BgClassName
{
background-color: #FDECDD;
}
</style>
border-color css
<style>
span { border-color: #FDECDD; }
span { border-color: rgb(253,236,221); }
td.TdClassName
{
border-color: #FDECDD;
}
.TagClassName
{
border-color: #FDECDD;
}
</style>