Shades of Corn Field #F2EEC4
Tints of Corn Field #F2EEC4
RGB
CMYK
RGB Variations
Color information
#F2EEC4 (or 0xF2EEC4) is known color: Corn Field. HEX triplet: F2, EE and C4. RGB value is (242,238,196). Sum of RGB (Red+Green+Blue) = 242+238+196=676 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.80% from 676); Green value is 238 (93.36% from 255 or 35.21% from 676); Blue value is 196 (76.95% from 255 or 28.99% from 676); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EEC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EEC4 is #0D113B. Grayscale: #EAEAEA. Windows color (decimal): -856380 or 12906226. OLE color: 12906226.
HSL color Cylindrical-coordinate representation of color #F2EEC4: hue angle of 54.78º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F2EEC4 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 196 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.05 |
| HSL | 54.78º | 0.64% | 0.86% | - |
| HSV(B) | 54.78º | 0.19% | 0.95% | - |
| XYZ | 77.16 | 84.01 | 64.37 | - |
| YUV | 234.41 | 106.33 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 196 | 0 | 0.02 | 0.19 | 0.05 | 54.78 | 0.64 | 0.86 |
| Hex | F2 | EE | C4 | 0 | 2 | 13 | 5 | 37 | 40 | 56 |
| Octal | 362 | 356 | 304 | 0 | 2 | 23 | 5 | 67 | 100 | 126 |
| Binary | 11110010 | 11101110 | 11000100 | 0 | 10 | 10011 | 101 | 110111 | 1000000 | 1010110 |
Color Harmonies of #F2EEC4
Complementary color
Monochromatic Colors of #F2EEC4
Black with #F2EEC4
Text Example
Text Example
White with #F2EEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EEC4; }
p { color: rgb(242,238,196); }
H1.HeaderClassName
{
color: #F2EEC4;
}
.AnyTagClassName
{
color: #F2EEC4;
}
</style>
background-color css
<style>
a { background-color: #F2EEC4; }
a { background-color: rgb(242,238,196); }
div.DivClassName
{
background-color: #F2EEC4;
}
.BgClassName
{
background-color: #F2EEC4;
}
</style>
border-color css
<style>
span { border-color: #F2EEC4; }
span { border-color: rgb(242,238,196); }
td.TdClassName
{
border-color: #F2EEC4;
}
.TagClassName
{
border-color: #F2EEC4;
}
</style>