Shades of Antique White #FDEBD4
Tints of Antique White #FDEBD4
RGB
CMYK
RGB Variations
Color information
#FDEBD4 (or 0xFDEBD4) is known color: Antique White. HEX triplet: FD, EB and D4. RGB value is (253,235,212). Sum of RGB (Red+Green+Blue) = 253+235+212=700 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.14% from 700); Green value is 235 (92.19% from 255 or 33.57% from 700); Blue value is 212 (83.20% from 255 or 30.29% from 700); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEBD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEBD4 is #02142B. Grayscale: #EDEDED. Windows color (decimal): -136236 or 13954045. OLE color: 13954045.
HSL color Cylindrical-coordinate representation of color #FDEBD4: hue angle of 33.66º 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 #FDEBD4 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 235 | 212 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.01 |
| HSL | 33.66º | 0.91% | 0.91% | - |
| HSV(B) | 33.66º | 0.16% | 0.99% | - |
| XYZ | 82.1 | 85.05 | 74.38 | - |
| YUV | 237.76 | 113.46 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 235 | 212 | 0 | 0.07 | 0.16 | 0.01 | 33.66 | 0.91 | 0.91 |
| Hex | FD | EB | D4 | 0 | 7 | 10 | 1 | 22 | 5B | 5B |
| Octal | 375 | 353 | 324 | 0 | 7 | 20 | 1 | 42 | 133 | 133 |
| Binary | 11111101 | 11101011 | 11010100 | 0 | 111 | 10000 | 1 | 100010 | 1011011 | 1011011 |
Color Harmonies of #FDEBD4
Complementary color
Monochromatic Colors of #FDEBD4
Black with #FDEBD4
Text Example
Text Example
White with #FDEBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEBD4; }
p { color: rgb(253,235,212); }
H1.HeaderClassName
{
color: #FDEBD4;
}
.AnyTagClassName
{
color: #FDEBD4;
}
</style>
background-color css
<style>
a { background-color: #FDEBD4; }
a { background-color: rgb(253,235,212); }
div.DivClassName
{
background-color: #FDEBD4;
}
.BgClassName
{
background-color: #FDEBD4;
}
</style>
border-color css
<style>
span { border-color: #FDEBD4; }
span { border-color: rgb(253,235,212); }
td.TdClassName
{
border-color: #FDEBD4;
}
.TagClassName
{
border-color: #FDEBD4;
}
</style>