Shades of Corn Field #FDF6BD
Tints of Corn Field #FDF6BD
RGB
CMYK
RGB Variations
Color information
#FDF6BD (or 0xFDF6BD) is known color: Corn Field. HEX triplet: FD, F6 and BD. RGB value is (253,246,189). Sum of RGB (Red+Green+Blue) = 253+246+189=688 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.77% from 688); Green value is 246 (96.48% from 255 or 35.76% from 688); Blue value is 189 (74.22% from 255 or 27.47% from 688); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF6BD is #020942. Grayscale: #F1F1F1. Windows color (decimal): -133443 or 12449533. OLE color: 12449533.
HSL color Cylindrical-coordinate representation of color #FDF6BD: hue angle of 53.44º 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 #FDF6BD is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 189 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.01 |
| HSL | 53.44º | 0.94% | 0.87% | - |
| HSV(B) | 53.44º | 0.25% | 0.99% | - |
| XYZ | 82.65 | 90.47 | 61.25 | - |
| YUV | 241.6 | 98.32 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 189 | 0 | 0.03 | 0.25 | 0.01 | 53.44 | 0.94 | 0.87 |
| Hex | FD | F6 | BD | 0 | 3 | 19 | 1 | 35 | 5E | 57 |
| Octal | 375 | 366 | 275 | 0 | 3 | 31 | 1 | 65 | 136 | 127 |
| Binary | 11111101 | 11110110 | 10111101 | 0 | 11 | 11001 | 1 | 110101 | 1011110 | 1010111 |
Color Harmonies of #FDF6BD
Complementary color
Monochromatic Colors of #FDF6BD
Black with #FDF6BD
Text Example
Text Example
White with #FDF6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF6BD; }
p { color: rgb(253,246,189); }
H1.HeaderClassName
{
color: #FDF6BD;
}
.AnyTagClassName
{
color: #FDF6BD;
}
</style>
background-color css
<style>
a { background-color: #FDF6BD; }
a { background-color: rgb(253,246,189); }
div.DivClassName
{
background-color: #FDF6BD;
}
.BgClassName
{
background-color: #FDF6BD;
}
</style>
border-color css
<style>
span { border-color: #FDF6BD; }
span { border-color: rgb(253,246,189); }
td.TdClassName
{
border-color: #FDF6BD;
}
.TagClassName
{
border-color: #FDF6BD;
}
</style>