Shades of Barley White #FBEAB9
Tints of Barley White #FBEAB9
RGB
CMYK
RGB Variations
Color information
#FBEAB9 (or 0xFBEAB9) is known color: Barley White. HEX triplet: FB, EA and B9. RGB value is (251,234,185). Sum of RGB (Red+Green+Blue) = 251+234+185=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 234 (91.80% from 255 or 34.93% from 670); Blue value is 185 (72.66% from 255 or 27.61% from 670); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEAB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEAB9 is #041546. Grayscale: #E9E9E9. Windows color (decimal): -267591 or 12184315. OLE color: 12184315.
HSL color Cylindrical-coordinate representation of color #FBEAB9: hue angle of 44.55º 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 #FBEAB9 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 234 | 185 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.02 |
| HSL | 44.55º | 0.89% | 0.85% | - |
| HSV(B) | 44.55º | 0.26% | 0.98% | - |
| XYZ | 77.96 | 82.86 | 57.78 | - |
| YUV | 233.5 | 100.63 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 234 | 185 | 0 | 0.07 | 0.26 | 0.02 | 44.55 | 0.89 | 0.85 |
| Hex | FB | EA | B9 | 0 | 7 | 1A | 2 | 2D | 59 | 55 |
| Octal | 373 | 352 | 271 | 0 | 7 | 32 | 2 | 55 | 131 | 125 |
| Binary | 11111011 | 11101010 | 10111001 | 0 | 111 | 11010 | 10 | 101101 | 1011001 | 1010101 |
Color Harmonies of #FBEAB9
Complementary color
Monochromatic Colors of #FBEAB9
Black with #FBEAB9
Text Example
Text Example
White with #FBEAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEAB9; }
p { color: rgb(251,234,185); }
H1.HeaderClassName
{
color: #FBEAB9;
}
.AnyTagClassName
{
color: #FBEAB9;
}
</style>
background-color css
<style>
a { background-color: #FBEAB9; }
a { background-color: rgb(251,234,185); }
div.DivClassName
{
background-color: #FBEAB9;
}
.BgClassName
{
background-color: #FBEAB9;
}
</style>
border-color css
<style>
span { border-color: #FBEAB9; }
span { border-color: rgb(251,234,185); }
td.TdClassName
{
border-color: #FBEAB9;
}
.TagClassName
{
border-color: #FBEAB9;
}
</style>