Shades of Corn Field #F2ECC0
Tints of Corn Field #F2ECC0
RGB
CMYK
RGB Variations
Color information
#F2ECC0 (or 0xF2ECC0) is known color: Corn Field. HEX triplet: F2, EC and C0. RGB value is (242,236,192). Sum of RGB (Red+Green+Blue) = 242+236+192=670 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.12% from 670); Green value is 236 (92.58% from 255 or 35.22% from 670); Blue value is 192 (75.39% from 255 or 28.66% from 670); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ECC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2ECC0 is #0D133F. Grayscale: #E8E8E8. Windows color (decimal): -856896 or 12643570. OLE color: 12643570.
HSL color Cylindrical-coordinate representation of color #F2ECC0: hue angle of 52.8º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2ECC0 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 192 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.05 |
| HSL | 52.8º | 0.66% | 0.85% | - |
| HSV(B) | 52.8º | 0.21% | 0.95% | - |
| XYZ | 76.13 | 82.67 | 61.81 | - |
| YUV | 232.78 | 104.99 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 192 | 0 | 0.02 | 0.21 | 0.05 | 52.8 | 0.66 | 0.85 |
| Hex | F2 | EC | C0 | 0 | 2 | 15 | 5 | 35 | 42 | 55 |
| Octal | 362 | 354 | 300 | 0 | 2 | 25 | 5 | 65 | 102 | 125 |
| Binary | 11110010 | 11101100 | 11000000 | 0 | 10 | 10101 | 101 | 110101 | 1000010 | 1010101 |
Color Harmonies of #F2ECC0
Complementary color
Monochromatic Colors of #F2ECC0
Black with #F2ECC0
Text Example
Text Example
White with #F2ECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ECC0; }
p { color: rgb(242,236,192); }
H1.HeaderClassName
{
color: #F2ECC0;
}
.AnyTagClassName
{
color: #F2ECC0;
}
</style>
background-color css
<style>
a { background-color: #F2ECC0; }
a { background-color: rgb(242,236,192); }
div.DivClassName
{
background-color: #F2ECC0;
}
.BgClassName
{
background-color: #F2ECC0;
}
</style>
border-color css
<style>
span { border-color: #F2ECC0; }
span { border-color: rgb(242,236,192); }
td.TdClassName
{
border-color: #F2ECC0;
}
.TagClassName
{
border-color: #F2ECC0;
}
</style>