Shades of Corn Field #FDF5B9
Tints of Corn Field #FDF5B9
RGB
CMYK
RGB Variations
Color information
#FDF5B9 (or 0xFDF5B9) is known color: Corn Field. HEX triplet: FD, F5 and B9. RGB value is (253,245,185). Sum of RGB (Red+Green+Blue) = 253+245+185=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 245 (96.09% from 255 or 35.87% from 683); Blue value is 185 (72.66% from 255 or 27.09% from 683); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF5B9 is #020A46. Grayscale: #F0F0F0. Windows color (decimal): -133703 or 12187133. OLE color: 12187133.
HSL color Cylindrical-coordinate representation of color #FDF5B9: hue angle of 52.94º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FDF5B9 is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 185 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.01 |
| HSL | 52.94º | 0.94% | 0.86% | - |
| HSV(B) | 52.94º | 0.27% | 0.99% | - |
| XYZ | 81.92 | 89.69 | 58.89 | - |
| YUV | 240.55 | 96.65 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 185 | 0 | 0.03 | 0.27 | 0.01 | 52.94 | 0.94 | 0.86 |
| Hex | FD | F5 | B9 | 0 | 3 | 1B | 1 | 35 | 5E | 56 |
| Octal | 375 | 365 | 271 | 0 | 3 | 33 | 1 | 65 | 136 | 126 |
| Binary | 11111101 | 11110101 | 10111001 | 0 | 11 | 11011 | 1 | 110101 | 1011110 | 1010110 |
Color Harmonies of #FDF5B9
Complementary color
Monochromatic Colors of #FDF5B9
Black with #FDF5B9
Text Example
Text Example
White with #FDF5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF5B9; }
p { color: rgb(253,245,185); }
H1.HeaderClassName
{
color: #FDF5B9;
}
.AnyTagClassName
{
color: #FDF5B9;
}
</style>
background-color css
<style>
a { background-color: #FDF5B9; }
a { background-color: rgb(253,245,185); }
div.DivClassName
{
background-color: #FDF5B9;
}
.BgClassName
{
background-color: #FDF5B9;
}
</style>
border-color css
<style>
span { border-color: #FDF5B9; }
span { border-color: rgb(253,245,185); }
td.TdClassName
{
border-color: #FDF5B9;
}
.TagClassName
{
border-color: #FDF5B9;
}
</style>