Shades of Barley White #F2E1B2
Tints of Barley White #F2E1B2
RGB
CMYK
RGB Variations
Color information
#F2E1B2 (or 0xF2E1B2) is known color: Barley White. HEX triplet: F2, E1 and B2. RGB value is (242,225,178). Sum of RGB (Red+Green+Blue) = 242+225+178=645 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.52% from 645); Green value is 225 (88.28% from 255 or 34.88% from 645); Blue value is 178 (69.92% from 255 or 27.60% from 645); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E1B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E1B2 is #0D1E4D. Grayscale: #E0E0E0. Windows color (decimal): -859726 or 11723250. OLE color: 11723250.
HSL color Cylindrical-coordinate representation of color #F2E1B2: hue angle of 44.06º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F2E1B2 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 225 | 178 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.05 |
| HSL | 44.06º | 0.71% | 0.82% | - |
| HSV(B) | 44.06º | 0.26% | 0.95% | - |
| XYZ | 71.58 | 75.94 | 53.01 | - |
| YUV | 224.73 | 101.63 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 225 | 178 | 0 | 0.07 | 0.26 | 0.05 | 44.06 | 0.71 | 0.82 |
| Hex | F2 | E1 | B2 | 0 | 7 | 1A | 5 | 2C | 47 | 52 |
| Octal | 362 | 341 | 262 | 0 | 7 | 32 | 5 | 54 | 107 | 122 |
| Binary | 11110010 | 11100001 | 10110010 | 0 | 111 | 11010 | 101 | 101100 | 1000111 | 1010010 |
Color Harmonies of #F2E1B2
Complementary color
Monochromatic Colors of #F2E1B2
Black with #F2E1B2
Text Example
Text Example
White with #F2E1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E1B2; }
p { color: rgb(242,225,178); }
H1.HeaderClassName
{
color: #F2E1B2;
}
.AnyTagClassName
{
color: #F2E1B2;
}
</style>
background-color css
<style>
a { background-color: #F2E1B2; }
a { background-color: rgb(242,225,178); }
div.DivClassName
{
background-color: #F2E1B2;
}
.BgClassName
{
background-color: #F2E1B2;
}
</style>
border-color css
<style>
span { border-color: #F2E1B2; }
span { border-color: rgb(242,225,178); }
td.TdClassName
{
border-color: #F2E1B2;
}
.TagClassName
{
border-color: #F2E1B2;
}
</style>