Shades of Barley White #F6E8BB
Tints of Barley White #F6E8BB
RGB
CMYK
RGB Variations
Color information
#F6E8BB (or 0xF6E8BB) is known color: Barley White. HEX triplet: F6, E8 and BB. RGB value is (246,232,187). Sum of RGB (Red+Green+Blue) = 246+232+187=665 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.99% from 665); Green value is 232 (91.02% from 255 or 34.89% from 665); Blue value is 187 (73.44% from 255 or 28.12% from 665); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E8BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6E8BB is #091744. Grayscale: #E7E7E7. Windows color (decimal): -595781 or 12314870. OLE color: 12314870.
HSL color Cylindrical-coordinate representation of color #F6E8BB: hue angle of 45.76º 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 #F6E8BB is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 232 | 187 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.04 |
| HSL | 45.76º | 0.77% | 0.85% | - |
| HSV(B) | 45.76º | 0.24% | 0.96% | - |
| XYZ | 75.83 | 80.89 | 58.63 | - |
| YUV | 231.06 | 103.14 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 232 | 187 | 0 | 0.06 | 0.24 | 0.04 | 45.76 | 0.77 | 0.85 |
| Hex | F6 | E8 | BB | 0 | 6 | 18 | 4 | 2E | 4D | 55 |
| Octal | 366 | 350 | 273 | 0 | 6 | 30 | 4 | 56 | 115 | 125 |
| Binary | 11110110 | 11101000 | 10111011 | 0 | 110 | 11000 | 100 | 101110 | 1001101 | 1010101 |
Color Harmonies of #F6E8BB
Complementary color
Monochromatic Colors of #F6E8BB
Black with #F6E8BB
Text Example
Text Example
White with #F6E8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E8BB; }
p { color: rgb(246,232,187); }
H1.HeaderClassName
{
color: #F6E8BB;
}
.AnyTagClassName
{
color: #F6E8BB;
}
</style>
background-color css
<style>
a { background-color: #F6E8BB; }
a { background-color: rgb(246,232,187); }
div.DivClassName
{
background-color: #F6E8BB;
}
.BgClassName
{
background-color: #F6E8BB;
}
</style>
border-color css
<style>
span { border-color: #F6E8BB; }
span { border-color: rgb(246,232,187); }
td.TdClassName
{
border-color: #F6E8BB;
}
.TagClassName
{
border-color: #F6E8BB;
}
</style>