Shades of Corn Field #FFF6BA
Tints of Corn Field #FFF6BA
RGB
CMYK
RGB Variations
Color information
#FFF6BA (or 0xFFF6BA) is known color: Corn Field. HEX triplet: FF, F6 and BA. RGB value is (255,246,186). Sum of RGB (Red+Green+Blue) = 255+246+186=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 246 (96.48% from 255 or 35.81% from 687); Blue value is 186 (73.05% from 255 or 27.07% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF6BA is #000945. Grayscale: #F2F2F2. Windows color (decimal): -2374 or 12252927. OLE color: 12252927.
HSL color Cylindrical-coordinate representation of color #FFF6BA: hue angle of 52.17º 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 #FFF6BA is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 186 | - |
| CMYK | 0 | 0.04 | 0.27 | 0 |
| HSL | 52.17º | 1% | 0.86% | - |
| HSV(B) | 52.17º | 0.27% | 1% | - |
| XYZ | 83.06 | 90.72 | 59.59 | - |
| YUV | 241.85 | 96.48 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 186 | 0 | 0.04 | 0.27 | 0 | 52.17 | 1 | 0.86 |
| Hex | FF | F6 | BA | 0 | 4 | 1B | 0 | 34 | 64 | 56 |
| Octal | 377 | 366 | 272 | 0 | 4 | 33 | 0 | 64 | 144 | 126 |
| Binary | 11111111 | 11110110 | 10111010 | 0 | 100 | 11011 | 0 | 110100 | 1100100 | 1010110 |
Color Harmonies of #FFF6BA
Complementary color
Monochromatic Colors of #FFF6BA
Black with #FFF6BA
Text Example
Text Example
White with #FFF6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF6BA; }
p { color: rgb(255,246,186); }
H1.HeaderClassName
{
color: #FFF6BA;
}
.AnyTagClassName
{
color: #FFF6BA;
}
</style>
background-color css
<style>
a { background-color: #FFF6BA; }
a { background-color: rgb(255,246,186); }
div.DivClassName
{
background-color: #FFF6BA;
}
.BgClassName
{
background-color: #FFF6BA;
}
</style>
border-color css
<style>
span { border-color: #FFF6BA; }
span { border-color: rgb(255,246,186); }
td.TdClassName
{
border-color: #FFF6BA;
}
.TagClassName
{
border-color: #FFF6BA;
}
</style>