Shades of Corn Field #F8F0BE
Tints of Corn Field #F8F0BE
RGB
CMYK
RGB Variations
Color information
#F8F0BE (or 0xF8F0BE) is known color: Corn Field. HEX triplet: F8, F0 and BE. RGB value is (248,240,190). Sum of RGB (Red+Green+Blue) = 248+240+190=678 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.58% from 678); Green value is 240 (94.14% from 255 or 35.40% from 678); Blue value is 190 (74.61% from 255 or 28.02% from 678); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F0BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F0BE is #070F41. Grayscale: #ECECEC. Windows color (decimal): -462658 or 12513528. OLE color: 12513528.
HSL color Cylindrical-coordinate representation of color #F8F0BE: hue angle of 51.72º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F8F0BE is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 240 | 190 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.03 |
| HSL | 51.72º | 0.81% | 0.86% | - |
| HSV(B) | 51.72º | 0.23% | 0.97% | - |
| XYZ | 79.17 | 85.99 | 61.14 | - |
| YUV | 236.69 | 101.65 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 240 | 190 | 0 | 0.03 | 0.23 | 0.03 | 51.72 | 0.81 | 0.86 |
| Hex | F8 | F0 | BE | 0 | 3 | 17 | 3 | 34 | 51 | 56 |
| Octal | 370 | 360 | 276 | 0 | 3 | 27 | 3 | 64 | 121 | 126 |
| Binary | 11111000 | 11110000 | 10111110 | 0 | 11 | 10111 | 11 | 110100 | 1010001 | 1010110 |
Color Harmonies of #F8F0BE
Complementary color
Monochromatic Colors of #F8F0BE
Black with #F8F0BE
Text Example
Text Example
White with #F8F0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F0BE; }
p { color: rgb(248,240,190); }
H1.HeaderClassName
{
color: #F8F0BE;
}
.AnyTagClassName
{
color: #F8F0BE;
}
</style>
background-color css
<style>
a { background-color: #F8F0BE; }
a { background-color: rgb(248,240,190); }
div.DivClassName
{
background-color: #F8F0BE;
}
.BgClassName
{
background-color: #F8F0BE;
}
</style>
border-color css
<style>
span { border-color: #F8F0BE; }
span { border-color: rgb(248,240,190); }
td.TdClassName
{
border-color: #F8F0BE;
}
.TagClassName
{
border-color: #F8F0BE;
}
</style>