Shades of Corn Field #FDF8BC
Tints of Corn Field #FDF8BC
RGB
CMYK
RGB Variations
Color information
#FDF8BC (or 0xFDF8BC) is known color: Corn Field. HEX triplet: FD, F8 and BC. RGB value is (253,248,188). Sum of RGB (Red+Green+Blue) = 253+248+188=689 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.72% from 689); Green value is 248 (97.27% from 255 or 35.99% from 689); Blue value is 188 (73.83% from 255 or 27.29% from 689); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF8BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF8BC is #020743. Grayscale: #F2F2F2. Windows color (decimal): -132932 or 12384509. OLE color: 12384509.
HSL color Cylindrical-coordinate representation of color #FDF8BC: hue angle of 55.38º 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 #FDF8BC is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 188 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.01 |
| HSL | 55.38º | 0.94% | 0.86% | - |
| HSV(B) | 55.38º | 0.26% | 0.99% | - |
| XYZ | 83.15 | 91.65 | 60.88 | - |
| YUV | 242.66 | 97.16 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 188 | 0 | 0.02 | 0.26 | 0.01 | 55.38 | 0.94 | 0.86 |
| Hex | FD | F8 | BC | 0 | 2 | 1A | 1 | 37 | 5E | 56 |
| Octal | 375 | 370 | 274 | 0 | 2 | 32 | 1 | 67 | 136 | 126 |
| Binary | 11111101 | 11111000 | 10111100 | 0 | 10 | 11010 | 1 | 110111 | 1011110 | 1010110 |
Color Harmonies of #FDF8BC
Complementary color
Monochromatic Colors of #FDF8BC
Black with #FDF8BC
Text Example
Text Example
White with #FDF8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF8BC; }
p { color: rgb(253,248,188); }
H1.HeaderClassName
{
color: #FDF8BC;
}
.AnyTagClassName
{
color: #FDF8BC;
}
</style>
background-color css
<style>
a { background-color: #FDF8BC; }
a { background-color: rgb(253,248,188); }
div.DivClassName
{
background-color: #FDF8BC;
}
.BgClassName
{
background-color: #FDF8BC;
}
</style>
border-color css
<style>
span { border-color: #FDF8BC; }
span { border-color: rgb(253,248,188); }
td.TdClassName
{
border-color: #FDF8BC;
}
.TagClassName
{
border-color: #FDF8BC;
}
</style>