Shades of Corn Field #FDF9BD
Tints of Corn Field #FDF9BD
RGB
CMYK
RGB Variations
Color information
#FDF9BD (or 0xFDF9BD) is known color: Corn Field. HEX triplet: FD, F9 and BD. RGB value is (253,249,189). Sum of RGB (Red+Green+Blue) = 253+249+189=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 249 (97.66% from 255 or 36.03% from 691); Blue value is 189 (74.22% from 255 or 27.35% from 691); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF9BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF9BD is #020642. Grayscale: #F3F3F3. Windows color (decimal): -132675 or 12450301. OLE color: 12450301.
HSL color Cylindrical-coordinate representation of color #FDF9BD: hue angle of 56.25º 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 #FDF9BD is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 249 | 189 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.01 |
| HSL | 56.25º | 0.94% | 0.87% | - |
| HSV(B) | 56.25º | 0.25% | 0.99% | - |
| XYZ | 83.57 | 92.31 | 61.56 | - |
| YUV | 243.36 | 97.33 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 249 | 189 | 0 | 0.02 | 0.25 | 0.01 | 56.25 | 0.94 | 0.87 |
| Hex | FD | F9 | BD | 0 | 2 | 19 | 1 | 38 | 5E | 57 |
| Octal | 375 | 371 | 275 | 0 | 2 | 31 | 1 | 70 | 136 | 127 |
| Binary | 11111101 | 11111001 | 10111101 | 0 | 10 | 11001 | 1 | 111000 | 1011110 | 1010111 |
Color Harmonies of #FDF9BD
Complementary color
Monochromatic Colors of #FDF9BD
Black with #FDF9BD
Text Example
Text Example
White with #FDF9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF9BD; }
p { color: rgb(253,249,189); }
H1.HeaderClassName
{
color: #FDF9BD;
}
.AnyTagClassName
{
color: #FDF9BD;
}
</style>
background-color css
<style>
a { background-color: #FDF9BD; }
a { background-color: rgb(253,249,189); }
div.DivClassName
{
background-color: #FDF9BD;
}
.BgClassName
{
background-color: #FDF9BD;
}
</style>
border-color css
<style>
span { border-color: #FDF9BD; }
span { border-color: rgb(253,249,189); }
td.TdClassName
{
border-color: #FDF9BD;
}
.TagClassName
{
border-color: #FDF9BD;
}
</style>