Shades of Barley White #FBE9BB
Tints of Barley White #FBE9BB
RGB
CMYK
RGB Variations
Color information
#FBE9BB (or 0xFBE9BB) is known color: Barley White. HEX triplet: FB, E9 and BB. RGB value is (251,233,187). Sum of RGB (Red+Green+Blue) = 251+233+187=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 233 (91.41% from 255 or 34.72% from 671); Blue value is 187 (73.44% from 255 or 27.87% from 671); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE9BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE9BB is #041644. Grayscale: #E9E9E9. Windows color (decimal): -267845 or 12315131. OLE color: 12315131.
HSL color Cylindrical-coordinate representation of color #FBE9BB: hue angle of 43.12º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBE9BB is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 233 | 187 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.02 |
| HSL | 43.13º | 0.89% | 0.86% | - |
| HSV(B) | 43.13º | 0.25% | 0.98% | - |
| XYZ | 77.89 | 82.37 | 58.81 | - |
| YUV | 233.14 | 101.96 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 233 | 187 | 0 | 0.07 | 0.25 | 0.02 | 43.13 | 0.89 | 0.86 |
| Hex | FB | E9 | BB | 0 | 7 | 19 | 2 | 2B | 59 | 56 |
| Octal | 373 | 351 | 273 | 0 | 7 | 31 | 2 | 53 | 131 | 126 |
| Binary | 11111011 | 11101001 | 10111011 | 0 | 111 | 11001 | 10 | 101011 | 1011001 | 1010110 |
Color Harmonies of #FBE9BB
Complementary color
Monochromatic Colors of #FBE9BB
Black with #FBE9BB
Text Example
Text Example
White with #FBE9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE9BB; }
p { color: rgb(251,233,187); }
H1.HeaderClassName
{
color: #FBE9BB;
}
.AnyTagClassName
{
color: #FBE9BB;
}
</style>
background-color css
<style>
a { background-color: #FBE9BB; }
a { background-color: rgb(251,233,187); }
div.DivClassName
{
background-color: #FBE9BB;
}
.BgClassName
{
background-color: #FBE9BB;
}
</style>
border-color css
<style>
span { border-color: #FBE9BB; }
span { border-color: rgb(251,233,187); }
td.TdClassName
{
border-color: #FBE9BB;
}
.TagClassName
{
border-color: #FBE9BB;
}
</style>