Shades of Barley White #F4EBB6
Tints of Barley White #F4EBB6
RGB
CMYK
RGB Variations
Color information
#F4EBB6 (or 0xF4EBB6) is known color: Barley White. HEX triplet: F4, EB and B6. RGB value is (244,235,182). Sum of RGB (Red+Green+Blue) = 244+235+182=661 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.91% from 661); Green value is 235 (92.19% from 255 or 35.55% from 661); Blue value is 182 (71.48% from 255 or 27.53% from 661); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EBB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4EBB6 is #0B1449. Grayscale: #E7E7E7. Windows color (decimal): -726090 or 11987956. OLE color: 11987956.
HSL color Cylindrical-coordinate representation of color #F4EBB6: hue angle of 51.29º degrees, saturation: 0.74, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F4EBB6 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 235 | 182 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.04 |
| HSL | 51.29º | 0.74% | 0.84% | - |
| HSV(B) | 51.29º | 0.25% | 0.96% | - |
| XYZ | 75.46 | 82.03 | 56.11 | - |
| YUV | 231.65 | 99.98 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 235 | 182 | 0 | 0.04 | 0.25 | 0.04 | 51.29 | 0.74 | 0.84 |
| Hex | F4 | EB | B6 | 0 | 4 | 19 | 4 | 33 | 4A | 54 |
| Octal | 364 | 353 | 266 | 0 | 4 | 31 | 4 | 63 | 112 | 124 |
| Binary | 11110100 | 11101011 | 10110110 | 0 | 100 | 11001 | 100 | 110011 | 1001010 | 1010100 |
Color Harmonies of #F4EBB6
Complementary color
Monochromatic Colors of #F4EBB6
Black with #F4EBB6
Text Example
Text Example
White with #F4EBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EBB6; }
p { color: rgb(244,235,182); }
H1.HeaderClassName
{
color: #F4EBB6;
}
.AnyTagClassName
{
color: #F4EBB6;
}
</style>
background-color css
<style>
a { background-color: #F4EBB6; }
a { background-color: rgb(244,235,182); }
div.DivClassName
{
background-color: #F4EBB6;
}
.BgClassName
{
background-color: #F4EBB6;
}
</style>
border-color css
<style>
span { border-color: #F4EBB6; }
span { border-color: rgb(244,235,182); }
td.TdClassName
{
border-color: #F4EBB6;
}
.TagClassName
{
border-color: #F4EBB6;
}
</style>