Shades of Antique White #FDECD7
Tints of Antique White #FDECD7
RGB
CMYK
RGB Variations
Color information
#FDECD7 (or 0xFDECD7) is known color: Antique White. HEX triplet: FD, EC and D7. RGB value is (253,236,215). Sum of RGB (Red+Green+Blue) = 253+236+215=704 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.94% from 704); Green value is 236 (92.58% from 255 or 33.52% from 704); Blue value is 215 (84.38% from 255 or 30.54% from 704); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDECD7 is #021328. Grayscale: #EEEEEE. Windows color (decimal): -135977 or 14150909. OLE color: 14150909.
HSL color Cylindrical-coordinate representation of color #FDECD7: hue angle of 33.16º 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 #FDECD7 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 215 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.01 |
| HSL | 33.16º | 0.9% | 0.92% | - |
| HSV(B) | 33.16º | 0.15% | 0.99% | - |
| XYZ | 82.77 | 85.78 | 76.48 | - |
| YUV | 238.69 | 114.63 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 215 | 0 | 0.07 | 0.15 | 0.01 | 33.16 | 0.9 | 0.92 |
| Hex | FD | EC | D7 | 0 | 7 | F | 1 | 21 | 5A | 5C |
| Octal | 375 | 354 | 327 | 0 | 7 | 17 | 1 | 41 | 132 | 134 |
| Binary | 11111101 | 11101100 | 11010111 | 0 | 111 | 1111 | 1 | 100001 | 1011010 | 1011100 |
Color Harmonies of #FDECD7
Complementary color
Monochromatic Colors of #FDECD7
Black with #FDECD7
Text Example
Text Example
White with #FDECD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECD7; }
p { color: rgb(253,236,215); }
H1.HeaderClassName
{
color: #FDECD7;
}
.AnyTagClassName
{
color: #FDECD7;
}
</style>
background-color css
<style>
a { background-color: #FDECD7; }
a { background-color: rgb(253,236,215); }
div.DivClassName
{
background-color: #FDECD7;
}
.BgClassName
{
background-color: #FDECD7;
}
</style>
border-color css
<style>
span { border-color: #FDECD7; }
span { border-color: rgb(253,236,215); }
td.TdClassName
{
border-color: #FDECD7;
}
.TagClassName
{
border-color: #FDECD7;
}
</style>