Shades of Corn Field #FEF3BD
Tints of Corn Field #FEF3BD
RGB
CMYK
RGB Variations
Color information
#FEF3BD (or 0xFEF3BD) is known color: Corn Field. HEX triplet: FE, F3 and BD. RGB value is (254,243,189). Sum of RGB (Red+Green+Blue) = 254+243+189=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 243 (95.31% from 255 or 35.42% from 686); Blue value is 189 (74.22% from 255 or 27.55% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF3BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF3BD is #010C42. Grayscale: #F0F0F0. Windows color (decimal): -68675 or 12448766. OLE color: 12448766.
HSL color Cylindrical-coordinate representation of color #FEF3BD: hue angle of 49.85º 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 #FEF3BD is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 189 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.00 |
| HSL | 49.85º | 0.97% | 0.87% | - |
| HSV(B) | 49.85º | 0.26% | 1% | - |
| XYZ | 82.11 | 88.85 | 60.97 | - |
| YUV | 240.13 | 99.14 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 189 | 0 | 0.04 | 0.26 | 0.00 | 49.85 | 0.97 | 0.87 |
| Hex | FE | F3 | BD | 0 | 4 | 1A | 0 | 32 | 61 | 57 |
| Octal | 376 | 363 | 275 | 0 | 4 | 32 | 0 | 62 | 141 | 127 |
| Binary | 11111110 | 11110011 | 10111101 | 0 | 100 | 11010 | 0 | 110010 | 1100001 | 1010111 |
Color Harmonies of #FEF3BD
Complementary color
Monochromatic Colors of #FEF3BD
Black with #FEF3BD
Text Example
Text Example
White with #FEF3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF3BD; }
p { color: rgb(254,243,189); }
H1.HeaderClassName
{
color: #FEF3BD;
}
.AnyTagClassName
{
color: #FEF3BD;
}
</style>
background-color css
<style>
a { background-color: #FEF3BD; }
a { background-color: rgb(254,243,189); }
div.DivClassName
{
background-color: #FEF3BD;
}
.BgClassName
{
background-color: #FEF3BD;
}
</style>
border-color css
<style>
span { border-color: #FEF3BD; }
span { border-color: rgb(254,243,189); }
td.TdClassName
{
border-color: #FEF3BD;
}
.TagClassName
{
border-color: #FEF3BD;
}
</style>