Shades of Barley White #FBEDBA
Tints of Barley White #FBEDBA
RGB
CMYK
RGB Variations
Color information
#FBEDBA (or 0xFBEDBA) is known color: Barley White. HEX triplet: FB, ED and BA. RGB value is (251,237,186). Sum of RGB (Red+Green+Blue) = 251+237+186=674 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.24% from 674); Green value is 237 (92.97% from 255 or 35.16% from 674); Blue value is 186 (73.05% from 255 or 27.60% from 674); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEDBA is #041245. Grayscale: #EBEBEB. Windows color (decimal): -266822 or 12250619. OLE color: 12250619.
HSL color Cylindrical-coordinate representation of color #FBEDBA: hue angle of 47.08º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBEDBA is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 186 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.02 |
| HSL | 47.08º | 0.89% | 0.86% | - |
| HSV(B) | 47.08º | 0.26% | 0.98% | - |
| XYZ | 78.93 | 84.62 | 58.63 | - |
| YUV | 235.37 | 100.14 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 186 | 0 | 0.06 | 0.26 | 0.02 | 47.08 | 0.89 | 0.86 |
| Hex | FB | ED | BA | 0 | 6 | 1A | 2 | 2F | 59 | 56 |
| Octal | 373 | 355 | 272 | 0 | 6 | 32 | 2 | 57 | 131 | 126 |
| Binary | 11111011 | 11101101 | 10111010 | 0 | 110 | 11010 | 10 | 101111 | 1011001 | 1010110 |
Color Harmonies of #FBEDBA
Complementary color
Monochromatic Colors of #FBEDBA
Black with #FBEDBA
Text Example
Text Example
White with #FBEDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEDBA; }
p { color: rgb(251,237,186); }
H1.HeaderClassName
{
color: #FBEDBA;
}
.AnyTagClassName
{
color: #FBEDBA;
}
</style>
background-color css
<style>
a { background-color: #FBEDBA; }
a { background-color: rgb(251,237,186); }
div.DivClassName
{
background-color: #FBEDBA;
}
.BgClassName
{
background-color: #FBEDBA;
}
</style>
border-color css
<style>
span { border-color: #FBEDBA; }
span { border-color: rgb(251,237,186); }
td.TdClassName
{
border-color: #FBEDBA;
}
.TagClassName
{
border-color: #FBEDBA;
}
</style>