Shades of Antique White #FDECD5
Tints of Antique White #FDECD5
RGB
CMYK
RGB Variations
Color information
#FDECD5 (or 0xFDECD5) is known color: Antique White. HEX triplet: FD, EC and D5. RGB value is (253,236,213). Sum of RGB (Red+Green+Blue) = 253+236+213=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 236 (92.58% from 255 or 33.62% from 702); Blue value is 213 (83.59% from 255 or 30.34% from 702); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDECD5 is #02132A. Grayscale: #EEEEEE. Windows color (decimal): -135979 or 14019837. OLE color: 14019837.
HSL color Cylindrical-coordinate representation of color #FDECD5: hue angle of 34.5º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FDECD5 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 236 | 213 | - |
CMYK | 0 | 0.07 | 0.16 | 0.01 |
HSL | 34.5º | 0.91% | 0.91% | - |
HSV(B) | 34.5º | 0.16% | 0.99% | - |
XYZ | 82.51 | 85.68 | 75.14 | - |
YUV | 238.46 | 113.63 | 138.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 236 | 213 | 0 | 0.07 | 0.16 | 0.01 | 34.5 | 0.91 | 0.91 |
Hex | FD | EC | D5 | 0 | 7 | 10 | 1 | 22 | 5B | 5B |
Octal | 375 | 354 | 325 | 0 | 7 | 20 | 1 | 42 | 133 | 133 |
Binary | 11111101 | 11101100 | 11010101 | 0 | 111 | 10000 | 1 | 100010 | 1011011 | 1011011 |
Color Harmonies of #FDECD5
Complementary color
Monochromatic Colors of #FDECD5
Black with #FDECD5
Text Example
Text Example
White with #FDECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECD5; }
p { color: rgb(253,236,213); }
H1.HeaderClassName
{
color: #FDECD5;
}
.AnyTagClassName
{
color: #FDECD5;
}
</style>
background-color css
<style>
a { background-color: #FDECD5; }
a { background-color: rgb(253,236,213); }
div.DivClassName
{
background-color: #FDECD5;
}
.BgClassName
{
background-color: #FDECD5;
}
</style>
border-color css
<style>
span { border-color: #FDECD5; }
span { border-color: rgb(253,236,213); }
td.TdClassName
{
border-color: #FDECD5;
}
.TagClassName
{
border-color: #FDECD5;
}
</style>