Shades of Corn Field #FEF5BB
Tints of Corn Field #FEF5BB
RGB
CMYK
RGB Variations
Color information
#FEF5BB (or 0xFEF5BB) is known color: Corn Field. HEX triplet: FE, F5 and BB. RGB value is (254,245,187). Sum of RGB (Red+Green+Blue) = 254+245+187=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 245 (96.09% from 255 or 35.71% from 686); Blue value is 187 (73.44% from 255 or 27.26% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF5BB is #010A44. Grayscale: #F1F1F1. Windows color (decimal): -68165 or 12318206. OLE color: 12318206.
HSL color Cylindrical-coordinate representation of color #FEF5BB: hue angle of 51.94º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEF5BB is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 187 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.00 |
| HSL | 51.94º | 0.97% | 0.86% | - |
| HSV(B) | 51.94º | 0.26% | 1% | - |
| XYZ | 82.5 | 89.96 | 60.03 | - |
| YUV | 241.08 | 97.48 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 187 | 0 | 0.04 | 0.26 | 0.00 | 51.94 | 0.97 | 0.86 |
| Hex | FE | F5 | BB | 0 | 4 | 1A | 0 | 34 | 61 | 56 |
| Octal | 376 | 365 | 273 | 0 | 4 | 32 | 0 | 64 | 141 | 126 |
| Binary | 11111110 | 11110101 | 10111011 | 0 | 100 | 11010 | 0 | 110100 | 1100001 | 1010110 |
Color Harmonies of #FEF5BB
Complementary color
Monochromatic Colors of #FEF5BB
Black with #FEF5BB
Text Example
Text Example
White with #FEF5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF5BB; }
p { color: rgb(254,245,187); }
H1.HeaderClassName
{
color: #FEF5BB;
}
.AnyTagClassName
{
color: #FEF5BB;
}
</style>
background-color css
<style>
a { background-color: #FEF5BB; }
a { background-color: rgb(254,245,187); }
div.DivClassName
{
background-color: #FEF5BB;
}
.BgClassName
{
background-color: #FEF5BB;
}
</style>
border-color css
<style>
span { border-color: #FEF5BB; }
span { border-color: rgb(254,245,187); }
td.TdClassName
{
border-color: #FEF5BB;
}
.TagClassName
{
border-color: #FEF5BB;
}
</style>