Shades of Barley White #FBEABA
Tints of Barley White #FBEABA
RGB
CMYK
RGB Variations
Color information
#FBEABA (or 0xFBEABA) is known color: Barley White. HEX triplet: FB, EA and BA. RGB value is (251,234,186). Sum of RGB (Red+Green+Blue) = 251+234+186=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 234 (91.80% from 255 or 34.87% from 671); Blue value is 186 (73.05% from 255 or 27.72% from 671); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEABA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEABA is #041545. Grayscale: #E9E9E9. Windows color (decimal): -267590 or 12249851. OLE color: 12249851.
HSL color Cylindrical-coordinate representation of color #FBEABA: hue angle of 44.31º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBEABA is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 234 | 186 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.02 |
| HSL | 44.31º | 0.89% | 0.86% | - |
| HSV(B) | 44.31º | 0.26% | 0.98% | - |
| XYZ | 78.07 | 82.9 | 58.34 | - |
| YUV | 233.61 | 101.13 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 234 | 186 | 0 | 0.07 | 0.26 | 0.02 | 44.31 | 0.89 | 0.86 |
| Hex | FB | EA | BA | 0 | 7 | 1A | 2 | 2C | 59 | 56 |
| Octal | 373 | 352 | 272 | 0 | 7 | 32 | 2 | 54 | 131 | 126 |
| Binary | 11111011 | 11101010 | 10111010 | 0 | 111 | 11010 | 10 | 101100 | 1011001 | 1010110 |
Color Harmonies of #FBEABA
Complementary color
Monochromatic Colors of #FBEABA
Black with #FBEABA
Text Example
Text Example
White with #FBEABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEABA; }
p { color: rgb(251,234,186); }
H1.HeaderClassName
{
color: #FBEABA;
}
.AnyTagClassName
{
color: #FBEABA;
}
</style>
background-color css
<style>
a { background-color: #FBEABA; }
a { background-color: rgb(251,234,186); }
div.DivClassName
{
background-color: #FBEABA;
}
.BgClassName
{
background-color: #FBEABA;
}
</style>
border-color css
<style>
span { border-color: #FBEABA; }
span { border-color: rgb(251,234,186); }
td.TdClassName
{
border-color: #FBEABA;
}
.TagClassName
{
border-color: #FBEABA;
}
</style>