Shades of Corn Field #FFF6BB
Tints of Corn Field #FFF6BB
RGB
CMYK
RGB Variations
Color information
#FFF6BB (or 0xFFF6BB) is known color: Corn Field. HEX triplet: FF, F6 and BB. RGB value is (255,246,187). Sum of RGB (Red+Green+Blue) = 255+246+187=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 246 (96.48% from 255 or 35.76% from 688); Blue value is 187 (73.44% from 255 or 27.18% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF6BB is #000944. Grayscale: #F2F2F2. Windows color (decimal): -2373 or 12318463. OLE color: 12318463.
HSL color Cylindrical-coordinate representation of color #FFF6BB: hue angle of 52.06º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFF6BB is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 187 | - |
| CMYK | 0 | 0.04 | 0.27 | 0 |
| HSL | 52.06º | 1% | 0.87% | - |
| HSV(B) | 52.06º | 0.27% | 1% | - |
| XYZ | 83.17 | 90.76 | 60.15 | - |
| YUV | 241.97 | 96.98 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 187 | 0 | 0.04 | 0.27 | 0 | 52.06 | 1 | 0.87 |
| Hex | FF | F6 | BB | 0 | 4 | 1B | 0 | 34 | 64 | 57 |
| Octal | 377 | 366 | 273 | 0 | 4 | 33 | 0 | 64 | 144 | 127 |
| Binary | 11111111 | 11110110 | 10111011 | 0 | 100 | 11011 | 0 | 110100 | 1100100 | 1010111 |
Color Harmonies of #FFF6BB
Complementary color
Monochromatic Colors of #FFF6BB
Black with #FFF6BB
Text Example
Text Example
White with #FFF6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF6BB; }
p { color: rgb(255,246,187); }
H1.HeaderClassName
{
color: #FFF6BB;
}
.AnyTagClassName
{
color: #FFF6BB;
}
</style>
background-color css
<style>
a { background-color: #FFF6BB; }
a { background-color: rgb(255,246,187); }
div.DivClassName
{
background-color: #FFF6BB;
}
.BgClassName
{
background-color: #FFF6BB;
}
</style>
border-color css
<style>
span { border-color: #FFF6BB; }
span { border-color: rgb(255,246,187); }
td.TdClassName
{
border-color: #FFF6BB;
}
.TagClassName
{
border-color: #FFF6BB;
}
</style>