Shades of Corn Field #F2ECBC
Tints of Corn Field #F2ECBC
RGB
CMYK
RGB Variations
Color information
#F2ECBC (or 0xF2ECBC) is known color: Corn Field. HEX triplet: F2, EC and BC. RGB value is (242,236,188). Sum of RGB (Red+Green+Blue) = 242+236+188=666 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.34% from 666); Green value is 236 (92.58% from 255 or 35.44% from 666); Blue value is 188 (73.83% from 255 or 28.23% from 666); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ECBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2ECBC is #0D1343. Grayscale: #E8E8E8. Windows color (decimal): -856900 or 12381426. OLE color: 12381426.
HSL color Cylindrical-coordinate representation of color #F2ECBC: hue angle of 53.33º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2ECBC is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 188 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.05 |
| HSL | 53.33º | 0.68% | 0.84% | - |
| HSV(B) | 53.33º | 0.22% | 0.95% | - |
| XYZ | 75.69 | 82.5 | 59.51 | - |
| YUV | 232.32 | 102.99 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 188 | 0 | 0.02 | 0.22 | 0.05 | 53.33 | 0.68 | 0.84 |
| Hex | F2 | EC | BC | 0 | 2 | 16 | 5 | 35 | 44 | 54 |
| Octal | 362 | 354 | 274 | 0 | 2 | 26 | 5 | 65 | 104 | 124 |
| Binary | 11110010 | 11101100 | 10111100 | 0 | 10 | 10110 | 101 | 110101 | 1000100 | 1010100 |
Color Harmonies of #F2ECBC
Complementary color
Monochromatic Colors of #F2ECBC
Black with #F2ECBC
Text Example
Text Example
White with #F2ECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ECBC; }
p { color: rgb(242,236,188); }
H1.HeaderClassName
{
color: #F2ECBC;
}
.AnyTagClassName
{
color: #F2ECBC;
}
</style>
background-color css
<style>
a { background-color: #F2ECBC; }
a { background-color: rgb(242,236,188); }
div.DivClassName
{
background-color: #F2ECBC;
}
.BgClassName
{
background-color: #F2ECBC;
}
</style>
border-color css
<style>
span { border-color: #F2ECBC; }
span { border-color: rgb(242,236,188); }
td.TdClassName
{
border-color: #F2ECBC;
}
.TagClassName
{
border-color: #F2ECBC;
}
</style>