Shades of Corn Field #FEF4B6
Tints of Corn Field #FEF4B6
RGB
CMYK
RGB Variations
Color information
#FEF4B6 (or 0xFEF4B6) is known color: Corn Field. HEX triplet: FE, F4 and B6. RGB value is (254,244,182). Sum of RGB (Red+Green+Blue) = 254+244+182=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 244 (95.70% from 255 or 35.88% from 680); Blue value is 182 (71.48% from 255 or 26.76% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF4B6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF4B6 is #010B49. Grayscale: #F0F0F0. Windows color (decimal): -68426 or 11990270. OLE color: 11990270.
HSL color Cylindrical-coordinate representation of color #FEF4B6: hue angle of 51.67º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEF4B6 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 244 | 182 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.00 |
| HSL | 51.67º | 0.97% | 0.85% | - |
| HSV(B) | 51.67º | 0.28% | 1% | - |
| XYZ | 81.67 | 89.15 | 57.16 | - |
| YUV | 239.92 | 95.31 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 182 | 0 | 0.04 | 0.28 | 0.00 | 51.67 | 0.97 | 0.85 |
| Hex | FE | F4 | B6 | 0 | 4 | 1C | 0 | 34 | 61 | 55 |
| Octal | 376 | 364 | 266 | 0 | 4 | 34 | 0 | 64 | 141 | 125 |
| Binary | 11111110 | 11110100 | 10110110 | 0 | 100 | 11100 | 0 | 110100 | 1100001 | 1010101 |
Color Harmonies of #FEF4B6
Complementary color
Monochromatic Colors of #FEF4B6
Black with #FEF4B6
Text Example
Text Example
White with #FEF4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF4B6; }
p { color: rgb(254,244,182); }
H1.HeaderClassName
{
color: #FEF4B6;
}
.AnyTagClassName
{
color: #FEF4B6;
}
</style>
background-color css
<style>
a { background-color: #FEF4B6; }
a { background-color: rgb(254,244,182); }
div.DivClassName
{
background-color: #FEF4B6;
}
.BgClassName
{
background-color: #FEF4B6;
}
</style>
border-color css
<style>
span { border-color: #FEF4B6; }
span { border-color: rgb(254,244,182); }
td.TdClassName
{
border-color: #FEF4B6;
}
.TagClassName
{
border-color: #FEF4B6;
}
</style>