Shades of Corn Field #FDF5BC
Tints of Corn Field #FDF5BC
RGB
CMYK
RGB Variations
Color information
#FDF5BC (or 0xFDF5BC) is known color: Corn Field. HEX triplet: FD, F5 and BC. RGB value is (253,245,188). Sum of RGB (Red+Green+Blue) = 253+245+188=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 245 (96.09% from 255 or 35.71% from 686); Blue value is 188 (73.83% from 255 or 27.41% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF5BC is #020A43. Grayscale: #F1F1F1. Windows color (decimal): -133700 or 12383741. OLE color: 12383741.
HSL color Cylindrical-coordinate representation of color #FDF5BC: hue angle of 52.62º 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 #FDF5BC is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 188 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.01 |
| HSL | 52.62º | 0.94% | 0.86% | - |
| HSV(B) | 52.62º | 0.26% | 0.99% | - |
| XYZ | 82.24 | 89.82 | 60.58 | - |
| YUV | 240.89 | 98.15 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 188 | 0 | 0.03 | 0.26 | 0.01 | 52.62 | 0.94 | 0.86 |
| Hex | FD | F5 | BC | 0 | 3 | 1A | 1 | 35 | 5E | 56 |
| Octal | 375 | 365 | 274 | 0 | 3 | 32 | 1 | 65 | 136 | 126 |
| Binary | 11111101 | 11110101 | 10111100 | 0 | 11 | 11010 | 1 | 110101 | 1011110 | 1010110 |
Color Harmonies of #FDF5BC
Complementary color
Monochromatic Colors of #FDF5BC
Black with #FDF5BC
Text Example
Text Example
White with #FDF5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF5BC; }
p { color: rgb(253,245,188); }
H1.HeaderClassName
{
color: #FDF5BC;
}
.AnyTagClassName
{
color: #FDF5BC;
}
</style>
background-color css
<style>
a { background-color: #FDF5BC; }
a { background-color: rgb(253,245,188); }
div.DivClassName
{
background-color: #FDF5BC;
}
.BgClassName
{
background-color: #FDF5BC;
}
</style>
border-color css
<style>
span { border-color: #FDF5BC; }
span { border-color: rgb(253,245,188); }
td.TdClassName
{
border-color: #FDF5BC;
}
.TagClassName
{
border-color: #FDF5BC;
}
</style>