Shades of Barley White #FBEABB
Tints of Barley White #FBEABB
RGB
CMYK
RGB Variations
Color information
#FBEABB (or 0xFBEABB) is known color: Barley White. HEX triplet: FB, EA and BB. RGB value is (251,234,187). Sum of RGB (Red+Green+Blue) = 251+234+187=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 234 (91.80% from 255 or 34.82% from 672); Blue value is 187 (73.44% from 255 or 27.83% from 672); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEABB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEABB is #041544. Grayscale: #E9E9E9. Windows color (decimal): -267589 or 12315387. OLE color: 12315387.
HSL color Cylindrical-coordinate representation of color #FBEABB: hue angle of 44.06º 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 #FBEABB is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 234 | 187 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.02 |
| HSL | 44.06º | 0.89% | 0.86% | - |
| HSV(B) | 44.06º | 0.25% | 0.98% | - |
| XYZ | 78.18 | 82.94 | 58.9 | - |
| YUV | 233.73 | 101.63 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 234 | 187 | 0 | 0.07 | 0.25 | 0.02 | 44.06 | 0.89 | 0.86 |
| Hex | FB | EA | BB | 0 | 7 | 19 | 2 | 2C | 59 | 56 |
| Octal | 373 | 352 | 273 | 0 | 7 | 31 | 2 | 54 | 131 | 126 |
| Binary | 11111011 | 11101010 | 10111011 | 0 | 111 | 11001 | 10 | 101100 | 1011001 | 1010110 |
Color Harmonies of #FBEABB
Complementary color
Monochromatic Colors of #FBEABB
Black with #FBEABB
Text Example
Text Example
White with #FBEABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEABB; }
p { color: rgb(251,234,187); }
H1.HeaderClassName
{
color: #FBEABB;
}
.AnyTagClassName
{
color: #FBEABB;
}
</style>
background-color css
<style>
a { background-color: #FBEABB; }
a { background-color: rgb(251,234,187); }
div.DivClassName
{
background-color: #FBEABB;
}
.BgClassName
{
background-color: #FBEABB;
}
</style>
border-color css
<style>
span { border-color: #FBEABB; }
span { border-color: rgb(251,234,187); }
td.TdClassName
{
border-color: #FBEABB;
}
.TagClassName
{
border-color: #FBEABB;
}
</style>