Shades of Corn Field #F8F1BA
Tints of Corn Field #F8F1BA
RGB
CMYK
RGB Variations
Color information
#F8F1BA (or 0xF8F1BA) is known color: Corn Field. HEX triplet: F8, F1 and BA. RGB value is (248,241,186). Sum of RGB (Red+Green+Blue) = 248+241+186=675 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.74% from 675); Green value is 241 (94.53% from 255 or 35.70% from 675); Blue value is 186 (73.05% from 255 or 27.56% from 675); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F1BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F1BA is #070E45. Grayscale: #EDEDED. Windows color (decimal): -462406 or 12251640. OLE color: 12251640.
HSL color Cylindrical-coordinate representation of color #F8F1BA: hue angle of 53.23º degrees, saturation: 0.82, 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 #F8F1BA is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 241 | 186 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.03 |
| HSL | 53.23º | 0.82% | 0.85% | - |
| HSV(B) | 53.23º | 0.25% | 0.97% | - |
| XYZ | 79.03 | 86.41 | 58.97 | - |
| YUV | 236.82 | 99.32 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 241 | 186 | 0 | 0.03 | 0.25 | 0.03 | 53.23 | 0.82 | 0.85 |
| Hex | F8 | F1 | BA | 0 | 3 | 19 | 3 | 35 | 52 | 55 |
| Octal | 370 | 361 | 272 | 0 | 3 | 31 | 3 | 65 | 122 | 125 |
| Binary | 11111000 | 11110001 | 10111010 | 0 | 11 | 11001 | 11 | 110101 | 1010010 | 1010101 |
Color Harmonies of #F8F1BA
Complementary color
Monochromatic Colors of #F8F1BA
Black with #F8F1BA
Text Example
Text Example
White with #F8F1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F1BA; }
p { color: rgb(248,241,186); }
H1.HeaderClassName
{
color: #F8F1BA;
}
.AnyTagClassName
{
color: #F8F1BA;
}
</style>
background-color css
<style>
a { background-color: #F8F1BA; }
a { background-color: rgb(248,241,186); }
div.DivClassName
{
background-color: #F8F1BA;
}
.BgClassName
{
background-color: #F8F1BA;
}
</style>
border-color css
<style>
span { border-color: #F8F1BA; }
span { border-color: rgb(248,241,186); }
td.TdClassName
{
border-color: #F8F1BA;
}
.TagClassName
{
border-color: #F8F1BA;
}
</style>