Shades of Barley White #FBE5B8
Tints of Barley White #FBE5B8
RGB
CMYK
RGB Variations
Color information
#FBE5B8 (or 0xFBE5B8) is known color: Barley White. HEX triplet: FB, E5 and B8. RGB value is (251,229,184). Sum of RGB (Red+Green+Blue) = 251+229+184=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 229 (89.84% from 255 or 34.49% from 664); Blue value is 184 (72.27% from 255 or 27.71% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE5B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE5B8 is #041A47. Grayscale: #E6E6E6. Windows color (decimal): -268872 or 12117499. OLE color: 12117499.
HSL color Cylindrical-coordinate representation of color #FBE5B8: hue angle of 40.3º 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 #FBE5B8 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 229 | 184 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.02 |
| HSL | 40.3º | 0.89% | 0.85% | - |
| HSV(B) | 40.3º | 0.27% | 0.98% | - |
| XYZ | 76.45 | 80.01 | 56.76 | - |
| YUV | 230.45 | 101.79 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 229 | 184 | 0 | 0.09 | 0.27 | 0.02 | 40.3 | 0.89 | 0.85 |
| Hex | FB | E5 | B8 | 0 | 9 | 1B | 2 | 28 | 59 | 55 |
| Octal | 373 | 345 | 270 | 0 | 11 | 33 | 2 | 50 | 131 | 125 |
| Binary | 11111011 | 11100101 | 10111000 | 0 | 1001 | 11011 | 10 | 101000 | 1011001 | 1010101 |
Color Harmonies of #FBE5B8
Complementary color
Monochromatic Colors of #FBE5B8
Black with #FBE5B8
Text Example
Text Example
White with #FBE5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE5B8; }
p { color: rgb(251,229,184); }
H1.HeaderClassName
{
color: #FBE5B8;
}
.AnyTagClassName
{
color: #FBE5B8;
}
</style>
background-color css
<style>
a { background-color: #FBE5B8; }
a { background-color: rgb(251,229,184); }
div.DivClassName
{
background-color: #FBE5B8;
}
.BgClassName
{
background-color: #FBE5B8;
}
</style>
border-color css
<style>
span { border-color: #FBE5B8; }
span { border-color: rgb(251,229,184); }
td.TdClassName
{
border-color: #FBE5B8;
}
.TagClassName
{
border-color: #FBE5B8;
}
</style>