Shades of Corn Field #FDF4BC
Tints of Corn Field #FDF4BC
RGB
CMYK
RGB Variations
Color information
#FDF4BC (or 0xFDF4BC) is known color: Corn Field. HEX triplet: FD, F4 and BC. RGB value is (253,244,188). Sum of RGB (Red+Green+Blue) = 253+244+188=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 244 (95.70% from 255 or 35.62% from 685); Blue value is 188 (73.83% from 255 or 27.45% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF4BC is #020B43. Grayscale: #F0F0F0. Windows color (decimal): -133956 or 12383485. OLE color: 12383485.
HSL color Cylindrical-coordinate representation of color #FDF4BC: hue angle of 51.69º 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 #FDF4BC is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 244 | 188 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.01 |
| HSL | 51.69º | 0.94% | 0.86% | - |
| HSV(B) | 51.69º | 0.26% | 0.99% | - |
| XYZ | 81.94 | 89.21 | 60.48 | - |
| YUV | 240.31 | 98.48 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 244 | 188 | 0 | 0.04 | 0.26 | 0.01 | 51.69 | 0.94 | 0.86 |
| Hex | FD | F4 | BC | 0 | 4 | 1A | 1 | 34 | 5E | 56 |
| Octal | 375 | 364 | 274 | 0 | 4 | 32 | 1 | 64 | 136 | 126 |
| Binary | 11111101 | 11110100 | 10111100 | 0 | 100 | 11010 | 1 | 110100 | 1011110 | 1010110 |
Color Harmonies of #FDF4BC
Complementary color
Monochromatic Colors of #FDF4BC
Black with #FDF4BC
Text Example
Text Example
White with #FDF4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF4BC; }
p { color: rgb(253,244,188); }
H1.HeaderClassName
{
color: #FDF4BC;
}
.AnyTagClassName
{
color: #FDF4BC;
}
</style>
background-color css
<style>
a { background-color: #FDF4BC; }
a { background-color: rgb(253,244,188); }
div.DivClassName
{
background-color: #FDF4BC;
}
.BgClassName
{
background-color: #FDF4BC;
}
</style>
border-color css
<style>
span { border-color: #FDF4BC; }
span { border-color: rgb(253,244,188); }
td.TdClassName
{
border-color: #FDF4BC;
}
.TagClassName
{
border-color: #FDF4BC;
}
</style>