Shades of Corn Field #FEF4BA
Tints of Corn Field #FEF4BA
RGB
CMYK
RGB Variations
Color information
#FEF4BA (or 0xFEF4BA) is known color: Corn Field. HEX triplet: FE, F4 and BA. RGB value is (254,244,186). Sum of RGB (Red+Green+Blue) = 254+244+186=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 244 (95.70% from 255 or 35.67% from 684); Blue value is 186 (73.05% from 255 or 27.19% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF4BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF4BA is #010B45. Grayscale: #F0F0F0. Windows color (decimal): -68422 or 12252414. OLE color: 12252414.
HSL color Cylindrical-coordinate representation of color #FEF4BA: hue angle of 51.18º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEF4BA is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 244 | 186 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.00 |
| HSL | 51.18º | 0.97% | 0.86% | - |
| HSV(B) | 51.18º | 0.27% | 1% | - |
| XYZ | 82.09 | 89.32 | 59.37 | - |
| YUV | 240.38 | 97.31 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 186 | 0 | 0.04 | 0.27 | 0.00 | 51.18 | 0.97 | 0.86 |
| Hex | FE | F4 | BA | 0 | 4 | 1B | 0 | 33 | 61 | 56 |
| Octal | 376 | 364 | 272 | 0 | 4 | 33 | 0 | 63 | 141 | 126 |
| Binary | 11111110 | 11110100 | 10111010 | 0 | 100 | 11011 | 0 | 110011 | 1100001 | 1010110 |
Color Harmonies of #FEF4BA
Complementary color
Monochromatic Colors of #FEF4BA
Black with #FEF4BA
Text Example
Text Example
White with #FEF4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF4BA; }
p { color: rgb(254,244,186); }
H1.HeaderClassName
{
color: #FEF4BA;
}
.AnyTagClassName
{
color: #FEF4BA;
}
</style>
background-color css
<style>
a { background-color: #FEF4BA; }
a { background-color: rgb(254,244,186); }
div.DivClassName
{
background-color: #FEF4BA;
}
.BgClassName
{
background-color: #FEF4BA;
}
</style>
border-color css
<style>
span { border-color: #FEF4BA; }
span { border-color: rgb(254,244,186); }
td.TdClassName
{
border-color: #FEF4BA;
}
.TagClassName
{
border-color: #FEF4BA;
}
</style>