Shades of Barley White #F5E2B1
Tints of Barley White #F5E2B1
RGB
CMYK
RGB Variations
Color information
#F5E2B1 (or 0xF5E2B1) is known color: Barley White. HEX triplet: F5, E2 and B1. RGB value is (245,226,177). Sum of RGB (Red+Green+Blue) = 245+226+177=648 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.81% from 648); Green value is 226 (88.67% from 255 or 34.88% from 648); Blue value is 177 (69.53% from 255 or 27.31% from 648); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E2B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E2B1 is #0A1D4E. Grayscale: #E2E2E2. Windows color (decimal): -662863 or 11657973. OLE color: 11657973.
HSL color Cylindrical-coordinate representation of color #F5E2B1: hue angle of 43.24º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F5E2B1 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 226 | 177 | - |
CMYK | 0 | 0.08 | 0.28 | 0.04 |
HSL | 43.24º | 0.77% | 0.83% | - |
HSV(B) | 43.24º | 0.28% | 0.96% | - |
XYZ | 72.79 | 76.98 | 52.62 | - |
YUV | 226.1 | 100.29 | 141.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 226 | 177 | 0 | 0.08 | 0.28 | 0.04 | 43.24 | 0.77 | 0.83 |
Hex | F5 | E2 | B1 | 0 | 8 | 1C | 4 | 2B | 4D | 53 |
Octal | 365 | 342 | 261 | 0 | 10 | 34 | 4 | 53 | 115 | 123 |
Binary | 11110101 | 11100010 | 10110001 | 0 | 1000 | 11100 | 100 | 101011 | 1001101 | 1010011 |
Color Harmonies of #F5E2B1
Complementary color
Monochromatic Colors of #F5E2B1
Black with #F5E2B1
Text Example
Text Example
White with #F5E2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E2B1; }
p { color: rgb(245,226,177); }
H1.HeaderClassName
{
color: #F5E2B1;
}
.AnyTagClassName
{
color: #F5E2B1;
}
</style>
background-color css
<style>
a { background-color: #F5E2B1; }
a { background-color: rgb(245,226,177); }
div.DivClassName
{
background-color: #F5E2B1;
}
.BgClassName
{
background-color: #F5E2B1;
}
</style>
border-color css
<style>
span { border-color: #F5E2B1; }
span { border-color: rgb(245,226,177); }
td.TdClassName
{
border-color: #F5E2B1;
}
.TagClassName
{
border-color: #F5E2B1;
}
</style>