Shades of Antique White #FBECD5
Tints of Antique White #FBECD5
RGB
CMYK
RGB Variations
Color information
#FBECD5 (or 0xFBECD5) is known color: Antique White. HEX triplet: FB, EC and D5. RGB value is (251,236,213). Sum of RGB (Red+Green+Blue) = 251+236+213=700 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.86% from 700); Green value is 236 (92.58% from 255 or 33.71% from 700); Blue value is 213 (83.59% from 255 or 30.43% from 700); Max value from RGB is 251 - color contains mainly: red. Hex color #FBECD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBECD5 is #04132A. Grayscale: #EDEDED. Windows color (decimal): -267051 or 14019835. OLE color: 14019835.
HSL color Cylindrical-coordinate representation of color #FBECD5: hue angle of 36.32º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FBECD5 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 236 | 213 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.02 |
| HSL | 36.32º | 0.83% | 0.91% | - |
| HSV(B) | 36.32º | 0.15% | 0.98% | - |
| XYZ | 81.79 | 85.3 | 75.11 | - |
| YUV | 237.86 | 113.97 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 236 | 213 | 0 | 0.06 | 0.15 | 0.02 | 36.32 | 0.83 | 0.91 |
| Hex | FB | EC | D5 | 0 | 6 | F | 2 | 24 | 53 | 5B |
| Octal | 373 | 354 | 325 | 0 | 6 | 17 | 2 | 44 | 123 | 133 |
| Binary | 11111011 | 11101100 | 11010101 | 0 | 110 | 1111 | 10 | 100100 | 1010011 | 1011011 |
Color Harmonies of #FBECD5
Complementary color
Monochromatic Colors of #FBECD5
Black with #FBECD5
Text Example
Text Example
White with #FBECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBECD5; }
p { color: rgb(251,236,213); }
H1.HeaderClassName
{
color: #FBECD5;
}
.AnyTagClassName
{
color: #FBECD5;
}
</style>
background-color css
<style>
a { background-color: #FBECD5; }
a { background-color: rgb(251,236,213); }
div.DivClassName
{
background-color: #FBECD5;
}
.BgClassName
{
background-color: #FBECD5;
}
</style>
border-color css
<style>
span { border-color: #FBECD5; }
span { border-color: rgb(251,236,213); }
td.TdClassName
{
border-color: #FBECD5;
}
.TagClassName
{
border-color: #FBECD5;
}
</style>