Shades of Corn Field #FEF3BF
Tints of Corn Field #FEF3BF
RGB
CMYK
RGB Variations
Color information
#FEF3BF (or 0xFEF3BF) is known color: Corn Field. HEX triplet: FE, F3 and BF. RGB value is (254,243,191). Sum of RGB (Red+Green+Blue) = 254+243+191=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 243 (95.31% from 255 or 35.32% from 688); Blue value is 191 (75% from 255 or 27.76% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF3BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF3BF is #010C40. Grayscale: #F0F0F0. Windows color (decimal): -68673 or 12579838. OLE color: 12579838.
HSL color Cylindrical-coordinate representation of color #FEF3BF: hue angle of 49.52º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FEF3BF is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 191 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.00 |
| HSL | 49.52º | 0.97% | 0.87% | - |
| HSV(B) | 49.52º | 0.25% | 1% | - |
| XYZ | 82.33 | 88.93 | 62.12 | - |
| YUV | 240.36 | 100.14 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 191 | 0 | 0.04 | 0.25 | 0.00 | 49.52 | 0.97 | 0.87 |
| Hex | FE | F3 | BF | 0 | 4 | 19 | 0 | 32 | 61 | 57 |
| Octal | 376 | 363 | 277 | 0 | 4 | 31 | 0 | 62 | 141 | 127 |
| Binary | 11111110 | 11110011 | 10111111 | 0 | 100 | 11001 | 0 | 110010 | 1100001 | 1010111 |
Color Harmonies of #FEF3BF
Complementary color
Monochromatic Colors of #FEF3BF
Black with #FEF3BF
Text Example
Text Example
White with #FEF3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF3BF; }
p { color: rgb(254,243,191); }
H1.HeaderClassName
{
color: #FEF3BF;
}
.AnyTagClassName
{
color: #FEF3BF;
}
</style>
background-color css
<style>
a { background-color: #FEF3BF; }
a { background-color: rgb(254,243,191); }
div.DivClassName
{
background-color: #FEF3BF;
}
.BgClassName
{
background-color: #FEF3BF;
}
</style>
border-color css
<style>
span { border-color: #FEF3BF; }
span { border-color: rgb(254,243,191); }
td.TdClassName
{
border-color: #FEF3BF;
}
.TagClassName
{
border-color: #FEF3BF;
}
</style>