Shades of Wheat #F8E1BB
Tints of Wheat #F8E1BB
RGB
CMYK
RGB Variations
Color information
#F8E1BB (or 0xF8E1BB) is known color: Wheat. HEX triplet: F8, E1 and BB. RGB value is (248,225,187). Sum of RGB (Red+Green+Blue) = 248+225+187=660 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.58% from 660); Green value is 225 (88.28% from 255 or 34.09% from 660); Blue value is 187 (73.44% from 255 or 28.33% from 660); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8E1BB is #071E44. Grayscale: #E3E3E3. Windows color (decimal): -466501 or 12313080. OLE color: 12313080.
HSL color Cylindrical-coordinate representation of color #F8E1BB: hue angle of 37.38º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8E1BB is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 225 | 187 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.03 |
| HSL | 37.38º | 0.81% | 0.85% | - |
| HSV(B) | 37.38º | 0.25% | 0.97% | - |
| XYZ | 74.61 | 77.39 | 58.02 | - |
| YUV | 227.55 | 105.12 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 225 | 187 | 0 | 0.09 | 0.25 | 0.03 | 37.38 | 0.81 | 0.85 |
| Hex | F8 | E1 | BB | 0 | 9 | 19 | 3 | 25 | 51 | 55 |
| Octal | 370 | 341 | 273 | 0 | 11 | 31 | 3 | 45 | 121 | 125 |
| Binary | 11111000 | 11100001 | 10111011 | 0 | 1001 | 11001 | 11 | 100101 | 1010001 | 1010101 |
Color Harmonies of #F8E1BB
Complementary color
Monochromatic Colors of #F8E1BB
Black with #F8E1BB
Text Example
Text Example
White with #F8E1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E1BB; }
p { color: rgb(248,225,187); }
H1.HeaderClassName
{
color: #F8E1BB;
}
.AnyTagClassName
{
color: #F8E1BB;
}
</style>
background-color css
<style>
a { background-color: #F8E1BB; }
a { background-color: rgb(248,225,187); }
div.DivClassName
{
background-color: #F8E1BB;
}
.BgClassName
{
background-color: #F8E1BB;
}
</style>
border-color css
<style>
span { border-color: #F8E1BB; }
span { border-color: rgb(248,225,187); }
td.TdClassName
{
border-color: #F8E1BB;
}
.TagClassName
{
border-color: #F8E1BB;
}
</style>