Shades of Barley White #FBE7BB
Tints of Barley White #FBE7BB
RGB
CMYK
RGB Variations
Color information
#FBE7BB (or 0xFBE7BB) is known color: Barley White. HEX triplet: FB, E7 and BB. RGB value is (251,231,187). Sum of RGB (Red+Green+Blue) = 251+231+187=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 231 (90.62% from 255 or 34.53% from 669); Blue value is 187 (73.44% from 255 or 27.95% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE7BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE7BB is #041844. Grayscale: #E8E8E8. Windows color (decimal): -268357 or 12314619. OLE color: 12314619.
HSL color Cylindrical-coordinate representation of color #FBE7BB: hue angle of 41.25º 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 #FBE7BB is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 231 | 187 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.02 |
| HSL | 41.25º | 0.89% | 0.86% | - |
| HSV(B) | 41.25º | 0.25% | 0.98% | - |
| XYZ | 77.33 | 81.25 | 58.62 | - |
| YUV | 231.96 | 102.63 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 231 | 187 | 0 | 0.08 | 0.25 | 0.02 | 41.25 | 0.89 | 0.86 |
| Hex | FB | E7 | BB | 0 | 8 | 19 | 2 | 29 | 59 | 56 |
| Octal | 373 | 347 | 273 | 0 | 10 | 31 | 2 | 51 | 131 | 126 |
| Binary | 11111011 | 11100111 | 10111011 | 0 | 1000 | 11001 | 10 | 101001 | 1011001 | 1010110 |
Color Harmonies of #FBE7BB
Complementary color
Monochromatic Colors of #FBE7BB
Black with #FBE7BB
Text Example
Text Example
White with #FBE7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE7BB; }
p { color: rgb(251,231,187); }
H1.HeaderClassName
{
color: #FBE7BB;
}
.AnyTagClassName
{
color: #FBE7BB;
}
</style>
background-color css
<style>
a { background-color: #FBE7BB; }
a { background-color: rgb(251,231,187); }
div.DivClassName
{
background-color: #FBE7BB;
}
.BgClassName
{
background-color: #FBE7BB;
}
</style>
border-color css
<style>
span { border-color: #FBE7BB; }
span { border-color: rgb(251,231,187); }
td.TdClassName
{
border-color: #FBE7BB;
}
.TagClassName
{
border-color: #FBE7BB;
}
</style>