Shades of Corn Field #FFF6C5
Tints of Corn Field #FFF6C5
RGB
CMYK
RGB Variations
Color information
#FFF6C5 (or 0xFFF6C5) is known color: Corn Field. HEX triplet: FF, F6 and C5. RGB value is (255,246,197). Sum of RGB (Red+Green+Blue) = 255+246+197=698 (92% of max value = 765). Red value is 255 (100% from 255 or 36.53% from 698); Green value is 246 (96.48% from 255 or 35.24% from 698); Blue value is 197 (77.34% from 255 or 28.22% from 698); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF6C5 is #00093A. Grayscale: #F3F3F3. Windows color (decimal): -2363 or 12973823. OLE color: 12973823.
HSL color Cylindrical-coordinate representation of color #FFF6C5: hue angle of 50.69º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFF6C5 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 197 | - |
| CMYK | 0 | 0.04 | 0.23 | 0 |
| HSL | 50.69º | 1% | 0.89% | - |
| HSV(B) | 50.69º | 0.23% | 1% | - |
| XYZ | 84.27 | 91.2 | 65.99 | - |
| YUV | 243.11 | 101.98 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 197 | 0 | 0.04 | 0.23 | 0 | 50.69 | 1 | 0.89 |
| Hex | FF | F6 | C5 | 0 | 4 | 17 | 0 | 33 | 64 | 59 |
| Octal | 377 | 366 | 305 | 0 | 4 | 27 | 0 | 63 | 144 | 131 |
| Binary | 11111111 | 11110110 | 11000101 | 0 | 100 | 10111 | 0 | 110011 | 1100100 | 1011001 |
Color Harmonies of #FFF6C5
Complementary color
Monochromatic Colors of #FFF6C5
Black with #FFF6C5
Text Example
Text Example
White with #FFF6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF6C5; }
p { color: rgb(255,246,197); }
H1.HeaderClassName
{
color: #FFF6C5;
}
.AnyTagClassName
{
color: #FFF6C5;
}
</style>
background-color css
<style>
a { background-color: #FFF6C5; }
a { background-color: rgb(255,246,197); }
div.DivClassName
{
background-color: #FFF6C5;
}
.BgClassName
{
background-color: #FFF6C5;
}
</style>
border-color css
<style>
span { border-color: #FFF6C5; }
span { border-color: rgb(255,246,197); }
td.TdClassName
{
border-color: #FFF6C5;
}
.TagClassName
{
border-color: #FFF6C5;
}
</style>