Shades of Corn Field #FFF6C0
Tints of Corn Field #FFF6C0
RGB
CMYK
RGB Variations
Color information
#FFF6C0 (or 0xFFF6C0) is known color: Corn Field. HEX triplet: FF, F6 and C0. RGB value is (255,246,192). Sum of RGB (Red+Green+Blue) = 255+246+192=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 246 (96.48% from 255 or 35.50% from 693); Blue value is 192 (75.39% from 255 or 27.71% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF6C0 is #00093F. Grayscale: #F2F2F2. Windows color (decimal): -2368 or 12646143. OLE color: 12646143.
HSL color Cylindrical-coordinate representation of color #FFF6C0: hue angle of 51.43º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFF6C0 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 192 | - |
| CMYK | 0 | 0.04 | 0.25 | 0 |
| HSL | 51.43º | 1% | 0.88% | - |
| HSV(B) | 51.43º | 0.25% | 1% | - |
| XYZ | 83.71 | 90.98 | 63.02 | - |
| YUV | 242.54 | 99.48 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 192 | 0 | 0.04 | 0.25 | 0 | 51.43 | 1 | 0.88 |
| Hex | FF | F6 | C0 | 0 | 4 | 19 | 0 | 33 | 64 | 58 |
| Octal | 377 | 366 | 300 | 0 | 4 | 31 | 0 | 63 | 144 | 130 |
| Binary | 11111111 | 11110110 | 11000000 | 0 | 100 | 11001 | 0 | 110011 | 1100100 | 1011000 |
Color Harmonies of #FFF6C0
Complementary color
Monochromatic Colors of #FFF6C0
Black with #FFF6C0
Text Example
Text Example
White with #FFF6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF6C0; }
p { color: rgb(255,246,192); }
H1.HeaderClassName
{
color: #FFF6C0;
}
.AnyTagClassName
{
color: #FFF6C0;
}
</style>
background-color css
<style>
a { background-color: #FFF6C0; }
a { background-color: rgb(255,246,192); }
div.DivClassName
{
background-color: #FFF6C0;
}
.BgClassName
{
background-color: #FFF6C0;
}
</style>
border-color css
<style>
span { border-color: #FFF6C0; }
span { border-color: rgb(255,246,192); }
td.TdClassName
{
border-color: #FFF6C0;
}
.TagClassName
{
border-color: #FFF6C0;
}
</style>