Shades of Barley White #F6E4B4
Tints of Barley White #F6E4B4
RGB
CMYK
RGB Variations
Color information
#F6E4B4 (or 0xF6E4B4) is known color: Barley White. HEX triplet: F6, E4 and B4. RGB value is (246,228,180). Sum of RGB (Red+Green+Blue) = 246+228+180=654 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.61% from 654); Green value is 228 (89.45% from 255 or 34.86% from 654); Blue value is 180 (70.70% from 255 or 27.52% from 654); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E4B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E4B4 is #091B4B. Grayscale: #E4E4E4. Windows color (decimal): -596812 or 11855094. OLE color: 11855094.
HSL color Cylindrical-coordinate representation of color #F6E4B4: hue angle of 43.64º degrees, saturation: 0.79, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F6E4B4 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 228 | 180 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.04 |
| HSL | 43.64º | 0.79% | 0.84% | - |
| HSV(B) | 43.64º | 0.27% | 0.96% | - |
| XYZ | 73.99 | 78.37 | 54.41 | - |
| YUV | 227.91 | 100.96 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 228 | 180 | 0 | 0.07 | 0.27 | 0.04 | 43.64 | 0.79 | 0.84 |
| Hex | F6 | E4 | B4 | 0 | 7 | 1B | 4 | 2C | 4F | 54 |
| Octal | 366 | 344 | 264 | 0 | 7 | 33 | 4 | 54 | 117 | 124 |
| Binary | 11110110 | 11100100 | 10110100 | 0 | 111 | 11011 | 100 | 101100 | 1001111 | 1010100 |
Color Harmonies of #F6E4B4
Complementary color
Monochromatic Colors of #F6E4B4
Black with #F6E4B4
Text Example
Text Example
White with #F6E4B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E4B4; }
p { color: rgb(246,228,180); }
H1.HeaderClassName
{
color: #F6E4B4;
}
.AnyTagClassName
{
color: #F6E4B4;
}
</style>
background-color css
<style>
a { background-color: #F6E4B4; }
a { background-color: rgb(246,228,180); }
div.DivClassName
{
background-color: #F6E4B4;
}
.BgClassName
{
background-color: #F6E4B4;
}
</style>
border-color css
<style>
span { border-color: #F6E4B4; }
span { border-color: rgb(246,228,180); }
td.TdClassName
{
border-color: #F6E4B4;
}
.TagClassName
{
border-color: #F6E4B4;
}
</style>