Shades of Barley White #F2E6B4
Tints of Barley White #F2E6B4
RGB
CMYK
RGB Variations
Color information
#F2E6B4 (or 0xF2E6B4) is known color: Barley White. HEX triplet: F2, E6 and B4. RGB value is (242,230,180). Sum of RGB (Red+Green+Blue) = 242+230+180=652 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.12% from 652); Green value is 230 (90.23% from 255 or 35.28% from 652); Blue value is 180 (70.70% from 255 or 27.61% from 652); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E6B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E6B4 is #0D194B. Grayscale: #E4E4E4. Windows color (decimal): -858444 or 11855602. OLE color: 11855602.
HSL color Cylindrical-coordinate representation of color #F2E6B4: hue angle of 48.39º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F2E6B4 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 230 | 180 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.05 |
| HSL | 48.39º | 0.7% | 0.83% | - |
| HSV(B) | 48.39º | 0.26% | 0.95% | - |
| XYZ | 73.15 | 78.77 | 54.53 | - |
| YUV | 227.89 | 100.98 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 230 | 180 | 0 | 0.05 | 0.26 | 0.05 | 48.39 | 0.7 | 0.83 |
| Hex | F2 | E6 | B4 | 0 | 5 | 1A | 5 | 30 | 46 | 53 |
| Octal | 362 | 346 | 264 | 0 | 5 | 32 | 5 | 60 | 106 | 123 |
| Binary | 11110010 | 11100110 | 10110100 | 0 | 101 | 11010 | 101 | 110000 | 1000110 | 1010011 |
Color Harmonies of #F2E6B4
Complementary color
Monochromatic Colors of #F2E6B4
Black with #F2E6B4
Text Example
Text Example
White with #F2E6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E6B4; }
p { color: rgb(242,230,180); }
H1.HeaderClassName
{
color: #F2E6B4;
}
.AnyTagClassName
{
color: #F2E6B4;
}
</style>
background-color css
<style>
a { background-color: #F2E6B4; }
a { background-color: rgb(242,230,180); }
div.DivClassName
{
background-color: #F2E6B4;
}
.BgClassName
{
background-color: #F2E6B4;
}
</style>
border-color css
<style>
span { border-color: #F2E6B4; }
span { border-color: rgb(242,230,180); }
td.TdClassName
{
border-color: #F2E6B4;
}
.TagClassName
{
border-color: #F2E6B4;
}
</style>