Shades of Corn Field #F2EEC1
Tints of Corn Field #F2EEC1
RGB
CMYK
RGB Variations
Color information
#F2EEC1 (or 0xF2EEC1) is known color: Corn Field. HEX triplet: F2, EE and C1. RGB value is (242,238,193). Sum of RGB (Red+Green+Blue) = 242+238+193=673 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.96% from 673); Green value is 238 (93.36% from 255 or 35.36% from 673); Blue value is 193 (75.78% from 255 or 28.68% from 673); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EEC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EEC1 is #0D113E. Grayscale: #EAEAEA. Windows color (decimal): -856383 or 12709618. OLE color: 12709618.
HSL color Cylindrical-coordinate representation of color #F2EEC1: hue angle of 55.1º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F2EEC1 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 193 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.05 |
| HSL | 55.1º | 0.65% | 0.85% | - |
| HSV(B) | 55.1º | 0.2% | 0.95% | - |
| XYZ | 76.82 | 83.88 | 62.59 | - |
| YUV | 234.07 | 104.83 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 193 | 0 | 0.02 | 0.20 | 0.05 | 55.1 | 0.65 | 0.85 |
| Hex | F2 | EE | C1 | 0 | 2 | 14 | 5 | 37 | 41 | 55 |
| Octal | 362 | 356 | 301 | 0 | 2 | 24 | 5 | 67 | 101 | 125 |
| Binary | 11110010 | 11101110 | 11000001 | 0 | 10 | 10100 | 101 | 110111 | 1000001 | 1010101 |
Color Harmonies of #F2EEC1
Complementary color
Monochromatic Colors of #F2EEC1
Black with #F2EEC1
Text Example
Text Example
White with #F2EEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EEC1; }
p { color: rgb(242,238,193); }
H1.HeaderClassName
{
color: #F2EEC1;
}
.AnyTagClassName
{
color: #F2EEC1;
}
</style>
background-color css
<style>
a { background-color: #F2EEC1; }
a { background-color: rgb(242,238,193); }
div.DivClassName
{
background-color: #F2EEC1;
}
.BgClassName
{
background-color: #F2EEC1;
}
</style>
border-color css
<style>
span { border-color: #F2EEC1; }
span { border-color: rgb(242,238,193); }
td.TdClassName
{
border-color: #F2EEC1;
}
.TagClassName
{
border-color: #F2EEC1;
}
</style>