Shades of Chardon #FDECDF
Tints of Chardon #FDECDF
RGB
CMYK
RGB Variations
Color information
#FDECDF (or 0xFDECDF) is known color: Chardon. HEX triplet: FD, EC and DF. RGB value is (253,236,223). Sum of RGB (Red+Green+Blue) = 253+236+223=712 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.53% from 712); Green value is 236 (92.58% from 255 or 33.15% from 712); Blue value is 223 (87.5% from 255 or 31.32% from 712); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDECDF is #021320. Grayscale: #EFEFEF. Windows color (decimal): -135969 or 14675197. OLE color: 14675197.
HSL color Cylindrical-coordinate representation of color #FDECDF: hue angle of 26º degrees, saturation: 0.88, 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 #FDECDF is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 236 | 223 | - |
CMYK | 0 | 0.07 | 0.12 | 0.01 |
HSL | 26º | 0.88% | 0.93% | - |
HSV(B) | 26º | 0.12% | 0.99% | - |
XYZ | 83.82 | 86.2 | 82.03 | - |
YUV | 239.6 | 118.63 | 137.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 236 | 223 | 0 | 0.07 | 0.12 | 0.01 | 26 | 0.88 | 0.93 |
Hex | FD | EC | DF | 0 | 7 | C | 1 | 1A | 58 | 5D |
Octal | 375 | 354 | 337 | 0 | 7 | 14 | 1 | 32 | 130 | 135 |
Binary | 11111101 | 11101100 | 11011111 | 0 | 111 | 1100 | 1 | 11010 | 1011000 | 1011101 |
Color Harmonies of #FDECDF
Complementary color
Monochromatic Colors of #FDECDF
Black with #FDECDF
Text Example
Text Example
White with #FDECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECDF; }
p { color: rgb(253,236,223); }
H1.HeaderClassName
{
color: #FDECDF;
}
.AnyTagClassName
{
color: #FDECDF;
}
</style>
background-color css
<style>
a { background-color: #FDECDF; }
a { background-color: rgb(253,236,223); }
div.DivClassName
{
background-color: #FDECDF;
}
.BgClassName
{
background-color: #FDECDF;
}
</style>
border-color css
<style>
span { border-color: #FDECDF; }
span { border-color: rgb(253,236,223); }
td.TdClassName
{
border-color: #FDECDF;
}
.TagClassName
{
border-color: #FDECDF;
}
</style>