Shades of Barley White #F2E2AF
Tints of Barley White #F2E2AF
RGB
CMYK
RGB Variations
Color information
#F2E2AF (or 0xF2E2AF) is known color: Barley White. HEX triplet: F2, E2 and AF. RGB value is (242,226,175). Sum of RGB (Red+Green+Blue) = 242+226+175=643 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.64% from 643); Green value is 226 (88.67% from 255 or 35.15% from 643); Blue value is 175 (68.75% from 255 or 27.22% from 643); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E2AF is #0D1D50. Grayscale: #E1E1E1. Windows color (decimal): -859473 or 11526898. OLE color: 11526898.
HSL color Cylindrical-coordinate representation of color #F2E2AF: hue angle of 45.67º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2E2AF is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 226 | 175 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.05 |
| HSL | 45.67º | 0.72% | 0.82% | - |
| HSV(B) | 45.67º | 0.28% | 0.95% | - |
| XYZ | 71.55 | 76.37 | 51.53 | - |
| YUV | 224.97 | 99.8 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 226 | 175 | 0 | 0.07 | 0.28 | 0.05 | 45.67 | 0.72 | 0.82 |
| Hex | F2 | E2 | AF | 0 | 7 | 1C | 5 | 2E | 48 | 52 |
| Octal | 362 | 342 | 257 | 0 | 7 | 34 | 5 | 56 | 110 | 122 |
| Binary | 11110010 | 11100010 | 10101111 | 0 | 111 | 11100 | 101 | 101110 | 1001000 | 1010010 |
Color Harmonies of #F2E2AF
Complementary color
Monochromatic Colors of #F2E2AF
Black with #F2E2AF
Text Example
Text Example
White with #F2E2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E2AF; }
p { color: rgb(242,226,175); }
H1.HeaderClassName
{
color: #F2E2AF;
}
.AnyTagClassName
{
color: #F2E2AF;
}
</style>
background-color css
<style>
a { background-color: #F2E2AF; }
a { background-color: rgb(242,226,175); }
div.DivClassName
{
background-color: #F2E2AF;
}
.BgClassName
{
background-color: #F2E2AF;
}
</style>
border-color css
<style>
span { border-color: #F2E2AF; }
span { border-color: rgb(242,226,175); }
td.TdClassName
{
border-color: #F2E2AF;
}
.TagClassName
{
border-color: #F2E2AF;
}
</style>