Shades of Corn Field #FFF8BA
Tints of Corn Field #FFF8BA
RGB
CMYK
RGB Variations
Color information
#FFF8BA (or 0xFFF8BA) is known color: Corn Field. HEX triplet: FF, F8 and BA. RGB value is (255,248,186). Sum of RGB (Red+Green+Blue) = 255+248+186=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 248 (97.27% from 255 or 35.99% from 689); Blue value is 186 (73.05% from 255 or 27.00% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF8BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF8BA is #000745. Grayscale: #F3F3F3. Windows color (decimal): -1862 or 12253439. OLE color: 12253439.
HSL color Cylindrical-coordinate representation of color #FFF8BA: hue angle of 53.91º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFF8BA is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 186 | - |
| CMYK | 0 | 0.03 | 0.27 | 0 |
| HSL | 53.91º | 1% | 0.86% | - |
| HSV(B) | 53.91º | 0.27% | 1% | - |
| XYZ | 83.67 | 91.94 | 59.79 | - |
| YUV | 243.03 | 95.82 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 186 | 0 | 0.03 | 0.27 | 0 | 53.91 | 1 | 0.86 |
| Hex | FF | F8 | BA | 0 | 3 | 1B | 0 | 36 | 64 | 56 |
| Octal | 377 | 370 | 272 | 0 | 3 | 33 | 0 | 66 | 144 | 126 |
| Binary | 11111111 | 11111000 | 10111010 | 0 | 11 | 11011 | 0 | 110110 | 1100100 | 1010110 |
Color Harmonies of #FFF8BA
Complementary color
Monochromatic Colors of #FFF8BA
Black with #FFF8BA
Text Example
Text Example
White with #FFF8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF8BA; }
p { color: rgb(255,248,186); }
H1.HeaderClassName
{
color: #FFF8BA;
}
.AnyTagClassName
{
color: #FFF8BA;
}
</style>
background-color css
<style>
a { background-color: #FFF8BA; }
a { background-color: rgb(255,248,186); }
div.DivClassName
{
background-color: #FFF8BA;
}
.BgClassName
{
background-color: #FFF8BA;
}
</style>
border-color css
<style>
span { border-color: #FFF8BA; }
span { border-color: rgb(255,248,186); }
td.TdClassName
{
border-color: #FFF8BA;
}
.TagClassName
{
border-color: #FFF8BA;
}
</style>