Shades of Corn Field #FFF7B6
Tints of Corn Field #FFF7B6
RGB
CMYK
RGB Variations
Color information
#FFF7B6 (or 0xFFF7B6) is known color: Corn Field. HEX triplet: FF, F7 and B6. RGB value is (255,247,182). Sum of RGB (Red+Green+Blue) = 255+247+182=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 247 (96.88% from 255 or 36.11% from 684); Blue value is 182 (71.48% from 255 or 26.61% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7B6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF7B6 is #000849. Grayscale: #F2F2F2. Windows color (decimal): -2122 or 11991039. OLE color: 11991039.
HSL color Cylindrical-coordinate representation of color #FFF7B6: hue angle of 53.42º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFF7B6 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 247 | 182 | - |
| CMYK | 0 | 0.03 | 0.29 | 0 |
| HSL | 53.42º | 1% | 0.86% | - |
| HSV(B) | 53.42º | 0.29% | 1% | - |
| XYZ | 82.94 | 91.16 | 57.48 | - |
| YUV | 241.98 | 94.15 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 247 | 182 | 0 | 0.03 | 0.29 | 0 | 53.42 | 1 | 0.86 |
| Hex | FF | F7 | B6 | 0 | 3 | 1D | 0 | 35 | 64 | 56 |
| Octal | 377 | 367 | 266 | 0 | 3 | 35 | 0 | 65 | 144 | 126 |
| Binary | 11111111 | 11110111 | 10110110 | 0 | 11 | 11101 | 0 | 110101 | 1100100 | 1010110 |
Color Harmonies of #FFF7B6
Complementary color
Monochromatic Colors of #FFF7B6
Black with #FFF7B6
Text Example
Text Example
White with #FFF7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF7B6; }
p { color: rgb(255,247,182); }
H1.HeaderClassName
{
color: #FFF7B6;
}
.AnyTagClassName
{
color: #FFF7B6;
}
</style>
background-color css
<style>
a { background-color: #FFF7B6; }
a { background-color: rgb(255,247,182); }
div.DivClassName
{
background-color: #FFF7B6;
}
.BgClassName
{
background-color: #FFF7B6;
}
</style>
border-color css
<style>
span { border-color: #FFF7B6; }
span { border-color: rgb(255,247,182); }
td.TdClassName
{
border-color: #FFF7B6;
}
.TagClassName
{
border-color: #FFF7B6;
}
</style>