Shades of Corn Field #FEF8B9
Tints of Corn Field #FEF8B9
RGB
CMYK
RGB Variations
Color information
#FEF8B9 (or 0xFEF8B9) is known color: Corn Field. HEX triplet: FE, F8 and B9. RGB value is (254,248,185). Sum of RGB (Red+Green+Blue) = 254+248+185=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 248 (97.27% from 255 or 36.10% from 687); Blue value is 185 (72.66% from 255 or 26.93% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF8B9 is #010746. Grayscale: #F2F2F2. Windows color (decimal): -67399 or 12187902. OLE color: 12187902.
HSL color Cylindrical-coordinate representation of color #FEF8B9: hue angle of 54.78º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEF8B9 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 185 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.00 |
| HSL | 54.78º | 0.97% | 0.86% | - |
| HSV(B) | 54.78º | 0.27% | 1% | - |
| XYZ | 83.2 | 91.71 | 59.22 | - |
| YUV | 242.61 | 95.49 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 185 | 0 | 0.02 | 0.27 | 0.00 | 54.78 | 0.97 | 0.86 |
| Hex | FE | F8 | B9 | 0 | 2 | 1B | 0 | 37 | 61 | 56 |
| Octal | 376 | 370 | 271 | 0 | 2 | 33 | 0 | 67 | 141 | 126 |
| Binary | 11111110 | 11111000 | 10111001 | 0 | 10 | 11011 | 0 | 110111 | 1100001 | 1010110 |
Color Harmonies of #FEF8B9
Complementary color
Monochromatic Colors of #FEF8B9
Black with #FEF8B9
Text Example
Text Example
White with #FEF8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF8B9; }
p { color: rgb(254,248,185); }
H1.HeaderClassName
{
color: #FEF8B9;
}
.AnyTagClassName
{
color: #FEF8B9;
}
</style>
background-color css
<style>
a { background-color: #FEF8B9; }
a { background-color: rgb(254,248,185); }
div.DivClassName
{
background-color: #FEF8B9;
}
.BgClassName
{
background-color: #FEF8B9;
}
</style>
border-color css
<style>
span { border-color: #FEF8B9; }
span { border-color: rgb(254,248,185); }
td.TdClassName
{
border-color: #FEF8B9;
}
.TagClassName
{
border-color: #FEF8B9;
}
</style>