Shades of Corn Field #FFF4B6
Tints of Corn Field #FFF4B6
RGB
CMYK
RGB Variations
Color information
#FFF4B6 (or 0xFFF4B6) is known color: Corn Field. HEX triplet: FF, F4 and B6. RGB value is (255,244,182). Sum of RGB (Red+Green+Blue) = 255+244+182=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 244 (95.70% from 255 or 35.83% from 681); Blue value is 182 (71.48% from 255 or 26.73% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4B6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF4B6 is #000B49. Grayscale: #F0F0F0. Windows color (decimal): -2890 or 11990271. OLE color: 11990271.
HSL color Cylindrical-coordinate representation of color #FFF4B6: hue angle of 50.96º 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 #FFF4B6 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 182 | - |
| CMYK | 0 | 0.04 | 0.29 | 0 |
| HSL | 50.96º | 1% | 0.86% | - |
| HSV(B) | 50.96º | 0.29% | 1% | - |
| XYZ | 82.03 | 89.34 | 57.18 | - |
| YUV | 240.22 | 95.14 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 182 | 0 | 0.04 | 0.29 | 0 | 50.96 | 1 | 0.86 |
| Hex | FF | F4 | B6 | 0 | 4 | 1D | 0 | 33 | 64 | 56 |
| Octal | 377 | 364 | 266 | 0 | 4 | 35 | 0 | 63 | 144 | 126 |
| Binary | 11111111 | 11110100 | 10110110 | 0 | 100 | 11101 | 0 | 110011 | 1100100 | 1010110 |
Color Harmonies of #FFF4B6
Complementary color
Monochromatic Colors of #FFF4B6
Black with #FFF4B6
Text Example
Text Example
White with #FFF4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF4B6; }
p { color: rgb(255,244,182); }
H1.HeaderClassName
{
color: #FFF4B6;
}
.AnyTagClassName
{
color: #FFF4B6;
}
</style>
background-color css
<style>
a { background-color: #FFF4B6; }
a { background-color: rgb(255,244,182); }
div.DivClassName
{
background-color: #FFF4B6;
}
.BgClassName
{
background-color: #FFF4B6;
}
</style>
border-color css
<style>
span { border-color: #FFF4B6; }
span { border-color: rgb(255,244,182); }
td.TdClassName
{
border-color: #FFF4B6;
}
.TagClassName
{
border-color: #FFF4B6;
}
</style>