Shades of Antique White #FDEDD8
Tints of Antique White #FDEDD8
RGB
CMYK
RGB Variations
Color information
#FDEDD8 (or 0xFDEDD8) is known color: Antique White. HEX triplet: FD, ED and D8. RGB value is (253,237,216). Sum of RGB (Red+Green+Blue) = 253+237+216=706 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.84% from 706); Green value is 237 (92.97% from 255 or 33.57% from 706); Blue value is 216 (84.77% from 255 or 30.59% from 706); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEDD8 is #021227. Grayscale: #EFEFEF. Windows color (decimal): -135720 or 14216701. OLE color: 14216701.
HSL color Cylindrical-coordinate representation of color #FDEDD8: hue angle of 34.05º 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 #FDEDD8 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 237 | 216 | - |
CMYK | 0 | 0.06 | 0.15 | 0.01 |
HSL | 34.05º | 0.9% | 0.92% | - |
HSV(B) | 34.05º | 0.15% | 0.99% | - |
XYZ | 83.19 | 86.41 | 77.26 | - |
YUV | 239.39 | 114.8 | 137.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 237 | 216 | 0 | 0.06 | 0.15 | 0.01 | 34.05 | 0.9 | 0.92 |
Hex | FD | ED | D8 | 0 | 6 | F | 1 | 22 | 5A | 5C |
Octal | 375 | 355 | 330 | 0 | 6 | 17 | 1 | 42 | 132 | 134 |
Binary | 11111101 | 11101101 | 11011000 | 0 | 110 | 1111 | 1 | 100010 | 1011010 | 1011100 |
Color Harmonies of #FDEDD8
Complementary color
Monochromatic Colors of #FDEDD8
Black with #FDEDD8
Text Example
Text Example
White with #FDEDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEDD8; }
p { color: rgb(253,237,216); }
H1.HeaderClassName
{
color: #FDEDD8;
}
.AnyTagClassName
{
color: #FDEDD8;
}
</style>
background-color css
<style>
a { background-color: #FDEDD8; }
a { background-color: rgb(253,237,216); }
div.DivClassName
{
background-color: #FDEDD8;
}
.BgClassName
{
background-color: #FDEDD8;
}
</style>
border-color css
<style>
span { border-color: #FDEDD8; }
span { border-color: rgb(253,237,216); }
td.TdClassName
{
border-color: #FDEDD8;
}
.TagClassName
{
border-color: #FDEDD8;
}
</style>