Shades of Corn Field #FFF4BB
Tints of Corn Field #FFF4BB
RGB
CMYK
RGB Variations
Color information
#FFF4BB (or 0xFFF4BB) is known color: Corn Field. HEX triplet: FF, F4 and BB. RGB value is (255,244,187). Sum of RGB (Red+Green+Blue) = 255+244+187=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 244 (95.70% from 255 or 35.57% from 686); Blue value is 187 (73.44% from 255 or 27.26% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF4BB is #000B44. Grayscale: #F1F1F1. Windows color (decimal): -2885 or 12317951. OLE color: 12317951.
HSL color Cylindrical-coordinate representation of color #FFF4BB: hue angle of 50.29º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFF4BB is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 187 | - |
| CMYK | 0 | 0.04 | 0.27 | 0 |
| HSL | 50.29º | 1% | 0.87% | - |
| HSV(B) | 50.29º | 0.27% | 1% | - |
| XYZ | 82.56 | 89.55 | 59.95 | - |
| YUV | 240.79 | 97.64 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 187 | 0 | 0.04 | 0.27 | 0 | 50.29 | 1 | 0.87 |
| Hex | FF | F4 | BB | 0 | 4 | 1B | 0 | 32 | 64 | 57 |
| Octal | 377 | 364 | 273 | 0 | 4 | 33 | 0 | 62 | 144 | 127 |
| Binary | 11111111 | 11110100 | 10111011 | 0 | 100 | 11011 | 0 | 110010 | 1100100 | 1010111 |
Color Harmonies of #FFF4BB
Complementary color
Monochromatic Colors of #FFF4BB
Black with #FFF4BB
Text Example
Text Example
White with #FFF4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF4BB; }
p { color: rgb(255,244,187); }
H1.HeaderClassName
{
color: #FFF4BB;
}
.AnyTagClassName
{
color: #FFF4BB;
}
</style>
background-color css
<style>
a { background-color: #FFF4BB; }
a { background-color: rgb(255,244,187); }
div.DivClassName
{
background-color: #FFF4BB;
}
.BgClassName
{
background-color: #FFF4BB;
}
</style>
border-color css
<style>
span { border-color: #FFF4BB; }
span { border-color: rgb(255,244,187); }
td.TdClassName
{
border-color: #FFF4BB;
}
.TagClassName
{
border-color: #FFF4BB;
}
</style>