Shades of Barley White #F6EBB8
Tints of Barley White #F6EBB8
RGB
CMYK
RGB Variations
Color information
#F6EBB8 (or 0xF6EBB8) is known color: Barley White. HEX triplet: F6, EB and B8. RGB value is (246,235,184). Sum of RGB (Red+Green+Blue) = 246+235+184=665 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.99% from 665); Green value is 235 (92.19% from 255 or 35.34% from 665); Blue value is 184 (72.27% from 255 or 27.67% from 665); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EBB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EBB8 is #091447. Grayscale: #E8E8E8. Windows color (decimal): -595016 or 12119030. OLE color: 12119030.
HSL color Cylindrical-coordinate representation of color #F6EBB8: hue angle of 49.35º degrees, saturation: 0.77, 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 #F6EBB8 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 235 | 184 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.04 |
| HSL | 49.35º | 0.78% | 0.84% | - |
| HSV(B) | 49.35º | 0.25% | 0.96% | - |
| XYZ | 76.37 | 82.47 | 57.24 | - |
| YUV | 232.48 | 100.64 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 235 | 184 | 0 | 0.04 | 0.25 | 0.04 | 49.35 | 0.78 | 0.84 |
| Hex | F6 | EB | B8 | 0 | 4 | 19 | 4 | 31 | 4E | 54 |
| Octal | 366 | 353 | 270 | 0 | 4 | 31 | 4 | 61 | 116 | 124 |
| Binary | 11110110 | 11101011 | 10111000 | 0 | 100 | 11001 | 100 | 110001 | 1001110 | 1010100 |
Color Harmonies of #F6EBB8
Complementary color
Monochromatic Colors of #F6EBB8
Black with #F6EBB8
Text Example
Text Example
White with #F6EBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EBB8; }
p { color: rgb(246,235,184); }
H1.HeaderClassName
{
color: #F6EBB8;
}
.AnyTagClassName
{
color: #F6EBB8;
}
</style>
background-color css
<style>
a { background-color: #F6EBB8; }
a { background-color: rgb(246,235,184); }
div.DivClassName
{
background-color: #F6EBB8;
}
.BgClassName
{
background-color: #F6EBB8;
}
</style>
border-color css
<style>
span { border-color: #F6EBB8; }
span { border-color: rgb(246,235,184); }
td.TdClassName
{
border-color: #F6EBB8;
}
.TagClassName
{
border-color: #F6EBB8;
}
</style>