Shades of Corn Field #F4F1C6
Tints of Corn Field #F4F1C6
RGB
CMYK
RGB Variations
Color information
#F4F1C6 (or 0xF4F1C6) is known color: Corn Field. HEX triplet: F4, F1 and C6. RGB value is (244,241,198). Sum of RGB (Red+Green+Blue) = 244+241+198=683 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.72% from 683); Green value is 241 (94.53% from 255 or 35.29% from 683); Blue value is 198 (77.73% from 255 or 28.99% from 683); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F1C6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4F1C6 is #0B0E39. Grayscale: #EDEDED. Windows color (decimal): -724538 or 13038068. OLE color: 13038068.
HSL color Cylindrical-coordinate representation of color #F4F1C6: hue angle of 56.09º degrees, saturation: 0.68, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F4F1C6 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 241 | 198 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.04 |
| HSL | 56.09º | 0.68% | 0.87% | - |
| HSV(B) | 56.09º | 0.19% | 0.96% | - |
| XYZ | 78.96 | 86.22 | 65.91 | - |
| YUV | 237 | 105.99 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 241 | 198 | 0 | 0.01 | 0.19 | 0.04 | 56.09 | 0.68 | 0.87 |
| Hex | F4 | F1 | C6 | 0 | 1 | 13 | 4 | 38 | 44 | 57 |
| Octal | 364 | 361 | 306 | 0 | 1 | 23 | 4 | 70 | 104 | 127 |
| Binary | 11110100 | 11110001 | 11000110 | 0 | 1 | 10011 | 100 | 111000 | 1000100 | 1010111 |
Color Harmonies of #F4F1C6
Complementary color
Monochromatic Colors of #F4F1C6
Black with #F4F1C6
Text Example
Text Example
White with #F4F1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F1C6; }
p { color: rgb(244,241,198); }
H1.HeaderClassName
{
color: #F4F1C6;
}
.AnyTagClassName
{
color: #F4F1C6;
}
</style>
background-color css
<style>
a { background-color: #F4F1C6; }
a { background-color: rgb(244,241,198); }
div.DivClassName
{
background-color: #F4F1C6;
}
.BgClassName
{
background-color: #F4F1C6;
}
</style>
border-color css
<style>
span { border-color: #F4F1C6; }
span { border-color: rgb(244,241,198); }
td.TdClassName
{
border-color: #F4F1C6;
}
.TagClassName
{
border-color: #F4F1C6;
}
</style>