Shades of Corn Field #FDF7BD
Tints of Corn Field #FDF7BD
RGB
CMYK
RGB Variations
Color information
#FDF7BD (or 0xFDF7BD) is known color: Corn Field. HEX triplet: FD, F7 and BD. RGB value is (253,247,189). Sum of RGB (Red+Green+Blue) = 253+247+189=689 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.72% from 689); Green value is 247 (96.88% from 255 or 35.85% from 689); Blue value is 189 (74.22% from 255 or 27.43% from 689); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF7BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF7BD is #020842. Grayscale: #F2F2F2. Windows color (decimal): -133187 or 12449789. OLE color: 12449789.
HSL color Cylindrical-coordinate representation of color #FDF7BD: hue angle of 54.38º 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 #FDF7BD is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 247 | 189 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.01 |
| HSL | 54.38º | 0.94% | 0.87% | - |
| HSV(B) | 54.38º | 0.25% | 0.99% | - |
| XYZ | 82.95 | 91.08 | 61.35 | - |
| YUV | 242.18 | 97.99 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 247 | 189 | 0 | 0.02 | 0.25 | 0.01 | 54.38 | 0.94 | 0.87 |
| Hex | FD | F7 | BD | 0 | 2 | 19 | 1 | 36 | 5E | 57 |
| Octal | 375 | 367 | 275 | 0 | 2 | 31 | 1 | 66 | 136 | 127 |
| Binary | 11111101 | 11110111 | 10111101 | 0 | 10 | 11001 | 1 | 110110 | 1011110 | 1010111 |
Color Harmonies of #FDF7BD
Complementary color
Monochromatic Colors of #FDF7BD
Black with #FDF7BD
Text Example
Text Example
White with #FDF7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF7BD; }
p { color: rgb(253,247,189); }
H1.HeaderClassName
{
color: #FDF7BD;
}
.AnyTagClassName
{
color: #FDF7BD;
}
</style>
background-color css
<style>
a { background-color: #FDF7BD; }
a { background-color: rgb(253,247,189); }
div.DivClassName
{
background-color: #FDF7BD;
}
.BgClassName
{
background-color: #FDF7BD;
}
</style>
border-color css
<style>
span { border-color: #FDF7BD; }
span { border-color: rgb(253,247,189); }
td.TdClassName
{
border-color: #FDF7BD;
}
.TagClassName
{
border-color: #FDF7BD;
}
</style>