Shades of Corn Field #FFF6B7
Tints of Corn Field #FFF6B7
RGB
CMYK
RGB Variations
Color information
#FFF6B7 (or 0xFFF6B7) is known color: Corn Field. HEX triplet: FF, F6 and B7. RGB value is (255,246,183). Sum of RGB (Red+Green+Blue) = 255+246+183=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 246 (96.48% from 255 or 35.96% from 684); Blue value is 183 (71.88% from 255 or 26.75% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6B7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF6B7 is #000948. Grayscale: #F1F1F1. Windows color (decimal): -2377 or 12056319. OLE color: 12056319.
HSL color Cylindrical-coordinate representation of color #FFF6B7: hue angle of 52.5º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFF6B7 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 183 | - |
| CMYK | 0 | 0.04 | 0.28 | 0 |
| HSL | 52.5º | 1% | 0.86% | - |
| HSV(B) | 52.5º | 0.28% | 1% | - |
| XYZ | 82.74 | 90.59 | 57.92 | - |
| YUV | 241.51 | 94.98 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 183 | 0 | 0.04 | 0.28 | 0 | 52.5 | 1 | 0.86 |
| Hex | FF | F6 | B7 | 0 | 4 | 1C | 0 | 34 | 64 | 56 |
| Octal | 377 | 366 | 267 | 0 | 4 | 34 | 0 | 64 | 144 | 126 |
| Binary | 11111111 | 11110110 | 10110111 | 0 | 100 | 11100 | 0 | 110100 | 1100100 | 1010110 |
Color Harmonies of #FFF6B7
Complementary color
Monochromatic Colors of #FFF6B7
Black with #FFF6B7
Text Example
Text Example
White with #FFF6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF6B7; }
p { color: rgb(255,246,183); }
H1.HeaderClassName
{
color: #FFF6B7;
}
.AnyTagClassName
{
color: #FFF6B7;
}
</style>
background-color css
<style>
a { background-color: #FFF6B7; }
a { background-color: rgb(255,246,183); }
div.DivClassName
{
background-color: #FFF6B7;
}
.BgClassName
{
background-color: #FFF6B7;
}
</style>
border-color css
<style>
span { border-color: #FFF6B7; }
span { border-color: rgb(255,246,183); }
td.TdClassName
{
border-color: #FFF6B7;
}
.TagClassName
{
border-color: #FFF6B7;
}
</style>