Shades of Corn Field #FFF6BC
Tints of Corn Field #FFF6BC
RGB
CMYK
RGB Variations
Color information
#FFF6BC (or 0xFFF6BC) is known color: Corn Field. HEX triplet: FF, F6 and BC. RGB value is (255,246,188). Sum of RGB (Red+Green+Blue) = 255+246+188=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 246 (96.48% from 255 or 35.70% from 689); Blue value is 188 (73.83% from 255 or 27.29% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF6BC is #000943. Grayscale: #F2F2F2. Windows color (decimal): -2372 or 12383999. OLE color: 12383999.
HSL color Cylindrical-coordinate representation of color #FFF6BC: hue angle of 51.94º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFF6BC is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 188 | - |
| CMYK | 0 | 0.04 | 0.26 | 0 |
| HSL | 51.94º | 1% | 0.87% | - |
| HSV(B) | 51.94º | 0.26% | 1% | - |
| XYZ | 83.27 | 90.8 | 60.71 | - |
| YUV | 242.08 | 97.48 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 188 | 0 | 0.04 | 0.26 | 0 | 51.94 | 1 | 0.87 |
| Hex | FF | F6 | BC | 0 | 4 | 1A | 0 | 34 | 64 | 57 |
| Octal | 377 | 366 | 274 | 0 | 4 | 32 | 0 | 64 | 144 | 127 |
| Binary | 11111111 | 11110110 | 10111100 | 0 | 100 | 11010 | 0 | 110100 | 1100100 | 1010111 |
Color Harmonies of #FFF6BC
Complementary color
Monochromatic Colors of #FFF6BC
Black with #FFF6BC
Text Example
Text Example
White with #FFF6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF6BC; }
p { color: rgb(255,246,188); }
H1.HeaderClassName
{
color: #FFF6BC;
}
.AnyTagClassName
{
color: #FFF6BC;
}
</style>
background-color css
<style>
a { background-color: #FFF6BC; }
a { background-color: rgb(255,246,188); }
div.DivClassName
{
background-color: #FFF6BC;
}
.BgClassName
{
background-color: #FFF6BC;
}
</style>
border-color css
<style>
span { border-color: #FFF6BC; }
span { border-color: rgb(255,246,188); }
td.TdClassName
{
border-color: #FFF6BC;
}
.TagClassName
{
border-color: #FFF6BC;
}
</style>