Shades of Corn Field #FEF7BA
Tints of Corn Field #FEF7BA
RGB
CMYK
RGB Variations
Color information
#FEF7BA (or 0xFEF7BA) is known color: Corn Field. HEX triplet: FE, F7 and BA. RGB value is (254,247,186). Sum of RGB (Red+Green+Blue) = 254+247+186=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 247 (96.88% from 255 or 35.95% from 687); Blue value is 186 (73.05% from 255 or 27.07% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF7BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF7BA is #010845. Grayscale: #F2F2F2. Windows color (decimal): -67654 or 12253182. OLE color: 12253182.
HSL color Cylindrical-coordinate representation of color #FEF7BA: hue angle of 53.82º 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 #FEF7BA is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 186 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.00 |
| HSL | 53.82º | 0.97% | 0.86% | - |
| HSV(B) | 53.82º | 0.27% | 1% | - |
| XYZ | 83 | 91.14 | 59.67 | - |
| YUV | 242.14 | 96.32 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 186 | 0 | 0.03 | 0.27 | 0.00 | 53.82 | 0.97 | 0.86 |
| Hex | FE | F7 | BA | 0 | 3 | 1B | 0 | 36 | 61 | 56 |
| Octal | 376 | 367 | 272 | 0 | 3 | 33 | 0 | 66 | 141 | 126 |
| Binary | 11111110 | 11110111 | 10111010 | 0 | 11 | 11011 | 0 | 110110 | 1100001 | 1010110 |
Color Harmonies of #FEF7BA
Complementary color
Monochromatic Colors of #FEF7BA
Black with #FEF7BA
Text Example
Text Example
White with #FEF7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF7BA; }
p { color: rgb(254,247,186); }
H1.HeaderClassName
{
color: #FEF7BA;
}
.AnyTagClassName
{
color: #FEF7BA;
}
</style>
background-color css
<style>
a { background-color: #FEF7BA; }
a { background-color: rgb(254,247,186); }
div.DivClassName
{
background-color: #FEF7BA;
}
.BgClassName
{
background-color: #FEF7BA;
}
</style>
border-color css
<style>
span { border-color: #FEF7BA; }
span { border-color: rgb(254,247,186); }
td.TdClassName
{
border-color: #FEF7BA;
}
.TagClassName
{
border-color: #FEF7BA;
}
</style>