Shades of Corn Field #F8F0BC
Tints of Corn Field #F8F0BC
RGB
CMYK
RGB Variations
Color information
#F8F0BC (or 0xF8F0BC) is known color: Corn Field. HEX triplet: F8, F0 and BC. RGB value is (248,240,188). Sum of RGB (Red+Green+Blue) = 248+240+188=676 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.69% from 676); Green value is 240 (94.14% from 255 or 35.50% from 676); Blue value is 188 (73.83% from 255 or 27.81% from 676); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F0BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F0BC is #070F43. Grayscale: #ECECEC. Windows color (decimal): -462660 or 12382456. OLE color: 12382456.
HSL color Cylindrical-coordinate representation of color #F8F0BC: hue angle of 52º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F8F0BC is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 240 | 188 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.03 |
| HSL | 52º | 0.81% | 0.85% | - |
| HSV(B) | 52º | 0.24% | 0.97% | - |
| XYZ | 78.95 | 85.91 | 60 | - |
| YUV | 236.46 | 100.65 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 240 | 188 | 0 | 0.03 | 0.24 | 0.03 | 52 | 0.81 | 0.85 |
| Hex | F8 | F0 | BC | 0 | 3 | 18 | 3 | 34 | 51 | 55 |
| Octal | 370 | 360 | 274 | 0 | 3 | 30 | 3 | 64 | 121 | 125 |
| Binary | 11111000 | 11110000 | 10111100 | 0 | 11 | 11000 | 11 | 110100 | 1010001 | 1010101 |
Color Harmonies of #F8F0BC
Complementary color
Monochromatic Colors of #F8F0BC
Black with #F8F0BC
Text Example
Text Example
White with #F8F0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F0BC; }
p { color: rgb(248,240,188); }
H1.HeaderClassName
{
color: #F8F0BC;
}
.AnyTagClassName
{
color: #F8F0BC;
}
</style>
background-color css
<style>
a { background-color: #F8F0BC; }
a { background-color: rgb(248,240,188); }
div.DivClassName
{
background-color: #F8F0BC;
}
.BgClassName
{
background-color: #F8F0BC;
}
</style>
border-color css
<style>
span { border-color: #F8F0BC; }
span { border-color: rgb(248,240,188); }
td.TdClassName
{
border-color: #F8F0BC;
}
.TagClassName
{
border-color: #F8F0BC;
}
</style>