Shades of Corn Field #FEF6C5
Tints of Corn Field #FEF6C5
RGB
CMYK
RGB Variations
Color information
#FEF6C5 (or 0xFEF6C5) is known color: Corn Field. HEX triplet: FE, F6 and C5. RGB value is (254,246,197). Sum of RGB (Red+Green+Blue) = 254+246+197=697 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.44% from 697); Green value is 246 (96.48% from 255 or 35.29% from 697); Blue value is 197 (77.34% from 255 or 28.26% from 697); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6C5 is #01093A. Grayscale: #F3F3F3. Windows color (decimal): -67899 or 12973822. OLE color: 12973822.
HSL color Cylindrical-coordinate representation of color #FEF6C5: hue angle of 51.58º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEF6C5 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 197 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.00 |
| HSL | 51.58º | 0.97% | 0.88% | - |
| HSV(B) | 51.58º | 0.22% | 1% | - |
| XYZ | 83.91 | 91.01 | 65.97 | - |
| YUV | 242.81 | 102.15 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 197 | 0 | 0.03 | 0.22 | 0.00 | 51.58 | 0.97 | 0.88 |
| Hex | FE | F6 | C5 | 0 | 3 | 16 | 0 | 34 | 61 | 58 |
| Octal | 376 | 366 | 305 | 0 | 3 | 26 | 0 | 64 | 141 | 130 |
| Binary | 11111110 | 11110110 | 11000101 | 0 | 11 | 10110 | 0 | 110100 | 1100001 | 1011000 |
Color Harmonies of #FEF6C5
Complementary color
Monochromatic Colors of #FEF6C5
Black with #FEF6C5
Text Example
Text Example
White with #FEF6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF6C5; }
p { color: rgb(254,246,197); }
H1.HeaderClassName
{
color: #FEF6C5;
}
.AnyTagClassName
{
color: #FEF6C5;
}
</style>
background-color css
<style>
a { background-color: #FEF6C5; }
a { background-color: rgb(254,246,197); }
div.DivClassName
{
background-color: #FEF6C5;
}
.BgClassName
{
background-color: #FEF6C5;
}
</style>
border-color css
<style>
span { border-color: #FEF6C5; }
span { border-color: rgb(254,246,197); }
td.TdClassName
{
border-color: #FEF6C5;
}
.TagClassName
{
border-color: #FEF6C5;
}
</style>