Shades of Corn Field #FDF6BA
Tints of Corn Field #FDF6BA
RGB
CMYK
RGB Variations
Color information
#FDF6BA (or 0xFDF6BA) is known color: Corn Field. HEX triplet: FD, F6 and BA. RGB value is (253,246,186). Sum of RGB (Red+Green+Blue) = 253+246+186=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 246 (96.48% from 255 or 35.91% from 685); Blue value is 186 (73.05% from 255 or 27.15% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF6BA is #020945. Grayscale: #F1F1F1. Windows color (decimal): -133446 or 12252925. OLE color: 12252925.
HSL color Cylindrical-coordinate representation of color #FDF6BA: hue angle of 53.73º 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 #FDF6BA is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 186 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.01 |
| HSL | 53.73º | 0.94% | 0.86% | - |
| HSV(B) | 53.73º | 0.26% | 0.99% | - |
| XYZ | 82.33 | 90.34 | 59.55 | - |
| YUV | 241.25 | 96.82 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 186 | 0 | 0.03 | 0.26 | 0.01 | 53.73 | 0.94 | 0.86 |
| Hex | FD | F6 | BA | 0 | 3 | 1A | 1 | 36 | 5E | 56 |
| Octal | 375 | 366 | 272 | 0 | 3 | 32 | 1 | 66 | 136 | 126 |
| Binary | 11111101 | 11110110 | 10111010 | 0 | 11 | 11010 | 1 | 110110 | 1011110 | 1010110 |
Color Harmonies of #FDF6BA
Complementary color
Monochromatic Colors of #FDF6BA
Black with #FDF6BA
Text Example
Text Example
White with #FDF6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF6BA; }
p { color: rgb(253,246,186); }
H1.HeaderClassName
{
color: #FDF6BA;
}
.AnyTagClassName
{
color: #FDF6BA;
}
</style>
background-color css
<style>
a { background-color: #FDF6BA; }
a { background-color: rgb(253,246,186); }
div.DivClassName
{
background-color: #FDF6BA;
}
.BgClassName
{
background-color: #FDF6BA;
}
</style>
border-color css
<style>
span { border-color: #FDF6BA; }
span { border-color: rgb(253,246,186); }
td.TdClassName
{
border-color: #FDF6BA;
}
.TagClassName
{
border-color: #FDF6BA;
}
</style>