Shades of Antique White #FBEBD3
Tints of Antique White #FBEBD3
RGB
CMYK
RGB Variations
Color information
#FBEBD3 (or 0xFBEBD3) is known color: Antique White. HEX triplet: FB, EB and D3. RGB value is (251,235,211). Sum of RGB (Red+Green+Blue) = 251+235+211=697 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.01% from 697); Green value is 235 (92.19% from 255 or 33.72% from 697); Blue value is 211 (82.81% from 255 or 30.27% from 697); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEBD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEBD3 is #04142C. Grayscale: #EDEDED. Windows color (decimal): -267309 or 13888507. OLE color: 13888507.
HSL color Cylindrical-coordinate representation of color #FBEBD3: hue angle of 36º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FBEBD3 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 235 | 211 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.02 |
| HSL | 36º | 0.83% | 0.91% | - |
| HSV(B) | 36º | 0.16% | 0.98% | - |
| XYZ | 81.25 | 84.63 | 73.68 | - |
| YUV | 237.05 | 113.3 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 235 | 211 | 0 | 0.06 | 0.16 | 0.02 | 36 | 0.83 | 0.91 |
| Hex | FB | EB | D3 | 0 | 6 | 10 | 2 | 24 | 53 | 5B |
| Octal | 373 | 353 | 323 | 0 | 6 | 20 | 2 | 44 | 123 | 133 |
| Binary | 11111011 | 11101011 | 11010011 | 0 | 110 | 10000 | 10 | 100100 | 1010011 | 1011011 |
Color Harmonies of #FBEBD3
Complementary color
Monochromatic Colors of #FBEBD3
Black with #FBEBD3
Text Example
Text Example
White with #FBEBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEBD3; }
p { color: rgb(251,235,211); }
H1.HeaderClassName
{
color: #FBEBD3;
}
.AnyTagClassName
{
color: #FBEBD3;
}
</style>
background-color css
<style>
a { background-color: #FBEBD3; }
a { background-color: rgb(251,235,211); }
div.DivClassName
{
background-color: #FBEBD3;
}
.BgClassName
{
background-color: #FBEBD3;
}
</style>
border-color css
<style>
span { border-color: #FBEBD3; }
span { border-color: rgb(251,235,211); }
td.TdClassName
{
border-color: #FBEBD3;
}
.TagClassName
{
border-color: #FBEBD3;
}
</style>