Shades of Corn Field #FEF4C5
Tints of Corn Field #FEF4C5
RGB
CMYK
RGB Variations
Color information
#FEF4C5 (or 0xFEF4C5) is known color: Corn Field. HEX triplet: FE, F4 and C5. RGB value is (254,244,197). Sum of RGB (Red+Green+Blue) = 254+244+197=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 244 (95.70% from 255 or 35.11% from 695); Blue value is 197 (77.34% from 255 or 28.35% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF4C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF4C5 is #010B3A. Grayscale: #F1F1F1. Windows color (decimal): -68411 or 12973310. OLE color: 12973310.
HSL color Cylindrical-coordinate representation of color #FEF4C5: hue angle of 49.47º 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 #FEF4C5 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 244 | 197 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.00 |
| HSL | 49.47º | 0.97% | 0.88% | - |
| HSV(B) | 49.47º | 0.22% | 1% | - |
| XYZ | 83.3 | 89.8 | 65.77 | - |
| YUV | 241.63 | 102.81 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 197 | 0 | 0.04 | 0.22 | 0.00 | 49.47 | 0.97 | 0.88 |
| Hex | FE | F4 | C5 | 0 | 4 | 16 | 0 | 31 | 61 | 58 |
| Octal | 376 | 364 | 305 | 0 | 4 | 26 | 0 | 61 | 141 | 130 |
| Binary | 11111110 | 11110100 | 11000101 | 0 | 100 | 10110 | 0 | 110001 | 1100001 | 1011000 |
Color Harmonies of #FEF4C5
Complementary color
Monochromatic Colors of #FEF4C5
Black with #FEF4C5
Text Example
Text Example
White with #FEF4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF4C5; }
p { color: rgb(254,244,197); }
H1.HeaderClassName
{
color: #FEF4C5;
}
.AnyTagClassName
{
color: #FEF4C5;
}
</style>
background-color css
<style>
a { background-color: #FEF4C5; }
a { background-color: rgb(254,244,197); }
div.DivClassName
{
background-color: #FEF4C5;
}
.BgClassName
{
background-color: #FEF4C5;
}
</style>
border-color css
<style>
span { border-color: #FEF4C5; }
span { border-color: rgb(254,244,197); }
td.TdClassName
{
border-color: #FEF4C5;
}
.TagClassName
{
border-color: #FEF4C5;
}
</style>