Shades of Corn Field #FDF3BB
Tints of Corn Field #FDF3BB
RGB
CMYK
RGB Variations
Color information
#FDF3BB (or 0xFDF3BB) is known color: Corn Field. HEX triplet: FD, F3 and BB. RGB value is (253,243,187). Sum of RGB (Red+Green+Blue) = 253+243+187=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 243 (95.31% from 255 or 35.58% from 683); Blue value is 187 (73.44% from 255 or 27.38% from 683); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF3BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF3BB is #020C44. Grayscale: #EFEFEF. Windows color (decimal): -134213 or 12317693. OLE color: 12317693.
HSL color Cylindrical-coordinate representation of color #FDF3BB: hue angle of 50.91º 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 #FDF3BB is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 187 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.01 |
| HSL | 50.91º | 0.94% | 0.86% | - |
| HSV(B) | 50.91º | 0.26% | 0.99% | - |
| XYZ | 81.53 | 88.57 | 59.81 | - |
| YUV | 239.61 | 98.31 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 187 | 0 | 0.04 | 0.26 | 0.01 | 50.91 | 0.94 | 0.86 |
| Hex | FD | F3 | BB | 0 | 4 | 1A | 1 | 33 | 5E | 56 |
| Octal | 375 | 363 | 273 | 0 | 4 | 32 | 1 | 63 | 136 | 126 |
| Binary | 11111101 | 11110011 | 10111011 | 0 | 100 | 11010 | 1 | 110011 | 1011110 | 1010110 |
Color Harmonies of #FDF3BB
Complementary color
Monochromatic Colors of #FDF3BB
Black with #FDF3BB
Text Example
Text Example
White with #FDF3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF3BB; }
p { color: rgb(253,243,187); }
H1.HeaderClassName
{
color: #FDF3BB;
}
.AnyTagClassName
{
color: #FDF3BB;
}
</style>
background-color css
<style>
a { background-color: #FDF3BB; }
a { background-color: rgb(253,243,187); }
div.DivClassName
{
background-color: #FDF3BB;
}
.BgClassName
{
background-color: #FDF3BB;
}
</style>
border-color css
<style>
span { border-color: #FDF3BB; }
span { border-color: rgb(253,243,187); }
td.TdClassName
{
border-color: #FDF3BB;
}
.TagClassName
{
border-color: #FDF3BB;
}
</style>