Shades of Corn Field #FEF5BF
Tints of Corn Field #FEF5BF
RGB
CMYK
RGB Variations
Color information
#FEF5BF (or 0xFEF5BF) is known color: Corn Field. HEX triplet: FE, F5 and BF. RGB value is (254,245,191). Sum of RGB (Red+Green+Blue) = 254+245+191=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 245 (96.09% from 255 or 35.51% from 690); Blue value is 191 (75% from 255 or 27.68% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF5BF is #010A40. Grayscale: #F1F1F1. Windows color (decimal): -68161 or 12580350. OLE color: 12580350.
HSL color Cylindrical-coordinate representation of color #FEF5BF: hue angle of 51.43º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FEF5BF is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 191 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.00 |
| HSL | 51.43º | 0.97% | 0.87% | - |
| HSV(B) | 51.43º | 0.25% | 1% | - |
| XYZ | 82.93 | 90.14 | 62.32 | - |
| YUV | 241.54 | 99.48 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 191 | 0 | 0.04 | 0.25 | 0.00 | 51.43 | 0.97 | 0.87 |
| Hex | FE | F5 | BF | 0 | 4 | 19 | 0 | 33 | 61 | 57 |
| Octal | 376 | 365 | 277 | 0 | 4 | 31 | 0 | 63 | 141 | 127 |
| Binary | 11111110 | 11110101 | 10111111 | 0 | 100 | 11001 | 0 | 110011 | 1100001 | 1010111 |
Color Harmonies of #FEF5BF
Complementary color
Monochromatic Colors of #FEF5BF
Black with #FEF5BF
Text Example
Text Example
White with #FEF5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF5BF; }
p { color: rgb(254,245,191); }
H1.HeaderClassName
{
color: #FEF5BF;
}
.AnyTagClassName
{
color: #FEF5BF;
}
</style>
background-color css
<style>
a { background-color: #FEF5BF; }
a { background-color: rgb(254,245,191); }
div.DivClassName
{
background-color: #FEF5BF;
}
.BgClassName
{
background-color: #FEF5BF;
}
</style>
border-color css
<style>
span { border-color: #FEF5BF; }
span { border-color: rgb(254,245,191); }
td.TdClassName
{
border-color: #FEF5BF;
}
.TagClassName
{
border-color: #FEF5BF;
}
</style>