Shades of Barley White #F6EDB8
Tints of Barley White #F6EDB8
RGB
CMYK
RGB Variations
Color information
#F6EDB8 (or 0xF6EDB8) is known color: Barley White. HEX triplet: F6, ED and B8. RGB value is (246,237,184). Sum of RGB (Red+Green+Blue) = 246+237+184=667 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.88% from 667); Green value is 237 (92.97% from 255 or 35.53% from 667); Blue value is 184 (72.27% from 255 or 27.59% from 667); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EDB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EDB8 is #091247. Grayscale: #E9E9E9. Windows color (decimal): -594504 or 12119542. OLE color: 12119542.
HSL color Cylindrical-coordinate representation of color #F6EDB8: hue angle of 51.29º 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 #F6EDB8 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 237 | 184 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.04 |
| HSL | 51.29º | 0.78% | 0.84% | - |
| HSV(B) | 51.29º | 0.25% | 0.96% | - |
| XYZ | 76.94 | 83.62 | 57.43 | - |
| YUV | 233.65 | 99.98 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 237 | 184 | 0 | 0.04 | 0.25 | 0.04 | 51.29 | 0.78 | 0.84 |
| Hex | F6 | ED | B8 | 0 | 4 | 19 | 4 | 33 | 4E | 54 |
| Octal | 366 | 355 | 270 | 0 | 4 | 31 | 4 | 63 | 116 | 124 |
| Binary | 11110110 | 11101101 | 10111000 | 0 | 100 | 11001 | 100 | 110011 | 1001110 | 1010100 |
Color Harmonies of #F6EDB8
Complementary color
Monochromatic Colors of #F6EDB8
Black with #F6EDB8
Text Example
Text Example
White with #F6EDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EDB8; }
p { color: rgb(246,237,184); }
H1.HeaderClassName
{
color: #F6EDB8;
}
.AnyTagClassName
{
color: #F6EDB8;
}
</style>
background-color css
<style>
a { background-color: #F6EDB8; }
a { background-color: rgb(246,237,184); }
div.DivClassName
{
background-color: #F6EDB8;
}
.BgClassName
{
background-color: #F6EDB8;
}
</style>
border-color css
<style>
span { border-color: #F6EDB8; }
span { border-color: rgb(246,237,184); }
td.TdClassName
{
border-color: #F6EDB8;
}
.TagClassName
{
border-color: #F6EDB8;
}
</style>