Shades of Barley White #F5E4BA
Tints of Barley White #F5E4BA
RGB
CMYK
RGB Variations
Color information
#F5E4BA (or 0xF5E4BA) is known color: Barley White. HEX triplet: F5, E4 and BA. RGB value is (245,228,186). Sum of RGB (Red+Green+Blue) = 245+228+186=659 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.18% from 659); Green value is 228 (89.45% from 255 or 34.60% from 659); Blue value is 186 (73.05% from 255 or 28.22% from 659); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E4BA is #0A1B45. Grayscale: #E4E4E4. Windows color (decimal): -662342 or 12248309. OLE color: 12248309.
HSL color Cylindrical-coordinate representation of color #F5E4BA: hue angle of 42.71º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5E4BA is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 228 | 186 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.04 |
| HSL | 42.71º | 0.75% | 0.85% | - |
| HSV(B) | 42.71º | 0.24% | 0.96% | - |
| XYZ | 74.26 | 78.44 | 57.68 | - |
| YUV | 228.3 | 104.13 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 228 | 186 | 0 | 0.07 | 0.24 | 0.04 | 42.71 | 0.75 | 0.85 |
| Hex | F5 | E4 | BA | 0 | 7 | 18 | 4 | 2B | 4B | 55 |
| Octal | 365 | 344 | 272 | 0 | 7 | 30 | 4 | 53 | 113 | 125 |
| Binary | 11110101 | 11100100 | 10111010 | 0 | 111 | 11000 | 100 | 101011 | 1001011 | 1010101 |
Color Harmonies of #F5E4BA
Complementary color
Monochromatic Colors of #F5E4BA
Black with #F5E4BA
Text Example
Text Example
White with #F5E4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E4BA; }
p { color: rgb(245,228,186); }
H1.HeaderClassName
{
color: #F5E4BA;
}
.AnyTagClassName
{
color: #F5E4BA;
}
</style>
background-color css
<style>
a { background-color: #F5E4BA; }
a { background-color: rgb(245,228,186); }
div.DivClassName
{
background-color: #F5E4BA;
}
.BgClassName
{
background-color: #F5E4BA;
}
</style>
border-color css
<style>
span { border-color: #F5E4BA; }
span { border-color: rgb(245,228,186); }
td.TdClassName
{
border-color: #F5E4BA;
}
.TagClassName
{
border-color: #F5E4BA;
}
</style>