Shades of Corn Field #FDF5BA
Tints of Corn Field #FDF5BA
RGB
CMYK
RGB Variations
Color information
#FDF5BA (or 0xFDF5BA) is known color: Corn Field. HEX triplet: FD, F5 and BA. RGB value is (253,245,186). Sum of RGB (Red+Green+Blue) = 253+245+186=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 245 (96.09% from 255 or 35.82% from 684); Blue value is 186 (73.05% from 255 or 27.19% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF5BA is #020A45. Grayscale: #F0F0F0. Windows color (decimal): -133702 or 12252669. OLE color: 12252669.
HSL color Cylindrical-coordinate representation of color #FDF5BA: hue angle of 52.84º 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 #FDF5BA is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 186 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.01 |
| HSL | 52.84º | 0.94% | 0.86% | - |
| HSV(B) | 52.84º | 0.26% | 0.99% | - |
| XYZ | 82.02 | 89.73 | 59.45 | - |
| YUV | 240.67 | 97.15 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 186 | 0 | 0.03 | 0.26 | 0.01 | 52.84 | 0.94 | 0.86 |
| Hex | FD | F5 | BA | 0 | 3 | 1A | 1 | 35 | 5E | 56 |
| Octal | 375 | 365 | 272 | 0 | 3 | 32 | 1 | 65 | 136 | 126 |
| Binary | 11111101 | 11110101 | 10111010 | 0 | 11 | 11010 | 1 | 110101 | 1011110 | 1010110 |
Color Harmonies of #FDF5BA
Complementary color
Monochromatic Colors of #FDF5BA
Black with #FDF5BA
Text Example
Text Example
White with #FDF5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF5BA; }
p { color: rgb(253,245,186); }
H1.HeaderClassName
{
color: #FDF5BA;
}
.AnyTagClassName
{
color: #FDF5BA;
}
</style>
background-color css
<style>
a { background-color: #FDF5BA; }
a { background-color: rgb(253,245,186); }
div.DivClassName
{
background-color: #FDF5BA;
}
.BgClassName
{
background-color: #FDF5BA;
}
</style>
border-color css
<style>
span { border-color: #FDF5BA; }
span { border-color: rgb(253,245,186); }
td.TdClassName
{
border-color: #FDF5BA;
}
.TagClassName
{
border-color: #FDF5BA;
}
</style>