Shades of Corn Field #FEF8C1
Tints of Corn Field #FEF8C1
RGB
CMYK
RGB Variations
Color information
#FEF8C1 (or 0xFEF8C1) is known color: Corn Field. HEX triplet: FE, F8 and C1. RGB value is (254,248,193). Sum of RGB (Red+Green+Blue) = 254+248+193=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 248 (97.27% from 255 or 35.68% from 695); Blue value is 193 (75.78% from 255 or 27.77% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF8C1 is #01073E. Grayscale: #F3F3F3. Windows color (decimal): -67391 or 12712190. OLE color: 12712190.
HSL color Cylindrical-coordinate representation of color #FEF8C1: hue angle of 54.1º 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 #FEF8C1 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 193 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.00 |
| HSL | 54.1º | 0.97% | 0.88% | - |
| HSV(B) | 54.1º | 0.24% | 1% | - |
| XYZ | 84.07 | 92.06 | 63.79 | - |
| YUV | 243.52 | 99.49 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 193 | 0 | 0.02 | 0.24 | 0.00 | 54.1 | 0.97 | 0.88 |
| Hex | FE | F8 | C1 | 0 | 2 | 18 | 0 | 36 | 61 | 58 |
| Octal | 376 | 370 | 301 | 0 | 2 | 30 | 0 | 66 | 141 | 130 |
| Binary | 11111110 | 11111000 | 11000001 | 0 | 10 | 11000 | 0 | 110110 | 1100001 | 1011000 |
Color Harmonies of #FEF8C1
Complementary color
Monochromatic Colors of #FEF8C1
Black with #FEF8C1
Text Example
Text Example
White with #FEF8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF8C1; }
p { color: rgb(254,248,193); }
H1.HeaderClassName
{
color: #FEF8C1;
}
.AnyTagClassName
{
color: #FEF8C1;
}
</style>
background-color css
<style>
a { background-color: #FEF8C1; }
a { background-color: rgb(254,248,193); }
div.DivClassName
{
background-color: #FEF8C1;
}
.BgClassName
{
background-color: #FEF8C1;
}
</style>
border-color css
<style>
span { border-color: #FEF8C1; }
span { border-color: rgb(254,248,193); }
td.TdClassName
{
border-color: #FEF8C1;
}
.TagClassName
{
border-color: #FEF8C1;
}
</style>