Shades of Corn Field #FDF2C0
Tints of Corn Field #FDF2C0
RGB
CMYK
RGB Variations
Color information
#FDF2C0 (or 0xFDF2C0) is known color: Corn Field. HEX triplet: FD, F2 and C0. RGB value is (253,242,192). Sum of RGB (Red+Green+Blue) = 253+242+192=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 242 (94.92% from 255 or 35.23% from 687); Blue value is 192 (75.39% from 255 or 27.95% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF2C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF2C0 is #020D3F. Grayscale: #EFEFEF. Windows color (decimal): -134464 or 12645117. OLE color: 12645117.
HSL color Cylindrical-coordinate representation of color #FDF2C0: hue angle of 49.18º 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 #FDF2C0 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 192 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.01 |
| HSL | 49.18º | 0.94% | 0.87% | - |
| HSV(B) | 49.18º | 0.24% | 0.99% | - |
| XYZ | 81.77 | 88.19 | 62.58 | - |
| YUV | 239.59 | 101.14 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 192 | 0 | 0.04 | 0.24 | 0.01 | 49.18 | 0.94 | 0.87 |
| Hex | FD | F2 | C0 | 0 | 4 | 18 | 1 | 31 | 5E | 57 |
| Octal | 375 | 362 | 300 | 0 | 4 | 30 | 1 | 61 | 136 | 127 |
| Binary | 11111101 | 11110010 | 11000000 | 0 | 100 | 11000 | 1 | 110001 | 1011110 | 1010111 |
Color Harmonies of #FDF2C0
Complementary color
Monochromatic Colors of #FDF2C0
Black with #FDF2C0
Text Example
Text Example
White with #FDF2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF2C0; }
p { color: rgb(253,242,192); }
H1.HeaderClassName
{
color: #FDF2C0;
}
.AnyTagClassName
{
color: #FDF2C0;
}
</style>
background-color css
<style>
a { background-color: #FDF2C0; }
a { background-color: rgb(253,242,192); }
div.DivClassName
{
background-color: #FDF2C0;
}
.BgClassName
{
background-color: #FDF2C0;
}
</style>
border-color css
<style>
span { border-color: #FDF2C0; }
span { border-color: rgb(253,242,192); }
td.TdClassName
{
border-color: #FDF2C0;
}
.TagClassName
{
border-color: #FDF2C0;
}
</style>