Shades of Antique White #FBE8D2
Tints of Antique White #FBE8D2
RGB
CMYK
RGB Variations
Color information
#FBE8D2 (or 0xFBE8D2) is known color: Antique White. HEX triplet: FB, E8 and D2. RGB value is (251,232,210). Sum of RGB (Red+Green+Blue) = 251+232+210=693 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.22% from 693); Green value is 232 (91.02% from 255 or 33.48% from 693); Blue value is 210 (82.42% from 255 or 30.30% from 693); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE8D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE8D2 is #04172D. Grayscale: #EBEBEB. Windows color (decimal): -268078 or 13822203. OLE color: 13822203.
HSL color Cylindrical-coordinate representation of color #FBE8D2: hue angle of 32.2º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FBE8D2 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 232 | 210 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.02 |
| HSL | 32.2º | 0.84% | 0.9% | - |
| HSV(B) | 32.2º | 0.16% | 0.98% | - |
| XYZ | 80.27 | 82.88 | 72.74 | - |
| YUV | 235.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 232 | 210 | 0 | 0.08 | 0.16 | 0.02 | 32.2 | 0.84 | 0.9 |
| Hex | FB | E8 | D2 | 0 | 8 | 10 | 2 | 20 | 54 | 5A |
| Octal | 373 | 350 | 322 | 0 | 10 | 20 | 2 | 40 | 124 | 132 |
| Binary | 11111011 | 11101000 | 11010010 | 0 | 1000 | 10000 | 10 | 100000 | 1010100 | 1011010 |
Color Harmonies of #FBE8D2
Complementary color
Monochromatic Colors of #FBE8D2
Black with #FBE8D2
Text Example
Text Example
White with #FBE8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE8D2; }
p { color: rgb(251,232,210); }
H1.HeaderClassName
{
color: #FBE8D2;
}
.AnyTagClassName
{
color: #FBE8D2;
}
</style>
background-color css
<style>
a { background-color: #FBE8D2; }
a { background-color: rgb(251,232,210); }
div.DivClassName
{
background-color: #FBE8D2;
}
.BgClassName
{
background-color: #FBE8D2;
}
</style>
border-color css
<style>
span { border-color: #FBE8D2; }
span { border-color: rgb(251,232,210); }
td.TdClassName
{
border-color: #FBE8D2;
}
.TagClassName
{
border-color: #FBE8D2;
}
</style>