Shades of Corn Field #FFF6BF
Tints of Corn Field #FFF6BF
RGB
CMYK
RGB Variations
Color information
#FFF6BF (or 0xFFF6BF) is known color: Corn Field. HEX triplet: FF, F6 and BF. RGB value is (255,246,191). Sum of RGB (Red+Green+Blue) = 255+246+191=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 246 (96.48% from 255 or 35.55% from 692); Blue value is 191 (75% from 255 or 27.60% from 692); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF6BF is #000940. Grayscale: #F2F2F2. Windows color (decimal): -2369 or 12580607. OLE color: 12580607.
HSL color Cylindrical-coordinate representation of color #FFF6BF: hue angle of 51.56º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFF6BF is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 191 | - |
| CMYK | 0 | 0.04 | 0.25 | 0 |
| HSL | 51.56º | 1% | 0.87% | - |
| HSV(B) | 51.56º | 0.25% | 1% | - |
| XYZ | 83.6 | 90.93 | 62.44 | - |
| YUV | 242.42 | 98.98 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 191 | 0 | 0.04 | 0.25 | 0 | 51.56 | 1 | 0.87 |
| Hex | FF | F6 | BF | 0 | 4 | 19 | 0 | 34 | 64 | 57 |
| Octal | 377 | 366 | 277 | 0 | 4 | 31 | 0 | 64 | 144 | 127 |
| Binary | 11111111 | 11110110 | 10111111 | 0 | 100 | 11001 | 0 | 110100 | 1100100 | 1010111 |
Color Harmonies of #FFF6BF
Complementary color
Monochromatic Colors of #FFF6BF
Black with #FFF6BF
Text Example
Text Example
White with #FFF6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF6BF; }
p { color: rgb(255,246,191); }
H1.HeaderClassName
{
color: #FFF6BF;
}
.AnyTagClassName
{
color: #FFF6BF;
}
</style>
background-color css
<style>
a { background-color: #FFF6BF; }
a { background-color: rgb(255,246,191); }
div.DivClassName
{
background-color: #FFF6BF;
}
.BgClassName
{
background-color: #FFF6BF;
}
</style>
border-color css
<style>
span { border-color: #FFF6BF; }
span { border-color: rgb(255,246,191); }
td.TdClassName
{
border-color: #FFF6BF;
}
.TagClassName
{
border-color: #FFF6BF;
}
</style>