Shades of Corn Field #FEF5B8
Tints of Corn Field #FEF5B8
RGB
CMYK
RGB Variations
Color information
#FEF5B8 (or 0xFEF5B8) is known color: Corn Field. HEX triplet: FE, F5 and B8. RGB value is (254,245,184). Sum of RGB (Red+Green+Blue) = 254+245+184=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 245 (96.09% from 255 or 35.87% from 683); Blue value is 184 (72.27% from 255 or 26.94% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5B8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF5B8 is #010A47. Grayscale: #F0F0F0. Windows color (decimal): -68168 or 12121598. OLE color: 12121598.
HSL color Cylindrical-coordinate representation of color #FEF5B8: hue angle of 52.29º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEF5B8 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 184 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.00 |
| HSL | 52.29º | 0.97% | 0.86% | - |
| HSV(B) | 52.29º | 0.28% | 1% | - |
| XYZ | 82.18 | 89.84 | 58.36 | - |
| YUV | 240.74 | 95.98 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 184 | 0 | 0.04 | 0.28 | 0.00 | 52.29 | 0.97 | 0.86 |
| Hex | FE | F5 | B8 | 0 | 4 | 1C | 0 | 34 | 61 | 56 |
| Octal | 376 | 365 | 270 | 0 | 4 | 34 | 0 | 64 | 141 | 126 |
| Binary | 11111110 | 11110101 | 10111000 | 0 | 100 | 11100 | 0 | 110100 | 1100001 | 1010110 |
Color Harmonies of #FEF5B8
Complementary color
Monochromatic Colors of #FEF5B8
Black with #FEF5B8
Text Example
Text Example
White with #FEF5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF5B8; }
p { color: rgb(254,245,184); }
H1.HeaderClassName
{
color: #FEF5B8;
}
.AnyTagClassName
{
color: #FEF5B8;
}
</style>
background-color css
<style>
a { background-color: #FEF5B8; }
a { background-color: rgb(254,245,184); }
div.DivClassName
{
background-color: #FEF5B8;
}
.BgClassName
{
background-color: #FEF5B8;
}
</style>
border-color css
<style>
span { border-color: #FEF5B8; }
span { border-color: rgb(254,245,184); }
td.TdClassName
{
border-color: #FEF5B8;
}
.TagClassName
{
border-color: #FEF5B8;
}
</style>