Shades of Corn Field #FDF3BC
Tints of Corn Field #FDF3BC
RGB
CMYK
RGB Variations
Color information
#FDF3BC (or 0xFDF3BC) is known color: Corn Field. HEX triplet: FD, F3 and BC. RGB value is (253,243,188). Sum of RGB (Red+Green+Blue) = 253+243+188=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 243 (95.31% from 255 or 35.53% from 684); Blue value is 188 (73.83% from 255 or 27.49% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF3BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF3BC is #020C43. Grayscale: #EFEFEF. Windows color (decimal): -134212 or 12383229. OLE color: 12383229.
HSL color Cylindrical-coordinate representation of color #FDF3BC: hue angle of 50.77º 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 #FDF3BC is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 188 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.01 |
| HSL | 50.77º | 0.94% | 0.86% | - |
| HSV(B) | 50.77º | 0.26% | 0.99% | - |
| XYZ | 81.64 | 88.61 | 60.38 | - |
| YUV | 239.72 | 98.81 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 188 | 0 | 0.04 | 0.26 | 0.01 | 50.77 | 0.94 | 0.86 |
| Hex | FD | F3 | BC | 0 | 4 | 1A | 1 | 33 | 5E | 56 |
| Octal | 375 | 363 | 274 | 0 | 4 | 32 | 1 | 63 | 136 | 126 |
| Binary | 11111101 | 11110011 | 10111100 | 0 | 100 | 11010 | 1 | 110011 | 1011110 | 1010110 |
Color Harmonies of #FDF3BC
Complementary color
Monochromatic Colors of #FDF3BC
Black with #FDF3BC
Text Example
Text Example
White with #FDF3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF3BC; }
p { color: rgb(253,243,188); }
H1.HeaderClassName
{
color: #FDF3BC;
}
.AnyTagClassName
{
color: #FDF3BC;
}
</style>
background-color css
<style>
a { background-color: #FDF3BC; }
a { background-color: rgb(253,243,188); }
div.DivClassName
{
background-color: #FDF3BC;
}
.BgClassName
{
background-color: #FDF3BC;
}
</style>
border-color css
<style>
span { border-color: #FDF3BC; }
span { border-color: rgb(253,243,188); }
td.TdClassName
{
border-color: #FDF3BC;
}
.TagClassName
{
border-color: #FDF3BC;
}
</style>