Shades of Corn Field #FDF7BC
Tints of Corn Field #FDF7BC
RGB
CMYK
RGB Variations
Color information
#FDF7BC (or 0xFDF7BC) is known color: Corn Field. HEX triplet: FD, F7 and BC. RGB value is (253,247,188). Sum of RGB (Red+Green+Blue) = 253+247+188=688 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.77% from 688); Green value is 247 (96.88% from 255 or 35.90% from 688); Blue value is 188 (73.83% from 255 or 27.33% from 688); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF7BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF7BC is #020843. Grayscale: #F2F2F2. Windows color (decimal): -133188 or 12384253. OLE color: 12384253.
HSL color Cylindrical-coordinate representation of color #FDF7BC: hue angle of 54.46º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDF7BC is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 247 | 188 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.01 |
| HSL | 54.46º | 0.94% | 0.86% | - |
| HSV(B) | 54.46º | 0.26% | 0.99% | - |
| XYZ | 82.85 | 91.04 | 60.78 | - |
| YUV | 242.07 | 97.49 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 247 | 188 | 0 | 0.02 | 0.26 | 0.01 | 54.46 | 0.94 | 0.86 |
| Hex | FD | F7 | BC | 0 | 2 | 1A | 1 | 36 | 5E | 56 |
| Octal | 375 | 367 | 274 | 0 | 2 | 32 | 1 | 66 | 136 | 126 |
| Binary | 11111101 | 11110111 | 10111100 | 0 | 10 | 11010 | 1 | 110110 | 1011110 | 1010110 |
Color Harmonies of #FDF7BC
Complementary color
Monochromatic Colors of #FDF7BC
Black with #FDF7BC
Text Example
Text Example
White with #FDF7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF7BC; }
p { color: rgb(253,247,188); }
H1.HeaderClassName
{
color: #FDF7BC;
}
.AnyTagClassName
{
color: #FDF7BC;
}
</style>
background-color css
<style>
a { background-color: #FDF7BC; }
a { background-color: rgb(253,247,188); }
div.DivClassName
{
background-color: #FDF7BC;
}
.BgClassName
{
background-color: #FDF7BC;
}
</style>
border-color css
<style>
span { border-color: #FDF7BC; }
span { border-color: rgb(253,247,188); }
td.TdClassName
{
border-color: #FDF7BC;
}
.TagClassName
{
border-color: #FDF7BC;
}
</style>