Shades of Corn Field #F6F1C3
Tints of Corn Field #F6F1C3
RGB
CMYK
RGB Variations
Color information
#F6F1C3 (or 0xF6F1C3) is known color: Corn Field. HEX triplet: F6, F1 and C3. RGB value is (246,241,195). Sum of RGB (Red+Green+Blue) = 246+241+195=682 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.07% from 682); Green value is 241 (94.53% from 255 or 35.34% from 682); Blue value is 195 (76.56% from 255 or 28.59% from 682); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F1C3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6F1C3 is #090E3C. Grayscale: #EDEDED. Windows color (decimal): -593469 or 12841462. OLE color: 12841462.
HSL color Cylindrical-coordinate representation of color #F6F1C3: hue angle of 54.12º degrees, saturation: 0.74, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F6F1C3 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 241 | 195 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.04 |
| HSL | 54.12º | 0.74% | 0.86% | - |
| HSV(B) | 54.12º | 0.21% | 0.96% | - |
| XYZ | 79.31 | 86.44 | 64.13 | - |
| YUV | 237.25 | 104.16 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 241 | 195 | 0 | 0.02 | 0.21 | 0.04 | 54.12 | 0.74 | 0.86 |
| Hex | F6 | F1 | C3 | 0 | 2 | 15 | 4 | 36 | 4A | 56 |
| Octal | 366 | 361 | 303 | 0 | 2 | 25 | 4 | 66 | 112 | 126 |
| Binary | 11110110 | 11110001 | 11000011 | 0 | 10 | 10101 | 100 | 110110 | 1001010 | 1010110 |
Color Harmonies of #F6F1C3
Complementary color
Monochromatic Colors of #F6F1C3
Black with #F6F1C3
Text Example
Text Example
White with #F6F1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F1C3; }
p { color: rgb(246,241,195); }
H1.HeaderClassName
{
color: #F6F1C3;
}
.AnyTagClassName
{
color: #F6F1C3;
}
</style>
background-color css
<style>
a { background-color: #F6F1C3; }
a { background-color: rgb(246,241,195); }
div.DivClassName
{
background-color: #F6F1C3;
}
.BgClassName
{
background-color: #F6F1C3;
}
</style>
border-color css
<style>
span { border-color: #F6F1C3; }
span { border-color: rgb(246,241,195); }
td.TdClassName
{
border-color: #F6F1C3;
}
.TagClassName
{
border-color: #F6F1C3;
}
</style>