Shades of Corn Field #FDF6BC
Tints of Corn Field #FDF6BC
RGB
CMYK
RGB Variations
Color information
#FDF6BC (or 0xFDF6BC) is known color: Corn Field. HEX triplet: FD, F6 and BC. RGB value is (253,246,188). Sum of RGB (Red+Green+Blue) = 253+246+188=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 246 (96.48% from 255 or 35.81% from 687); Blue value is 188 (73.83% from 255 or 27.37% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF6BC is #020943. Grayscale: #F1F1F1. Windows color (decimal): -133444 or 12383997. OLE color: 12383997.
HSL color Cylindrical-coordinate representation of color #FDF6BC: hue angle of 53.54º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDF6BC is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 188 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.01 |
| HSL | 53.54º | 0.94% | 0.86% | - |
| HSV(B) | 53.54º | 0.26% | 0.99% | - |
| XYZ | 82.54 | 90.43 | 60.68 | - |
| YUV | 241.48 | 97.82 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 188 | 0 | 0.03 | 0.26 | 0.01 | 53.54 | 0.94 | 0.86 |
| Hex | FD | F6 | BC | 0 | 3 | 1A | 1 | 36 | 5E | 56 |
| Octal | 375 | 366 | 274 | 0 | 3 | 32 | 1 | 66 | 136 | 126 |
| Binary | 11111101 | 11110110 | 10111100 | 0 | 11 | 11010 | 1 | 110110 | 1011110 | 1010110 |
Color Harmonies of #FDF6BC
Complementary color
Monochromatic Colors of #FDF6BC
Black with #FDF6BC
Text Example
Text Example
White with #FDF6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF6BC; }
p { color: rgb(253,246,188); }
H1.HeaderClassName
{
color: #FDF6BC;
}
.AnyTagClassName
{
color: #FDF6BC;
}
</style>
background-color css
<style>
a { background-color: #FDF6BC; }
a { background-color: rgb(253,246,188); }
div.DivClassName
{
background-color: #FDF6BC;
}
.BgClassName
{
background-color: #FDF6BC;
}
</style>
border-color css
<style>
span { border-color: #FDF6BC; }
span { border-color: rgb(253,246,188); }
td.TdClassName
{
border-color: #FDF6BC;
}
.TagClassName
{
border-color: #FDF6BC;
}
</style>