Shades of Barley White #FBEAB8
Tints of Barley White #FBEAB8
RGB
CMYK
RGB Variations
Color information
#FBEAB8 (or 0xFBEAB8) is known color: Barley White. HEX triplet: FB, EA and B8. RGB value is (251,234,184). Sum of RGB (Red+Green+Blue) = 251+234+184=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 234 (91.80% from 255 or 34.98% from 669); Blue value is 184 (72.27% from 255 or 27.50% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEAB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEAB8 is #041547. Grayscale: #E9E9E9. Windows color (decimal): -267592 or 12118779. OLE color: 12118779.
HSL color Cylindrical-coordinate representation of color #FBEAB8: hue angle of 44.78º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FBEAB8 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 234 | 184 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.02 |
| HSL | 44.78º | 0.89% | 0.85% | - |
| HSV(B) | 44.78º | 0.27% | 0.98% | - |
| XYZ | 77.86 | 82.82 | 57.23 | - |
| YUV | 233.38 | 100.13 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 234 | 184 | 0 | 0.07 | 0.27 | 0.02 | 44.78 | 0.89 | 0.85 |
| Hex | FB | EA | B8 | 0 | 7 | 1B | 2 | 2D | 59 | 55 |
| Octal | 373 | 352 | 270 | 0 | 7 | 33 | 2 | 55 | 131 | 125 |
| Binary | 11111011 | 11101010 | 10111000 | 0 | 111 | 11011 | 10 | 101101 | 1011001 | 1010101 |
Color Harmonies of #FBEAB8
Complementary color
Monochromatic Colors of #FBEAB8
Black with #FBEAB8
Text Example
Text Example
White with #FBEAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEAB8; }
p { color: rgb(251,234,184); }
H1.HeaderClassName
{
color: #FBEAB8;
}
.AnyTagClassName
{
color: #FBEAB8;
}
</style>
background-color css
<style>
a { background-color: #FBEAB8; }
a { background-color: rgb(251,234,184); }
div.DivClassName
{
background-color: #FBEAB8;
}
.BgClassName
{
background-color: #FBEAB8;
}
</style>
border-color css
<style>
span { border-color: #FBEAB8; }
span { border-color: rgb(251,234,184); }
td.TdClassName
{
border-color: #FBEAB8;
}
.TagClassName
{
border-color: #FBEAB8;
}
</style>