Shades of Corn Field #FEF3BE
Tints of Corn Field #FEF3BE
RGB
CMYK
RGB Variations
Color information
#FEF3BE (or 0xFEF3BE) is known color: Corn Field. HEX triplet: FE, F3 and BE. RGB value is (254,243,190). Sum of RGB (Red+Green+Blue) = 254+243+190=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 243 (95.31% from 255 or 35.37% from 687); Blue value is 190 (74.61% from 255 or 27.66% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF3BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF3BE is #010C41. Grayscale: #F0F0F0. Windows color (decimal): -68674 or 12514302. OLE color: 12514302.
HSL color Cylindrical-coordinate representation of color #FEF3BE: hue angle of 49.69º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FEF3BE is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 190 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.00 |
| HSL | 49.69º | 0.97% | 0.87% | - |
| HSV(B) | 49.69º | 0.25% | 1% | - |
| XYZ | 82.22 | 88.89 | 61.54 | - |
| YUV | 240.25 | 99.64 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 190 | 0 | 0.04 | 0.25 | 0.00 | 49.69 | 0.97 | 0.87 |
| Hex | FE | F3 | BE | 0 | 4 | 19 | 0 | 32 | 61 | 57 |
| Octal | 376 | 363 | 276 | 0 | 4 | 31 | 0 | 62 | 141 | 127 |
| Binary | 11111110 | 11110011 | 10111110 | 0 | 100 | 11001 | 0 | 110010 | 1100001 | 1010111 |
Color Harmonies of #FEF3BE
Complementary color
Monochromatic Colors of #FEF3BE
Black with #FEF3BE
Text Example
Text Example
White with #FEF3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF3BE; }
p { color: rgb(254,243,190); }
H1.HeaderClassName
{
color: #FEF3BE;
}
.AnyTagClassName
{
color: #FEF3BE;
}
</style>
background-color css
<style>
a { background-color: #FEF3BE; }
a { background-color: rgb(254,243,190); }
div.DivClassName
{
background-color: #FEF3BE;
}
.BgClassName
{
background-color: #FEF3BE;
}
</style>
border-color css
<style>
span { border-color: #FEF3BE; }
span { border-color: rgb(254,243,190); }
td.TdClassName
{
border-color: #FEF3BE;
}
.TagClassName
{
border-color: #FEF3BE;
}
</style>