Shades of Corn Field #FEF6BC
Tints of Corn Field #FEF6BC
RGB
CMYK
RGB Variations
Color information
#FEF6BC (or 0xFEF6BC) is known color: Corn Field. HEX triplet: FE, F6 and BC. RGB value is (254,246,188). Sum of RGB (Red+Green+Blue) = 254+246+188=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 246 (96.48% from 255 or 35.76% from 688); Blue value is 188 (73.83% from 255 or 27.33% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6BC is #010943. Grayscale: #F2F2F2. Windows color (decimal): -67908 or 12383998. OLE color: 12383998.
HSL color Cylindrical-coordinate representation of color #FEF6BC: hue angle of 52.73º 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 #FEF6BC is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 188 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.00 |
| HSL | 52.73º | 0.97% | 0.87% | - |
| HSV(B) | 52.73º | 0.26% | 1% | - |
| XYZ | 82.91 | 90.61 | 60.7 | - |
| YUV | 241.78 | 97.65 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 188 | 0 | 0.03 | 0.26 | 0.00 | 52.73 | 0.97 | 0.87 |
| Hex | FE | F6 | BC | 0 | 3 | 1A | 0 | 35 | 61 | 57 |
| Octal | 376 | 366 | 274 | 0 | 3 | 32 | 0 | 65 | 141 | 127 |
| Binary | 11111110 | 11110110 | 10111100 | 0 | 11 | 11010 | 0 | 110101 | 1100001 | 1010111 |
Color Harmonies of #FEF6BC
Complementary color
Monochromatic Colors of #FEF6BC
Black with #FEF6BC
Text Example
Text Example
White with #FEF6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF6BC; }
p { color: rgb(254,246,188); }
H1.HeaderClassName
{
color: #FEF6BC;
}
.AnyTagClassName
{
color: #FEF6BC;
}
</style>
background-color css
<style>
a { background-color: #FEF6BC; }
a { background-color: rgb(254,246,188); }
div.DivClassName
{
background-color: #FEF6BC;
}
.BgClassName
{
background-color: #FEF6BC;
}
</style>
border-color css
<style>
span { border-color: #FEF6BC; }
span { border-color: rgb(254,246,188); }
td.TdClassName
{
border-color: #FEF6BC;
}
.TagClassName
{
border-color: #FEF6BC;
}
</style>