Shades of Barley White #F8E6B4
Tints of Barley White #F8E6B4
RGB
CMYK
RGB Variations
Color information
#F8E6B4 (or 0xF8E6B4) is known color: Barley White. HEX triplet: F8, E6 and B4. RGB value is (248,230,180). Sum of RGB (Red+Green+Blue) = 248+230+180=658 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.69% from 658); Green value is 230 (90.23% from 255 or 34.95% from 658); Blue value is 180 (70.70% from 255 or 27.36% from 658); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E6B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8E6B4 is #07194B. Grayscale: #E5E5E5. Windows color (decimal): -465228 or 11855608. OLE color: 11855608.
HSL color Cylindrical-coordinate representation of color #F8E6B4: hue angle of 44.12º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F8E6B4 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 230 | 180 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.03 |
| HSL | 44.12º | 0.83% | 0.84% | - |
| HSV(B) | 44.12º | 0.27% | 0.97% | - |
| XYZ | 75.25 | 79.85 | 54.63 | - |
| YUV | 229.68 | 99.96 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 230 | 180 | 0 | 0.07 | 0.27 | 0.03 | 44.12 | 0.83 | 0.84 |
| Hex | F8 | E6 | B4 | 0 | 7 | 1B | 3 | 2C | 53 | 54 |
| Octal | 370 | 346 | 264 | 0 | 7 | 33 | 3 | 54 | 123 | 124 |
| Binary | 11111000 | 11100110 | 10110100 | 0 | 111 | 11011 | 11 | 101100 | 1010011 | 1010100 |
Color Harmonies of #F8E6B4
Complementary color
Monochromatic Colors of #F8E6B4
Black with #F8E6B4
Text Example
Text Example
White with #F8E6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E6B4; }
p { color: rgb(248,230,180); }
H1.HeaderClassName
{
color: #F8E6B4;
}
.AnyTagClassName
{
color: #F8E6B4;
}
</style>
background-color css
<style>
a { background-color: #F8E6B4; }
a { background-color: rgb(248,230,180); }
div.DivClassName
{
background-color: #F8E6B4;
}
.BgClassName
{
background-color: #F8E6B4;
}
</style>
border-color css
<style>
span { border-color: #F8E6B4; }
span { border-color: rgb(248,230,180); }
td.TdClassName
{
border-color: #F8E6B4;
}
.TagClassName
{
border-color: #F8E6B4;
}
</style>