Shades of Corn Field #F2EDC6
Tints of Corn Field #F2EDC6
RGB
CMYK
RGB Variations
Color information
#F2EDC6 (or 0xF2EDC6) is known color: Corn Field. HEX triplet: F2, ED and C6. RGB value is (242,237,198). Sum of RGB (Red+Green+Blue) = 242+237+198=677 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.75% from 677); Green value is 237 (92.97% from 255 or 35.01% from 677); Blue value is 198 (77.73% from 255 or 29.25% from 677); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EDC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EDC6 is #0D1239. Grayscale: #EAEAEA. Windows color (decimal): -856634 or 13037042. OLE color: 13037042.
HSL color Cylindrical-coordinate representation of color #F2EDC6: hue angle of 53.18º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F2EDC6 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 198 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.05 |
| HSL | 53.18º | 0.63% | 0.86% | - |
| HSV(B) | 53.18º | 0.18% | 0.95% | - |
| XYZ | 77.1 | 83.52 | 65.48 | - |
| YUV | 234.05 | 107.66 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 198 | 0 | 0.02 | 0.18 | 0.05 | 53.18 | 0.63 | 0.86 |
| Hex | F2 | ED | C6 | 0 | 2 | 12 | 5 | 35 | 3F | 56 |
| Octal | 362 | 355 | 306 | 0 | 2 | 22 | 5 | 65 | 77 | 126 |
| Binary | 11110010 | 11101101 | 11000110 | 0 | 10 | 10010 | 101 | 110101 | 111111 | 1010110 |
Color Harmonies of #F2EDC6
Complementary color
Monochromatic Colors of #F2EDC6
Black with #F2EDC6
Text Example
Text Example
White with #F2EDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EDC6; }
p { color: rgb(242,237,198); }
H1.HeaderClassName
{
color: #F2EDC6;
}
.AnyTagClassName
{
color: #F2EDC6;
}
</style>
background-color css
<style>
a { background-color: #F2EDC6; }
a { background-color: rgb(242,237,198); }
div.DivClassName
{
background-color: #F2EDC6;
}
.BgClassName
{
background-color: #F2EDC6;
}
</style>
border-color css
<style>
span { border-color: #F2EDC6; }
span { border-color: rgb(242,237,198); }
td.TdClassName
{
border-color: #F2EDC6;
}
.TagClassName
{
border-color: #F2EDC6;
}
</style>