Shades of Antique White #FBE9D1
Tints of Antique White #FBE9D1
RGB
CMYK
RGB Variations
Color information
#FBE9D1 (or 0xFBE9D1) is known color: Antique White. HEX triplet: FB, E9 and D1. RGB value is (251,233,209). Sum of RGB (Red+Green+Blue) = 251+233+209=693 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.22% from 693); Green value is 233 (91.41% from 255 or 33.62% from 693); Blue value is 209 (82.03% from 255 or 30.16% from 693); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE9D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE9D1 is #04162E. Grayscale: #EBEBEB. Windows color (decimal): -267823 or 13756923. OLE color: 13756923.
HSL color Cylindrical-coordinate representation of color #FBE9D1: hue angle of 34.29º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FBE9D1 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 233 | 209 | - |
CMYK | 0 | 0.07 | 0.17 | 0.02 |
HSL | 34.29º | 0.84% | 0.9% | - |
HSV(B) | 34.29º | 0.17% | 0.98% | - |
XYZ | 80.43 | 83.39 | 72.18 | - |
YUV | 235.65 | 112.96 | 138.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 233 | 209 | 0 | 0.07 | 0.17 | 0.02 | 34.29 | 0.84 | 0.9 |
Hex | FB | E9 | D1 | 0 | 7 | 11 | 2 | 22 | 54 | 5A |
Octal | 373 | 351 | 321 | 0 | 7 | 21 | 2 | 42 | 124 | 132 |
Binary | 11111011 | 11101001 | 11010001 | 0 | 111 | 10001 | 10 | 100010 | 1010100 | 1011010 |
Color Harmonies of #FBE9D1
Complementary color
Monochromatic Colors of #FBE9D1
Black with #FBE9D1
Text Example
Text Example
White with #FBE9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE9D1; }
p { color: rgb(251,233,209); }
H1.HeaderClassName
{
color: #FBE9D1;
}
.AnyTagClassName
{
color: #FBE9D1;
}
</style>
background-color css
<style>
a { background-color: #FBE9D1; }
a { background-color: rgb(251,233,209); }
div.DivClassName
{
background-color: #FBE9D1;
}
.BgClassName
{
background-color: #FBE9D1;
}
</style>
border-color css
<style>
span { border-color: #FBE9D1; }
span { border-color: rgb(251,233,209); }
td.TdClassName
{
border-color: #FBE9D1;
}
.TagClassName
{
border-color: #FBE9D1;
}
</style>