Shades of Barley White #FBE7B9
Tints of Barley White #FBE7B9
RGB
CMYK
RGB Variations
Color information
#FBE7B9 (or 0xFBE7B9) is known color: Barley White. HEX triplet: FB, E7 and B9. RGB value is (251,231,185). Sum of RGB (Red+Green+Blue) = 251+231+185=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 231 (90.62% from 255 or 34.63% from 667); Blue value is 185 (72.66% from 255 or 27.74% from 667); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE7B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE7B9 is #041846. Grayscale: #E7E7E7. Windows color (decimal): -268359 or 12183547. OLE color: 12183547.
HSL color Cylindrical-coordinate representation of color #FBE7B9: hue angle of 41.82º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBE7B9 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 231 | 185 | - |
CMYK | 0 | 0.08 | 0.26 | 0.02 |
HSL | 41.82º | 0.89% | 0.85% | - |
HSV(B) | 41.82º | 0.26% | 0.98% | - |
XYZ | 77.12 | 81.16 | 57.5 | - |
YUV | 231.74 | 101.63 | 141.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 231 | 185 | 0 | 0.08 | 0.26 | 0.02 | 41.82 | 0.89 | 0.85 |
Hex | FB | E7 | B9 | 0 | 8 | 1A | 2 | 2A | 59 | 55 |
Octal | 373 | 347 | 271 | 0 | 10 | 32 | 2 | 52 | 131 | 125 |
Binary | 11111011 | 11100111 | 10111001 | 0 | 1000 | 11010 | 10 | 101010 | 1011001 | 1010101 |
Color Harmonies of #FBE7B9
Complementary color
Monochromatic Colors of #FBE7B9
Black with #FBE7B9
Text Example
Text Example
White with #FBE7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE7B9; }
p { color: rgb(251,231,185); }
H1.HeaderClassName
{
color: #FBE7B9;
}
.AnyTagClassName
{
color: #FBE7B9;
}
</style>
background-color css
<style>
a { background-color: #FBE7B9; }
a { background-color: rgb(251,231,185); }
div.DivClassName
{
background-color: #FBE7B9;
}
.BgClassName
{
background-color: #FBE7B9;
}
</style>
border-color css
<style>
span { border-color: #FBE7B9; }
span { border-color: rgb(251,231,185); }
td.TdClassName
{
border-color: #FBE7B9;
}
.TagClassName
{
border-color: #FBE7B9;
}
</style>