Shades of Corn Field #FEF6BB
Tints of Corn Field #FEF6BB
RGB
CMYK
RGB Variations
Color information
#FEF6BB (or 0xFEF6BB) is known color: Corn Field. HEX triplet: FE, F6 and BB. RGB value is (254,246,187). Sum of RGB (Red+Green+Blue) = 254+246+187=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 246 (96.48% from 255 or 35.81% from 687); Blue value is 187 (73.44% from 255 or 27.22% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6BB is #010944. Grayscale: #F1F1F1. Windows color (decimal): -67909 or 12318462. OLE color: 12318462.
HSL color Cylindrical-coordinate representation of color #FEF6BB: hue angle of 52.84º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEF6BB is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 187 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.00 |
| HSL | 52.84º | 0.97% | 0.86% | - |
| HSV(B) | 52.84º | 0.26% | 1% | - |
| XYZ | 82.8 | 90.57 | 60.13 | - |
| YUV | 241.67 | 97.15 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 187 | 0 | 0.03 | 0.26 | 0.00 | 52.84 | 0.97 | 0.86 |
| Hex | FE | F6 | BB | 0 | 3 | 1A | 0 | 35 | 61 | 56 |
| Octal | 376 | 366 | 273 | 0 | 3 | 32 | 0 | 65 | 141 | 126 |
| Binary | 11111110 | 11110110 | 10111011 | 0 | 11 | 11010 | 0 | 110101 | 1100001 | 1010110 |
Color Harmonies of #FEF6BB
Complementary color
Monochromatic Colors of #FEF6BB
Black with #FEF6BB
Text Example
Text Example
White with #FEF6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF6BB; }
p { color: rgb(254,246,187); }
H1.HeaderClassName
{
color: #FEF6BB;
}
.AnyTagClassName
{
color: #FEF6BB;
}
</style>
background-color css
<style>
a { background-color: #FEF6BB; }
a { background-color: rgb(254,246,187); }
div.DivClassName
{
background-color: #FEF6BB;
}
.BgClassName
{
background-color: #FEF6BB;
}
</style>
border-color css
<style>
span { border-color: #FEF6BB; }
span { border-color: rgb(254,246,187); }
td.TdClassName
{
border-color: #FEF6BB;
}
.TagClassName
{
border-color: #FEF6BB;
}
</style>