Shades of Corn Field #FEF2BB
Tints of Corn Field #FEF2BB
RGB
CMYK
RGB Variations
Color information
#FEF2BB (or 0xFEF2BB) is known color: Corn Field. HEX triplet: FE, F2 and BB. RGB value is (254,242,187). Sum of RGB (Red+Green+Blue) = 254+242+187=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 242 (94.92% from 255 or 35.43% from 683); Blue value is 187 (73.44% from 255 or 27.38% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2BB is #010D44. Grayscale: #EFEFEF. Windows color (decimal): -68933 or 12317438. OLE color: 12317438.
HSL color Cylindrical-coordinate representation of color #FEF2BB: hue angle of 49.25º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEF2BB is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 187 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.00 |
| HSL | 49.25º | 0.97% | 0.86% | - |
| HSV(B) | 49.25º | 0.26% | 1% | - |
| XYZ | 81.59 | 88.16 | 59.73 | - |
| YUV | 239.32 | 98.48 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 187 | 0 | 0.05 | 0.26 | 0.00 | 49.25 | 0.97 | 0.86 |
| Hex | FE | F2 | BB | 0 | 5 | 1A | 0 | 31 | 61 | 56 |
| Octal | 376 | 362 | 273 | 0 | 5 | 32 | 0 | 61 | 141 | 126 |
| Binary | 11111110 | 11110010 | 10111011 | 0 | 101 | 11010 | 0 | 110001 | 1100001 | 1010110 |
Color Harmonies of #FEF2BB
Complementary color
Monochromatic Colors of #FEF2BB
Black with #FEF2BB
Text Example
Text Example
White with #FEF2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF2BB; }
p { color: rgb(254,242,187); }
H1.HeaderClassName
{
color: #FEF2BB;
}
.AnyTagClassName
{
color: #FEF2BB;
}
</style>
background-color css
<style>
a { background-color: #FEF2BB; }
a { background-color: rgb(254,242,187); }
div.DivClassName
{
background-color: #FEF2BB;
}
.BgClassName
{
background-color: #FEF2BB;
}
</style>
border-color css
<style>
span { border-color: #FEF2BB; }
span { border-color: rgb(254,242,187); }
td.TdClassName
{
border-color: #FEF2BB;
}
.TagClassName
{
border-color: #FEF2BB;
}
</style>