Shades of Corn Field #FFF6B6
Tints of Corn Field #FFF6B6
RGB
CMYK
RGB Variations
Color information
#FFF6B6 (or 0xFFF6B6) is known color: Corn Field. HEX triplet: FF, F6 and B6. RGB value is (255,246,182). Sum of RGB (Red+Green+Blue) = 255+246+182=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 246 (96.48% from 255 or 36.02% from 683); Blue value is 182 (71.48% from 255 or 26.65% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6B6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF6B6 is #000949. Grayscale: #F1F1F1. Windows color (decimal): -2378 or 11990783. OLE color: 11990783.
HSL color Cylindrical-coordinate representation of color #FFF6B6: hue angle of 52.6º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFF6B6 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 182 | - |
| CMYK | 0 | 0.04 | 0.29 | 0 |
| HSL | 52.6º | 1% | 0.86% | - |
| HSV(B) | 52.6º | 0.29% | 1% | - |
| XYZ | 82.64 | 90.55 | 57.38 | - |
| YUV | 241.4 | 94.48 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 182 | 0 | 0.04 | 0.29 | 0 | 52.6 | 1 | 0.86 |
| Hex | FF | F6 | B6 | 0 | 4 | 1D | 0 | 35 | 64 | 56 |
| Octal | 377 | 366 | 266 | 0 | 4 | 35 | 0 | 65 | 144 | 126 |
| Binary | 11111111 | 11110110 | 10110110 | 0 | 100 | 11101 | 0 | 110101 | 1100100 | 1010110 |
Color Harmonies of #FFF6B6
Complementary color
Monochromatic Colors of #FFF6B6
Black with #FFF6B6
Text Example
Text Example
White with #FFF6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF6B6; }
p { color: rgb(255,246,182); }
H1.HeaderClassName
{
color: #FFF6B6;
}
.AnyTagClassName
{
color: #FFF6B6;
}
</style>
background-color css
<style>
a { background-color: #FFF6B6; }
a { background-color: rgb(255,246,182); }
div.DivClassName
{
background-color: #FFF6B6;
}
.BgClassName
{
background-color: #FFF6B6;
}
</style>
border-color css
<style>
span { border-color: #FFF6B6; }
span { border-color: rgb(255,246,182); }
td.TdClassName
{
border-color: #FFF6B6;
}
.TagClassName
{
border-color: #FFF6B6;
}
</style>