Shades of Corn Field #FEF6BA
Tints of Corn Field #FEF6BA
RGB
CMYK
RGB Variations
Color information
#FEF6BA (or 0xFEF6BA) is known color: Corn Field. HEX triplet: FE, F6 and BA. RGB value is (254,246,186). Sum of RGB (Red+Green+Blue) = 254+246+186=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 246 (96.48% from 255 or 35.86% from 686); Blue value is 186 (73.05% from 255 or 27.11% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6BA is #010945. Grayscale: #F1F1F1. Windows color (decimal): -67910 or 12252926. OLE color: 12252926.
HSL color Cylindrical-coordinate representation of color #FEF6BA: hue angle of 52.94º 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 #FEF6BA is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 186 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.00 |
| HSL | 52.94º | 0.97% | 0.86% | - |
| HSV(B) | 52.94º | 0.27% | 1% | - |
| XYZ | 82.69 | 90.53 | 59.57 | - |
| YUV | 241.55 | 96.65 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 186 | 0 | 0.03 | 0.27 | 0.00 | 52.94 | 0.97 | 0.86 |
| Hex | FE | F6 | BA | 0 | 3 | 1B | 0 | 35 | 61 | 56 |
| Octal | 376 | 366 | 272 | 0 | 3 | 33 | 0 | 65 | 141 | 126 |
| Binary | 11111110 | 11110110 | 10111010 | 0 | 11 | 11011 | 0 | 110101 | 1100001 | 1010110 |
Color Harmonies of #FEF6BA
Complementary color
Monochromatic Colors of #FEF6BA
Black with #FEF6BA
Text Example
Text Example
White with #FEF6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF6BA; }
p { color: rgb(254,246,186); }
H1.HeaderClassName
{
color: #FEF6BA;
}
.AnyTagClassName
{
color: #FEF6BA;
}
</style>
background-color css
<style>
a { background-color: #FEF6BA; }
a { background-color: rgb(254,246,186); }
div.DivClassName
{
background-color: #FEF6BA;
}
.BgClassName
{
background-color: #FEF6BA;
}
</style>
border-color css
<style>
span { border-color: #FEF6BA; }
span { border-color: rgb(254,246,186); }
td.TdClassName
{
border-color: #FEF6BA;
}
.TagClassName
{
border-color: #FEF6BA;
}
</style>