Shades of Corn Field #FDF4BB
Tints of Corn Field #FDF4BB
RGB
CMYK
RGB Variations
Color information
#FDF4BB (or 0xFDF4BB) is known color: Corn Field. HEX triplet: FD, F4 and BB. RGB value is (253,244,187). Sum of RGB (Red+Green+Blue) = 253+244+187=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 244 (95.70% from 255 or 35.67% from 684); Blue value is 187 (73.44% from 255 or 27.34% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF4BB is #020B44. Grayscale: #F0F0F0. Windows color (decimal): -133957 or 12317949. OLE color: 12317949.
HSL color Cylindrical-coordinate representation of color #FDF4BB: hue angle of 51.82º 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 #FDF4BB is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 244 | 187 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.01 |
| HSL | 51.82º | 0.94% | 0.86% | - |
| HSV(B) | 51.82º | 0.26% | 0.99% | - |
| XYZ | 81.83 | 89.17 | 59.91 | - |
| YUV | 240.19 | 97.98 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 244 | 187 | 0 | 0.04 | 0.26 | 0.01 | 51.82 | 0.94 | 0.86 |
| Hex | FD | F4 | BB | 0 | 4 | 1A | 1 | 34 | 5E | 56 |
| Octal | 375 | 364 | 273 | 0 | 4 | 32 | 1 | 64 | 136 | 126 |
| Binary | 11111101 | 11110100 | 10111011 | 0 | 100 | 11010 | 1 | 110100 | 1011110 | 1010110 |
Color Harmonies of #FDF4BB
Complementary color
Monochromatic Colors of #FDF4BB
Black with #FDF4BB
Text Example
Text Example
White with #FDF4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF4BB; }
p { color: rgb(253,244,187); }
H1.HeaderClassName
{
color: #FDF4BB;
}
.AnyTagClassName
{
color: #FDF4BB;
}
</style>
background-color css
<style>
a { background-color: #FDF4BB; }
a { background-color: rgb(253,244,187); }
div.DivClassName
{
background-color: #FDF4BB;
}
.BgClassName
{
background-color: #FDF4BB;
}
</style>
border-color css
<style>
span { border-color: #FDF4BB; }
span { border-color: rgb(253,244,187); }
td.TdClassName
{
border-color: #FDF4BB;
}
.TagClassName
{
border-color: #FDF4BB;
}
</style>