Shades of Antique White #FBECDA
Tints of Antique White #FBECDA
RGB
CMYK
RGB Variations
Color information
#FBECDA (or 0xFBECDA) is known color: Antique White. HEX triplet: FB, EC and DA. RGB value is (251,236,218). Sum of RGB (Red+Green+Blue) = 251+236+218=705 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.60% from 705); Green value is 236 (92.58% from 255 or 33.48% from 705); Blue value is 218 (85.55% from 255 or 30.92% from 705); Max value from RGB is 251 - color contains mainly: red. Hex color #FBECDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBECDA is #041325. Grayscale: #EEEEEE. Windows color (decimal): -267046 or 14347515. OLE color: 14347515.
HSL color Cylindrical-coordinate representation of color #FBECDA: hue angle of 32.73º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FBECDA is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 236 | 218 | - |
CMYK | 0 | 0.06 | 0.13 | 0.02 |
HSL | 32.73º | 0.8% | 0.92% | - |
HSV(B) | 32.73º | 0.13% | 0.98% | - |
XYZ | 82.43 | 85.56 | 78.5 | - |
YUV | 238.43 | 116.47 | 136.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 236 | 218 | 0 | 0.06 | 0.13 | 0.02 | 32.73 | 0.8 | 0.92 |
Hex | FB | EC | DA | 0 | 6 | D | 2 | 21 | 50 | 5C |
Octal | 373 | 354 | 332 | 0 | 6 | 15 | 2 | 41 | 120 | 134 |
Binary | 11111011 | 11101100 | 11011010 | 0 | 110 | 1101 | 10 | 100001 | 1010000 | 1011100 |
Color Harmonies of #FBECDA
Complementary color
Monochromatic Colors of #FBECDA
Black with #FBECDA
Text Example
Text Example
White with #FBECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBECDA; }
p { color: rgb(251,236,218); }
H1.HeaderClassName
{
color: #FBECDA;
}
.AnyTagClassName
{
color: #FBECDA;
}
</style>
background-color css
<style>
a { background-color: #FBECDA; }
a { background-color: rgb(251,236,218); }
div.DivClassName
{
background-color: #FBECDA;
}
.BgClassName
{
background-color: #FBECDA;
}
</style>
border-color css
<style>
span { border-color: #FBECDA; }
span { border-color: rgb(251,236,218); }
td.TdClassName
{
border-color: #FBECDA;
}
.TagClassName
{
border-color: #FBECDA;
}
</style>