Shades of Corn Field #FEF6C6
Tints of Corn Field #FEF6C6
RGB
CMYK
RGB Variations
Color information
#FEF6C6 (or 0xFEF6C6) is known color: Corn Field. HEX triplet: FE, F6 and C6. RGB value is (254,246,198). Sum of RGB (Red+Green+Blue) = 254+246+198=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 246 (96.48% from 255 or 35.24% from 698); Blue value is 198 (77.73% from 255 or 28.37% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6C6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6C6 is #010939. Grayscale: #F3F3F3. Windows color (decimal): -67898 or 13039358. OLE color: 13039358.
HSL color Cylindrical-coordinate representation of color #FEF6C6: hue angle of 51.43º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEF6C6 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 198 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.00 |
| HSL | 51.43º | 0.97% | 0.89% | - |
| HSV(B) | 51.43º | 0.22% | 1% | - |
| XYZ | 84.02 | 91.06 | 66.57 | - |
| YUV | 242.92 | 102.65 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 198 | 0 | 0.03 | 0.22 | 0.00 | 51.43 | 0.97 | 0.89 |
| Hex | FE | F6 | C6 | 0 | 3 | 16 | 0 | 33 | 61 | 59 |
| Octal | 376 | 366 | 306 | 0 | 3 | 26 | 0 | 63 | 141 | 131 |
| Binary | 11111110 | 11110110 | 11000110 | 0 | 11 | 10110 | 0 | 110011 | 1100001 | 1011001 |
Color Harmonies of #FEF6C6
Complementary color
Monochromatic Colors of #FEF6C6
Black with #FEF6C6
Text Example
Text Example
White with #FEF6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF6C6; }
p { color: rgb(254,246,198); }
H1.HeaderClassName
{
color: #FEF6C6;
}
.AnyTagClassName
{
color: #FEF6C6;
}
</style>
background-color css
<style>
a { background-color: #FEF6C6; }
a { background-color: rgb(254,246,198); }
div.DivClassName
{
background-color: #FEF6C6;
}
.BgClassName
{
background-color: #FEF6C6;
}
</style>
border-color css
<style>
span { border-color: #FEF6C6; }
span { border-color: rgb(254,246,198); }
td.TdClassName
{
border-color: #FEF6C6;
}
.TagClassName
{
border-color: #FEF6C6;
}
</style>