Shades of Corn Field #FEF6C1
Tints of Corn Field #FEF6C1
RGB
CMYK
RGB Variations
Color information
#FEF6C1 (or 0xFEF6C1) is known color: Corn Field. HEX triplet: FE, F6 and C1. RGB value is (254,246,193). Sum of RGB (Red+Green+Blue) = 254+246+193=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 246 (96.48% from 255 or 35.50% from 693); Blue value is 193 (75.78% from 255 or 27.85% from 693); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6C1 is #01093E. Grayscale: #F2F2F2. Windows color (decimal): -67903 or 12711678. OLE color: 12711678.
HSL color Cylindrical-coordinate representation of color #FEF6C1: hue angle of 52.13º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEF6C1 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 193 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.00 |
| HSL | 52.13º | 0.97% | 0.88% | - |
| HSV(B) | 52.13º | 0.24% | 1% | - |
| XYZ | 83.45 | 90.83 | 63.59 | - |
| YUV | 242.35 | 100.15 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 193 | 0 | 0.03 | 0.24 | 0.00 | 52.13 | 0.97 | 0.88 |
| Hex | FE | F6 | C1 | 0 | 3 | 18 | 0 | 34 | 61 | 58 |
| Octal | 376 | 366 | 301 | 0 | 3 | 30 | 0 | 64 | 141 | 130 |
| Binary | 11111110 | 11110110 | 11000001 | 0 | 11 | 11000 | 0 | 110100 | 1100001 | 1011000 |
Color Harmonies of #FEF6C1
Complementary color
Monochromatic Colors of #FEF6C1
Black with #FEF6C1
Text Example
Text Example
White with #FEF6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF6C1; }
p { color: rgb(254,246,193); }
H1.HeaderClassName
{
color: #FEF6C1;
}
.AnyTagClassName
{
color: #FEF6C1;
}
</style>
background-color css
<style>
a { background-color: #FEF6C1; }
a { background-color: rgb(254,246,193); }
div.DivClassName
{
background-color: #FEF6C1;
}
.BgClassName
{
background-color: #FEF6C1;
}
</style>
border-color css
<style>
span { border-color: #FEF6C1; }
span { border-color: rgb(254,246,193); }
td.TdClassName
{
border-color: #FEF6C1;
}
.TagClassName
{
border-color: #FEF6C1;
}
</style>