Shades of Corn Field #FDF6BE
Tints of Corn Field #FDF6BE
RGB
CMYK
RGB Variations
Color information
#FDF6BE (or 0xFDF6BE) is known color: Corn Field. HEX triplet: FD, F6 and BE. RGB value is (253,246,190). Sum of RGB (Red+Green+Blue) = 253+246+190=689 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.72% from 689); Green value is 246 (96.48% from 255 or 35.70% from 689); Blue value is 190 (74.61% from 255 or 27.58% from 689); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF6BE is #020941. Grayscale: #F1F1F1. Windows color (decimal): -133442 or 12515069. OLE color: 12515069.
HSL color Cylindrical-coordinate representation of color #FDF6BE: hue angle of 53.33º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDF6BE is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 190 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.01 |
| HSL | 53.33º | 0.94% | 0.87% | - |
| HSV(B) | 53.33º | 0.25% | 0.99% | - |
| XYZ | 82.76 | 90.51 | 61.82 | - |
| YUV | 241.71 | 98.82 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 190 | 0 | 0.03 | 0.25 | 0.01 | 53.33 | 0.94 | 0.87 |
| Hex | FD | F6 | BE | 0 | 3 | 19 | 1 | 35 | 5E | 57 |
| Octal | 375 | 366 | 276 | 0 | 3 | 31 | 1 | 65 | 136 | 127 |
| Binary | 11111101 | 11110110 | 10111110 | 0 | 11 | 11001 | 1 | 110101 | 1011110 | 1010111 |
Color Harmonies of #FDF6BE
Complementary color
Monochromatic Colors of #FDF6BE
Black with #FDF6BE
Text Example
Text Example
White with #FDF6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF6BE; }
p { color: rgb(253,246,190); }
H1.HeaderClassName
{
color: #FDF6BE;
}
.AnyTagClassName
{
color: #FDF6BE;
}
</style>
background-color css
<style>
a { background-color: #FDF6BE; }
a { background-color: rgb(253,246,190); }
div.DivClassName
{
background-color: #FDF6BE;
}
.BgClassName
{
background-color: #FDF6BE;
}
</style>
border-color css
<style>
span { border-color: #FDF6BE; }
span { border-color: rgb(253,246,190); }
td.TdClassName
{
border-color: #FDF6BE;
}
.TagClassName
{
border-color: #FDF6BE;
}
</style>