Shades of Corn Field #FEF2BC
Tints of Corn Field #FEF2BC
RGB
CMYK
RGB Variations
Color information
#FEF2BC (or 0xFEF2BC) is known color: Corn Field. HEX triplet: FE, F2 and BC. RGB value is (254,242,188). Sum of RGB (Red+Green+Blue) = 254+242+188=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 242 (94.92% from 255 or 35.38% from 684); Blue value is 188 (73.83% from 255 or 27.49% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2BC is #010D43. Grayscale: #EFEFEF. Windows color (decimal): -68932 or 12382974. OLE color: 12382974.
HSL color Cylindrical-coordinate representation of color #FEF2BC: hue angle of 49.09º 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 #FEF2BC is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 188 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.00 |
| HSL | 49.09º | 0.97% | 0.87% | - |
| HSV(B) | 49.09º | 0.26% | 1% | - |
| XYZ | 81.7 | 88.21 | 60.3 | - |
| YUV | 239.43 | 98.98 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 188 | 0 | 0.05 | 0.26 | 0.00 | 49.09 | 0.97 | 0.87 |
| Hex | FE | F2 | BC | 0 | 5 | 1A | 0 | 31 | 61 | 57 |
| Octal | 376 | 362 | 274 | 0 | 5 | 32 | 0 | 61 | 141 | 127 |
| Binary | 11111110 | 11110010 | 10111100 | 0 | 101 | 11010 | 0 | 110001 | 1100001 | 1010111 |
Color Harmonies of #FEF2BC
Complementary color
Monochromatic Colors of #FEF2BC
Black with #FEF2BC
Text Example
Text Example
White with #FEF2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF2BC; }
p { color: rgb(254,242,188); }
H1.HeaderClassName
{
color: #FEF2BC;
}
.AnyTagClassName
{
color: #FEF2BC;
}
</style>
background-color css
<style>
a { background-color: #FEF2BC; }
a { background-color: rgb(254,242,188); }
div.DivClassName
{
background-color: #FEF2BC;
}
.BgClassName
{
background-color: #FEF2BC;
}
</style>
border-color css
<style>
span { border-color: #FEF2BC; }
span { border-color: rgb(254,242,188); }
td.TdClassName
{
border-color: #FEF2BC;
}
.TagClassName
{
border-color: #FEF2BC;
}
</style>