Shades of Corn Field #F2EDBF
Tints of Corn Field #F2EDBF
RGB
CMYK
RGB Variations
Color information
#F2EDBF (or 0xF2EDBF) is known color: Corn Field. HEX triplet: F2, ED and BF. RGB value is (242,237,191). Sum of RGB (Red+Green+Blue) = 242+237+191=670 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.12% from 670); Green value is 237 (92.97% from 255 or 35.37% from 670); Blue value is 191 (75% from 255 or 28.51% from 670); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EDBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EDBF is #0D1240. Grayscale: #E9E9E9. Windows color (decimal): -856641 or 12578290. OLE color: 12578290.
HSL color Cylindrical-coordinate representation of color #F2EDBF: hue angle of 54.12º 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 #F2EDBF is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 191 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.05 |
| HSL | 54.12º | 0.66% | 0.85% | - |
| HSV(B) | 54.12º | 0.21% | 0.95% | - |
| XYZ | 76.31 | 83.21 | 61.33 | - |
| YUV | 233.25 | 104.16 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 191 | 0 | 0.02 | 0.21 | 0.05 | 54.12 | 0.66 | 0.85 |
| Hex | F2 | ED | BF | 0 | 2 | 15 | 5 | 36 | 42 | 55 |
| Octal | 362 | 355 | 277 | 0 | 2 | 25 | 5 | 66 | 102 | 125 |
| Binary | 11110010 | 11101101 | 10111111 | 0 | 10 | 10101 | 101 | 110110 | 1000010 | 1010101 |
Color Harmonies of #F2EDBF
Complementary color
Monochromatic Colors of #F2EDBF
Black with #F2EDBF
Text Example
Text Example
White with #F2EDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EDBF; }
p { color: rgb(242,237,191); }
H1.HeaderClassName
{
color: #F2EDBF;
}
.AnyTagClassName
{
color: #F2EDBF;
}
</style>
background-color css
<style>
a { background-color: #F2EDBF; }
a { background-color: rgb(242,237,191); }
div.DivClassName
{
background-color: #F2EDBF;
}
.BgClassName
{
background-color: #F2EDBF;
}
</style>
border-color css
<style>
span { border-color: #F2EDBF; }
span { border-color: rgb(242,237,191); }
td.TdClassName
{
border-color: #F2EDBF;
}
.TagClassName
{
border-color: #F2EDBF;
}
</style>