Shades of Barley White #F6E6BA
Tints of Barley White #F6E6BA
RGB
CMYK
RGB Variations
Color information
#F6E6BA (or 0xF6E6BA) is known color: Barley White. HEX triplet: F6, E6 and BA. RGB value is (246,230,186). Sum of RGB (Red+Green+Blue) = 246+230+186=662 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.16% from 662); Green value is 230 (90.23% from 255 or 34.74% from 662); Blue value is 186 (73.05% from 255 or 28.10% from 662); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E6BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6E6BA is #091945. Grayscale: #E5E5E5. Windows color (decimal): -596294 or 12248822. OLE color: 12248822.
HSL color Cylindrical-coordinate representation of color #F6E6BA: hue angle of 44º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6E6BA is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 230 | 186 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.04 |
| HSL | 44º | 0.77% | 0.85% | - |
| HSV(B) | 44º | 0.24% | 0.96% | - |
| XYZ | 75.17 | 79.73 | 57.88 | - |
| YUV | 229.77 | 103.3 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 230 | 186 | 0 | 0.07 | 0.24 | 0.04 | 44 | 0.77 | 0.85 |
| Hex | F6 | E6 | BA | 0 | 7 | 18 | 4 | 2C | 4D | 55 |
| Octal | 366 | 346 | 272 | 0 | 7 | 30 | 4 | 54 | 115 | 125 |
| Binary | 11110110 | 11100110 | 10111010 | 0 | 111 | 11000 | 100 | 101100 | 1001101 | 1010101 |
Color Harmonies of #F6E6BA
Complementary color
Monochromatic Colors of #F6E6BA
Black with #F6E6BA
Text Example
Text Example
White with #F6E6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E6BA; }
p { color: rgb(246,230,186); }
H1.HeaderClassName
{
color: #F6E6BA;
}
.AnyTagClassName
{
color: #F6E6BA;
}
</style>
background-color css
<style>
a { background-color: #F6E6BA; }
a { background-color: rgb(246,230,186); }
div.DivClassName
{
background-color: #F6E6BA;
}
.BgClassName
{
background-color: #F6E6BA;
}
</style>
border-color css
<style>
span { border-color: #F6E6BA; }
span { border-color: rgb(246,230,186); }
td.TdClassName
{
border-color: #F6E6BA;
}
.TagClassName
{
border-color: #F6E6BA;
}
</style>