Shades of Corn Field #FDF1BC
Tints of Corn Field #FDF1BC
RGB
CMYK
RGB Variations
Color information
#FDF1BC (or 0xFDF1BC) is known color: Corn Field. HEX triplet: FD, F1 and BC. RGB value is (253,241,188). Sum of RGB (Red+Green+Blue) = 253+241+188=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 241 (94.53% from 255 or 35.34% from 682); Blue value is 188 (73.83% from 255 or 27.57% from 682); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF1BC is #020E43. Grayscale: #EEEEEE. Windows color (decimal): -134724 or 12382717. OLE color: 12382717.
HSL color Cylindrical-coordinate representation of color #FDF1BC: hue angle of 48.92º 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 #FDF1BC is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 188 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.01 |
| HSL | 48.92º | 0.94% | 0.86% | - |
| HSV(B) | 48.92º | 0.26% | 0.99% | - |
| XYZ | 81.04 | 87.42 | 60.18 | - |
| YUV | 238.55 | 99.48 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 188 | 0 | 0.05 | 0.26 | 0.01 | 48.92 | 0.94 | 0.86 |
| Hex | FD | F1 | BC | 0 | 5 | 1A | 1 | 31 | 5E | 56 |
| Octal | 375 | 361 | 274 | 0 | 5 | 32 | 1 | 61 | 136 | 126 |
| Binary | 11111101 | 11110001 | 10111100 | 0 | 101 | 11010 | 1 | 110001 | 1011110 | 1010110 |
Color Harmonies of #FDF1BC
Complementary color
Monochromatic Colors of #FDF1BC
Black with #FDF1BC
Text Example
Text Example
White with #FDF1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF1BC; }
p { color: rgb(253,241,188); }
H1.HeaderClassName
{
color: #FDF1BC;
}
.AnyTagClassName
{
color: #FDF1BC;
}
</style>
background-color css
<style>
a { background-color: #FDF1BC; }
a { background-color: rgb(253,241,188); }
div.DivClassName
{
background-color: #FDF1BC;
}
.BgClassName
{
background-color: #FDF1BC;
}
</style>
border-color css
<style>
span { border-color: #FDF1BC; }
span { border-color: rgb(253,241,188); }
td.TdClassName
{
border-color: #FDF1BC;
}
.TagClassName
{
border-color: #FDF1BC;
}
</style>