Shades of Corn Field #FEF4B8
Tints of Corn Field #FEF4B8
RGB
CMYK
RGB Variations
Color information
#FEF4B8 (or 0xFEF4B8) is known color: Corn Field. HEX triplet: FE, F4 and B8. RGB value is (254,244,184). Sum of RGB (Red+Green+Blue) = 254+244+184=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 244 (95.70% from 255 or 35.78% from 682); Blue value is 184 (72.27% from 255 or 26.98% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF4B8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF4B8 is #010B47. Grayscale: #F0F0F0. Windows color (decimal): -68424 or 12121342. OLE color: 12121342.
HSL color Cylindrical-coordinate representation of color #FEF4B8: hue angle of 51.43º 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 #FEF4B8 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 244 | 184 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.00 |
| HSL | 51.43º | 0.97% | 0.86% | - |
| HSV(B) | 51.43º | 0.28% | 1% | - |
| XYZ | 81.88 | 89.23 | 58.26 | - |
| YUV | 240.15 | 96.31 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 184 | 0 | 0.04 | 0.28 | 0.00 | 51.43 | 0.97 | 0.86 |
| Hex | FE | F4 | B8 | 0 | 4 | 1C | 0 | 33 | 61 | 56 |
| Octal | 376 | 364 | 270 | 0 | 4 | 34 | 0 | 63 | 141 | 126 |
| Binary | 11111110 | 11110100 | 10111000 | 0 | 100 | 11100 | 0 | 110011 | 1100001 | 1010110 |
Color Harmonies of #FEF4B8
Complementary color
Monochromatic Colors of #FEF4B8
Black with #FEF4B8
Text Example
Text Example
White with #FEF4B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF4B8; }
p { color: rgb(254,244,184); }
H1.HeaderClassName
{
color: #FEF4B8;
}
.AnyTagClassName
{
color: #FEF4B8;
}
</style>
background-color css
<style>
a { background-color: #FEF4B8; }
a { background-color: rgb(254,244,184); }
div.DivClassName
{
background-color: #FEF4B8;
}
.BgClassName
{
background-color: #FEF4B8;
}
</style>
border-color css
<style>
span { border-color: #FEF4B8; }
span { border-color: rgb(254,244,184); }
td.TdClassName
{
border-color: #FEF4B8;
}
.TagClassName
{
border-color: #FEF4B8;
}
</style>