Shades of Corn Field #FEF6C0
Tints of Corn Field #FEF6C0
RGB
CMYK
RGB Variations
Color information
#FEF6C0 (or 0xFEF6C0) is known color: Corn Field. HEX triplet: FE, F6 and C0. RGB value is (254,246,192). Sum of RGB (Red+Green+Blue) = 254+246+192=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 246 (96.48% from 255 or 35.55% from 692); Blue value is 192 (75.39% from 255 or 27.75% from 692); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6C0 is #01093F. Grayscale: #F2F2F2. Windows color (decimal): -67904 or 12646142. OLE color: 12646142.
HSL color Cylindrical-coordinate representation of color #FEF6C0: hue angle of 52.26º 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 #FEF6C0 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 192 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.00 |
| HSL | 52.26º | 0.97% | 0.87% | - |
| HSV(B) | 52.26º | 0.24% | 1% | - |
| XYZ | 83.34 | 90.79 | 63 | - |
| YUV | 242.24 | 99.65 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 192 | 0 | 0.03 | 0.24 | 0.00 | 52.26 | 0.97 | 0.87 |
| Hex | FE | F6 | C0 | 0 | 3 | 18 | 0 | 34 | 61 | 57 |
| Octal | 376 | 366 | 300 | 0 | 3 | 30 | 0 | 64 | 141 | 127 |
| Binary | 11111110 | 11110110 | 11000000 | 0 | 11 | 11000 | 0 | 110100 | 1100001 | 1010111 |
Color Harmonies of #FEF6C0
Complementary color
Monochromatic Colors of #FEF6C0
Black with #FEF6C0
Text Example
Text Example
White with #FEF6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF6C0; }
p { color: rgb(254,246,192); }
H1.HeaderClassName
{
color: #FEF6C0;
}
.AnyTagClassName
{
color: #FEF6C0;
}
</style>
background-color css
<style>
a { background-color: #FEF6C0; }
a { background-color: rgb(254,246,192); }
div.DivClassName
{
background-color: #FEF6C0;
}
.BgClassName
{
background-color: #FEF6C0;
}
</style>
border-color css
<style>
span { border-color: #FEF6C0; }
span { border-color: rgb(254,246,192); }
td.TdClassName
{
border-color: #FEF6C0;
}
.TagClassName
{
border-color: #FEF6C0;
}
</style>