Shades of Corn Field #F2EDC3
Tints of Corn Field #F2EDC3
RGB
CMYK
RGB Variations
Color information
#F2EDC3 (or 0xF2EDC3) is known color: Corn Field. HEX triplet: F2, ED and C3. RGB value is (242,237,195). Sum of RGB (Red+Green+Blue) = 242+237+195=674 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.91% from 674); Green value is 237 (92.97% from 255 or 35.16% from 674); Blue value is 195 (76.56% from 255 or 28.93% from 674); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EDC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EDC3 is #0D123C. Grayscale: #E9E9E9. Windows color (decimal): -856637 or 12840434. OLE color: 12840434.
HSL color Cylindrical-coordinate representation of color #F2EDC3: hue angle of 53.62º 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 #F2EDC3 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 195 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.05 |
| HSL | 53.62º | 0.64% | 0.86% | - |
| HSV(B) | 53.62º | 0.19% | 0.95% | - |
| XYZ | 76.75 | 83.39 | 63.68 | - |
| YUV | 233.71 | 106.16 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 195 | 0 | 0.02 | 0.19 | 0.05 | 53.62 | 0.64 | 0.86 |
| Hex | F2 | ED | C3 | 0 | 2 | 13 | 5 | 36 | 40 | 56 |
| Octal | 362 | 355 | 303 | 0 | 2 | 23 | 5 | 66 | 100 | 126 |
| Binary | 11110010 | 11101101 | 11000011 | 0 | 10 | 10011 | 101 | 110110 | 1000000 | 1010110 |
Color Harmonies of #F2EDC3
Complementary color
Monochromatic Colors of #F2EDC3
Black with #F2EDC3
Text Example
Text Example
White with #F2EDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EDC3; }
p { color: rgb(242,237,195); }
H1.HeaderClassName
{
color: #F2EDC3;
}
.AnyTagClassName
{
color: #F2EDC3;
}
</style>
background-color css
<style>
a { background-color: #F2EDC3; }
a { background-color: rgb(242,237,195); }
div.DivClassName
{
background-color: #F2EDC3;
}
.BgClassName
{
background-color: #F2EDC3;
}
</style>
border-color css
<style>
span { border-color: #F2EDC3; }
span { border-color: rgb(242,237,195); }
td.TdClassName
{
border-color: #F2EDC3;
}
.TagClassName
{
border-color: #F2EDC3;
}
</style>