Shades of Corn Field #FEF5C4
Tints of Corn Field #FEF5C4
RGB
CMYK
RGB Variations
Color information
#FEF5C4 (or 0xFEF5C4) is known color: Corn Field. HEX triplet: FE, F5 and C4. RGB value is (254,245,196). Sum of RGB (Red+Green+Blue) = 254+245+196=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 245 (96.09% from 255 or 35.25% from 695); Blue value is 196 (76.95% from 255 or 28.20% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF5C4 is #010A3B. Grayscale: #F2F2F2. Windows color (decimal): -68156 or 12908030. OLE color: 12908030.
HSL color Cylindrical-coordinate representation of color #FEF5C4: hue angle of 50.69º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FEF5C4 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 196 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.00 |
| HSL | 50.69º | 0.97% | 0.88% | - |
| HSV(B) | 50.69º | 0.23% | 1% | - |
| XYZ | 83.49 | 90.36 | 65.27 | - |
| YUV | 242.11 | 101.98 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 196 | 0 | 0.04 | 0.23 | 0.00 | 50.69 | 0.97 | 0.88 |
| Hex | FE | F5 | C4 | 0 | 4 | 17 | 0 | 33 | 61 | 58 |
| Octal | 376 | 365 | 304 | 0 | 4 | 27 | 0 | 63 | 141 | 130 |
| Binary | 11111110 | 11110101 | 11000100 | 0 | 100 | 10111 | 0 | 110011 | 1100001 | 1011000 |
Color Harmonies of #FEF5C4
Complementary color
Monochromatic Colors of #FEF5C4
Black with #FEF5C4
Text Example
Text Example
White with #FEF5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF5C4; }
p { color: rgb(254,245,196); }
H1.HeaderClassName
{
color: #FEF5C4;
}
.AnyTagClassName
{
color: #FEF5C4;
}
</style>
background-color css
<style>
a { background-color: #FEF5C4; }
a { background-color: rgb(254,245,196); }
div.DivClassName
{
background-color: #FEF5C4;
}
.BgClassName
{
background-color: #FEF5C4;
}
</style>
border-color css
<style>
span { border-color: #FEF5C4; }
span { border-color: rgb(254,245,196); }
td.TdClassName
{
border-color: #FEF5C4;
}
.TagClassName
{
border-color: #FEF5C4;
}
</style>