Shades of Corn Field #FFF4BC
Tints of Corn Field #FFF4BC
RGB
CMYK
RGB Variations
Color information
#FFF4BC (or 0xFFF4BC) is known color: Corn Field. HEX triplet: FF, F4 and BC. RGB value is (255,244,188). Sum of RGB (Red+Green+Blue) = 255+244+188=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 244 (95.70% from 255 or 35.52% from 687); Blue value is 188 (73.83% from 255 or 27.37% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF4BC is #000B43. Grayscale: #F1F1F1. Windows color (decimal): -2884 or 12383487. OLE color: 12383487.
HSL color Cylindrical-coordinate representation of color #FFF4BC: hue angle of 50.15º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFF4BC is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 188 | - |
| CMYK | 0 | 0.04 | 0.26 | 0 |
| HSL | 50.15º | 1% | 0.87% | - |
| HSV(B) | 50.15º | 0.26% | 1% | - |
| XYZ | 82.67 | 89.59 | 60.51 | - |
| YUV | 240.91 | 98.14 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 188 | 0 | 0.04 | 0.26 | 0 | 50.15 | 1 | 0.87 |
| Hex | FF | F4 | BC | 0 | 4 | 1A | 0 | 32 | 64 | 57 |
| Octal | 377 | 364 | 274 | 0 | 4 | 32 | 0 | 62 | 144 | 127 |
| Binary | 11111111 | 11110100 | 10111100 | 0 | 100 | 11010 | 0 | 110010 | 1100100 | 1010111 |
Color Harmonies of #FFF4BC
Complementary color
Monochromatic Colors of #FFF4BC
Black with #FFF4BC
Text Example
Text Example
White with #FFF4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF4BC; }
p { color: rgb(255,244,188); }
H1.HeaderClassName
{
color: #FFF4BC;
}
.AnyTagClassName
{
color: #FFF4BC;
}
</style>
background-color css
<style>
a { background-color: #FFF4BC; }
a { background-color: rgb(255,244,188); }
div.DivClassName
{
background-color: #FFF4BC;
}
.BgClassName
{
background-color: #FFF4BC;
}
</style>
border-color css
<style>
span { border-color: #FFF4BC; }
span { border-color: rgb(255,244,188); }
td.TdClassName
{
border-color: #FFF4BC;
}
.TagClassName
{
border-color: #FFF4BC;
}
</style>