Shades of Corn Field #FEF8C0
Tints of Corn Field #FEF8C0
RGB
CMYK
RGB Variations
Color information
#FEF8C0 (or 0xFEF8C0) is known color: Corn Field. HEX triplet: FE, F8 and C0. RGB value is (254,248,192). Sum of RGB (Red+Green+Blue) = 254+248+192=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 248 (97.27% from 255 or 35.73% from 694); Blue value is 192 (75.39% from 255 or 27.67% from 694); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF8C0 is #01073F. Grayscale: #F3F3F3. Windows color (decimal): -67392 or 12646654. OLE color: 12646654.
HSL color Cylindrical-coordinate representation of color #FEF8C0: hue angle of 54.19º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEF8C0 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 192 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.00 |
| HSL | 54.19º | 0.97% | 0.87% | - |
| HSV(B) | 54.19º | 0.24% | 1% | - |
| XYZ | 83.95 | 92.01 | 63.2 | - |
| YUV | 243.41 | 98.99 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 192 | 0 | 0.02 | 0.24 | 0.00 | 54.19 | 0.97 | 0.87 |
| Hex | FE | F8 | C0 | 0 | 2 | 18 | 0 | 36 | 61 | 57 |
| Octal | 376 | 370 | 300 | 0 | 2 | 30 | 0 | 66 | 141 | 127 |
| Binary | 11111110 | 11111000 | 11000000 | 0 | 10 | 11000 | 0 | 110110 | 1100001 | 1010111 |
Color Harmonies of #FEF8C0
Complementary color
Monochromatic Colors of #FEF8C0
Black with #FEF8C0
Text Example
Text Example
White with #FEF8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF8C0; }
p { color: rgb(254,248,192); }
H1.HeaderClassName
{
color: #FEF8C0;
}
.AnyTagClassName
{
color: #FEF8C0;
}
</style>
background-color css
<style>
a { background-color: #FEF8C0; }
a { background-color: rgb(254,248,192); }
div.DivClassName
{
background-color: #FEF8C0;
}
.BgClassName
{
background-color: #FEF8C0;
}
</style>
border-color css
<style>
span { border-color: #FEF8C0; }
span { border-color: rgb(254,248,192); }
td.TdClassName
{
border-color: #FEF8C0;
}
.TagClassName
{
border-color: #FEF8C0;
}
</style>