Shades of Antique White #FDEDD7
Tints of Antique White #FDEDD7
RGB
CMYK
RGB Variations
Color information
#FDEDD7 (or 0xFDEDD7) is known color: Antique White. HEX triplet: FD, ED and D7. RGB value is (253,237,215). Sum of RGB (Red+Green+Blue) = 253+237+215=705 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.89% from 705); Green value is 237 (92.97% from 255 or 33.62% from 705); Blue value is 215 (84.38% from 255 or 30.50% from 705); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEDD7 is #021228. Grayscale: #EFEFEF. Windows color (decimal): -135721 or 14151165. OLE color: 14151165.
HSL color Cylindrical-coordinate representation of color #FDEDD7: hue angle of 34.74º 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 #FDEDD7 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 237 | 215 | - |
CMYK | 0 | 0.06 | 0.15 | 0.01 |
HSL | 34.74º | 0.9% | 0.92% | - |
HSV(B) | 34.74º | 0.15% | 0.99% | - |
XYZ | 83.06 | 86.36 | 76.58 | - |
YUV | 239.28 | 114.3 | 137.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 237 | 215 | 0 | 0.06 | 0.15 | 0.01 | 34.74 | 0.9 | 0.92 |
Hex | FD | ED | D7 | 0 | 6 | F | 1 | 23 | 5A | 5C |
Octal | 375 | 355 | 327 | 0 | 6 | 17 | 1 | 43 | 132 | 134 |
Binary | 11111101 | 11101101 | 11010111 | 0 | 110 | 1111 | 1 | 100011 | 1011010 | 1011100 |
Color Harmonies of #FDEDD7
Complementary color
Monochromatic Colors of #FDEDD7
Black with #FDEDD7
Text Example
Text Example
White with #FDEDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEDD7; }
p { color: rgb(253,237,215); }
H1.HeaderClassName
{
color: #FDEDD7;
}
.AnyTagClassName
{
color: #FDEDD7;
}
</style>
background-color css
<style>
a { background-color: #FDEDD7; }
a { background-color: rgb(253,237,215); }
div.DivClassName
{
background-color: #FDEDD7;
}
.BgClassName
{
background-color: #FDEDD7;
}
</style>
border-color css
<style>
span { border-color: #FDEDD7; }
span { border-color: rgb(253,237,215); }
td.TdClassName
{
border-color: #FDEDD7;
}
.TagClassName
{
border-color: #FDEDD7;
}
</style>