Shades of Corn Field #FDF3C0
Tints of Corn Field #FDF3C0
RGB
CMYK
RGB Variations
Color information
#FDF3C0 (or 0xFDF3C0) is known color: Corn Field. HEX triplet: FD, F3 and C0. RGB value is (253,243,192). Sum of RGB (Red+Green+Blue) = 253+243+192=688 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.77% from 688); Green value is 243 (95.31% from 255 or 35.32% from 688); Blue value is 192 (75.39% from 255 or 27.91% from 688); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF3C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF3C0 is #020C3F. Grayscale: #F0F0F0. Windows color (decimal): -134208 or 12645373. OLE color: 12645373.
HSL color Cylindrical-coordinate representation of color #FDF3C0: hue angle of 50.16º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FDF3C0 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 192 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.01 |
| HSL | 50.16º | 0.94% | 0.87% | - |
| HSV(B) | 50.16º | 0.24% | 0.99% | - |
| XYZ | 82.07 | 88.79 | 62.68 | - |
| YUV | 240.18 | 100.81 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 192 | 0 | 0.04 | 0.24 | 0.01 | 50.16 | 0.94 | 0.87 |
| Hex | FD | F3 | C0 | 0 | 4 | 18 | 1 | 32 | 5E | 57 |
| Octal | 375 | 363 | 300 | 0 | 4 | 30 | 1 | 62 | 136 | 127 |
| Binary | 11111101 | 11110011 | 11000000 | 0 | 100 | 11000 | 1 | 110010 | 1011110 | 1010111 |
Color Harmonies of #FDF3C0
Complementary color
Monochromatic Colors of #FDF3C0
Black with #FDF3C0
Text Example
Text Example
White with #FDF3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF3C0; }
p { color: rgb(253,243,192); }
H1.HeaderClassName
{
color: #FDF3C0;
}
.AnyTagClassName
{
color: #FDF3C0;
}
</style>
background-color css
<style>
a { background-color: #FDF3C0; }
a { background-color: rgb(253,243,192); }
div.DivClassName
{
background-color: #FDF3C0;
}
.BgClassName
{
background-color: #FDF3C0;
}
</style>
border-color css
<style>
span { border-color: #FDF3C0; }
span { border-color: rgb(253,243,192); }
td.TdClassName
{
border-color: #FDF3C0;
}
.TagClassName
{
border-color: #FDF3C0;
}
</style>