Shades of Corn Field #FEF2BD
Tints of Corn Field #FEF2BD
RGB
CMYK
RGB Variations
Color information
#FEF2BD (or 0xFEF2BD) is known color: Corn Field. HEX triplet: FE, F2 and BD. RGB value is (254,242,189). Sum of RGB (Red+Green+Blue) = 254+242+189=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 242 (94.92% from 255 or 35.33% from 685); Blue value is 189 (74.22% from 255 or 27.59% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2BD is #010D42. Grayscale: #EFEFEF. Windows color (decimal): -68931 or 12448510. OLE color: 12448510.
HSL color Cylindrical-coordinate representation of color #FEF2BD: hue angle of 48.92º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEF2BD is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 189 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.00 |
| HSL | 48.92º | 0.97% | 0.87% | - |
| HSV(B) | 48.92º | 0.26% | 1% | - |
| XYZ | 81.81 | 88.25 | 60.87 | - |
| YUV | 239.55 | 99.48 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 189 | 0 | 0.05 | 0.26 | 0.00 | 48.92 | 0.97 | 0.87 |
| Hex | FE | F2 | BD | 0 | 5 | 1A | 0 | 31 | 61 | 57 |
| Octal | 376 | 362 | 275 | 0 | 5 | 32 | 0 | 61 | 141 | 127 |
| Binary | 11111110 | 11110010 | 10111101 | 0 | 101 | 11010 | 0 | 110001 | 1100001 | 1010111 |
Color Harmonies of #FEF2BD
Complementary color
Monochromatic Colors of #FEF2BD
Black with #FEF2BD
Text Example
Text Example
White with #FEF2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF2BD; }
p { color: rgb(254,242,189); }
H1.HeaderClassName
{
color: #FEF2BD;
}
.AnyTagClassName
{
color: #FEF2BD;
}
</style>
background-color css
<style>
a { background-color: #FEF2BD; }
a { background-color: rgb(254,242,189); }
div.DivClassName
{
background-color: #FEF2BD;
}
.BgClassName
{
background-color: #FEF2BD;
}
</style>
border-color css
<style>
span { border-color: #FEF2BD; }
span { border-color: rgb(254,242,189); }
td.TdClassName
{
border-color: #FEF2BD;
}
.TagClassName
{
border-color: #FEF2BD;
}
</style>