Shades of Corn Field #FEF5C6
Tints of Corn Field #FEF5C6
RGB
CMYK
RGB Variations
Color information
#FEF5C6 (or 0xFEF5C6) is known color: Corn Field. HEX triplet: FE, F5 and C6. RGB value is (254,245,198). Sum of RGB (Red+Green+Blue) = 254+245+198=697 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.44% from 697); Green value is 245 (96.09% from 255 or 35.15% from 697); Blue value is 198 (77.73% from 255 or 28.41% from 697); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5C6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF5C6 is #010A39. Grayscale: #F2F2F2. Windows color (decimal): -68154 or 13039102. OLE color: 13039102.
HSL color Cylindrical-coordinate representation of color #FEF5C6: hue angle of 50.36º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEF5C6 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 198 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.00 |
| HSL | 50.36º | 0.97% | 0.89% | - |
| HSV(B) | 50.36º | 0.22% | 1% | - |
| XYZ | 83.72 | 90.45 | 66.47 | - |
| YUV | 242.33 | 102.98 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 198 | 0 | 0.04 | 0.22 | 0.00 | 50.36 | 0.97 | 0.89 |
| Hex | FE | F5 | C6 | 0 | 4 | 16 | 0 | 32 | 61 | 59 |
| Octal | 376 | 365 | 306 | 0 | 4 | 26 | 0 | 62 | 141 | 131 |
| Binary | 11111110 | 11110101 | 11000110 | 0 | 100 | 10110 | 0 | 110010 | 1100001 | 1011001 |
Color Harmonies of #FEF5C6
Complementary color
Monochromatic Colors of #FEF5C6
Black with #FEF5C6
Text Example
Text Example
White with #FEF5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF5C6; }
p { color: rgb(254,245,198); }
H1.HeaderClassName
{
color: #FEF5C6;
}
.AnyTagClassName
{
color: #FEF5C6;
}
</style>
background-color css
<style>
a { background-color: #FEF5C6; }
a { background-color: rgb(254,245,198); }
div.DivClassName
{
background-color: #FEF5C6;
}
.BgClassName
{
background-color: #FEF5C6;
}
</style>
border-color css
<style>
span { border-color: #FEF5C6; }
span { border-color: rgb(254,245,198); }
td.TdClassName
{
border-color: #FEF5C6;
}
.TagClassName
{
border-color: #FEF5C6;
}
</style>