Shades of Barley White #FBE8BA
Tints of Barley White #FBE8BA
RGB
CMYK
RGB Variations
Color information
#FBE8BA (or 0xFBE8BA) is known color: Barley White. HEX triplet: FB, E8 and BA. RGB value is (251,232,186). Sum of RGB (Red+Green+Blue) = 251+232+186=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 232 (91.02% from 255 or 34.68% from 669); Blue value is 186 (73.05% from 255 or 27.80% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE8BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE8BA is #041745. Grayscale: #E8E8E8. Windows color (decimal): -268102 or 12249339. OLE color: 12249339.
HSL color Cylindrical-coordinate representation of color #FBE8BA: hue angle of 42.46º 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 #FBE8BA is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 232 | 186 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.02 |
| HSL | 42.46º | 0.89% | 0.86% | - |
| HSV(B) | 42.46º | 0.26% | 0.98% | - |
| XYZ | 77.5 | 81.77 | 58.15 | - |
| YUV | 232.44 | 101.79 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 232 | 186 | 0 | 0.08 | 0.26 | 0.02 | 42.46 | 0.89 | 0.86 |
| Hex | FB | E8 | BA | 0 | 8 | 1A | 2 | 2A | 59 | 56 |
| Octal | 373 | 350 | 272 | 0 | 10 | 32 | 2 | 52 | 131 | 126 |
| Binary | 11111011 | 11101000 | 10111010 | 0 | 1000 | 11010 | 10 | 101010 | 1011001 | 1010110 |
Color Harmonies of #FBE8BA
Complementary color
Monochromatic Colors of #FBE8BA
Black with #FBE8BA
Text Example
Text Example
White with #FBE8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE8BA; }
p { color: rgb(251,232,186); }
H1.HeaderClassName
{
color: #FBE8BA;
}
.AnyTagClassName
{
color: #FBE8BA;
}
</style>
background-color css
<style>
a { background-color: #FBE8BA; }
a { background-color: rgb(251,232,186); }
div.DivClassName
{
background-color: #FBE8BA;
}
.BgClassName
{
background-color: #FBE8BA;
}
</style>
border-color css
<style>
span { border-color: #FBE8BA; }
span { border-color: rgb(251,232,186); }
td.TdClassName
{
border-color: #FBE8BA;
}
.TagClassName
{
border-color: #FBE8BA;
}
</style>