Shades of Antique White #FDECD8
Tints of Antique White #FDECD8
RGB
CMYK
RGB Variations
Color information
#FDECD8 (or 0xFDECD8) is known color: Antique White. HEX triplet: FD, EC and D8. RGB value is (253,236,216). Sum of RGB (Red+Green+Blue) = 253+236+216=705 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.89% from 705); Green value is 236 (92.58% from 255 or 33.48% from 705); Blue value is 216 (84.77% from 255 or 30.64% from 705); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDECD8 is #021327. Grayscale: #EEEEEE. Windows color (decimal): -135976 or 14216445. OLE color: 14216445.
HSL color Cylindrical-coordinate representation of color #FDECD8: hue angle of 32.43º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDECD8 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 236 | 216 | - |
CMYK | 0 | 0.07 | 0.15 | 0.01 |
HSL | 32.43º | 0.9% | 0.92% | - |
HSV(B) | 32.43º | 0.15% | 0.99% | - |
XYZ | 82.9 | 85.83 | 77.16 | - |
YUV | 238.8 | 115.13 | 138.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 236 | 216 | 0 | 0.07 | 0.15 | 0.01 | 32.43 | 0.9 | 0.92 |
Hex | FD | EC | D8 | 0 | 7 | F | 1 | 20 | 5A | 5C |
Octal | 375 | 354 | 330 | 0 | 7 | 17 | 1 | 40 | 132 | 134 |
Binary | 11111101 | 11101100 | 11011000 | 0 | 111 | 1111 | 1 | 100000 | 1011010 | 1011100 |
Color Harmonies of #FDECD8
Complementary color
Monochromatic Colors of #FDECD8
Black with #FDECD8
Text Example
Text Example
White with #FDECD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECD8; }
p { color: rgb(253,236,216); }
H1.HeaderClassName
{
color: #FDECD8;
}
.AnyTagClassName
{
color: #FDECD8;
}
</style>
background-color css
<style>
a { background-color: #FDECD8; }
a { background-color: rgb(253,236,216); }
div.DivClassName
{
background-color: #FDECD8;
}
.BgClassName
{
background-color: #FDECD8;
}
</style>
border-color css
<style>
span { border-color: #FDECD8; }
span { border-color: rgb(253,236,216); }
td.TdClassName
{
border-color: #FDECD8;
}
.TagClassName
{
border-color: #FDECD8;
}
</style>