Shades of Corn Field #FEF4BC
Tints of Corn Field #FEF4BC
RGB
CMYK
RGB Variations
Color information
#FEF4BC (or 0xFEF4BC) is known color: Corn Field. HEX triplet: FE, F4 and BC. RGB value is (254,244,188). Sum of RGB (Red+Green+Blue) = 254+244+188=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 244 (95.70% from 255 or 35.57% from 686); Blue value is 188 (73.83% from 255 or 27.41% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF4BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF4BC is #010B43. Grayscale: #F0F0F0. Windows color (decimal): -68420 or 12383486. OLE color: 12383486.
HSL color Cylindrical-coordinate representation of color #FEF4BC: hue angle of 50.91º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEF4BC is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 244 | 188 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.00 |
| HSL | 50.91º | 0.97% | 0.87% | - |
| HSV(B) | 50.91º | 0.26% | 1% | - |
| XYZ | 82.3 | 89.4 | 60.5 | - |
| YUV | 240.61 | 98.31 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 188 | 0 | 0.04 | 0.26 | 0.00 | 50.91 | 0.97 | 0.87 |
| Hex | FE | F4 | BC | 0 | 4 | 1A | 0 | 33 | 61 | 57 |
| Octal | 376 | 364 | 274 | 0 | 4 | 32 | 0 | 63 | 141 | 127 |
| Binary | 11111110 | 11110100 | 10111100 | 0 | 100 | 11010 | 0 | 110011 | 1100001 | 1010111 |
Color Harmonies of #FEF4BC
Complementary color
Monochromatic Colors of #FEF4BC
Black with #FEF4BC
Text Example
Text Example
White with #FEF4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF4BC; }
p { color: rgb(254,244,188); }
H1.HeaderClassName
{
color: #FEF4BC;
}
.AnyTagClassName
{
color: #FEF4BC;
}
</style>
background-color css
<style>
a { background-color: #FEF4BC; }
a { background-color: rgb(254,244,188); }
div.DivClassName
{
background-color: #FEF4BC;
}
.BgClassName
{
background-color: #FEF4BC;
}
</style>
border-color css
<style>
span { border-color: #FEF4BC; }
span { border-color: rgb(254,244,188); }
td.TdClassName
{
border-color: #FEF4BC;
}
.TagClassName
{
border-color: #FEF4BC;
}
</style>