Shades of Corn Field #FDF8BB
Tints of Corn Field #FDF8BB
RGB
CMYK
RGB Variations
Color information
#FDF8BB (or 0xFDF8BB) is known color: Corn Field. HEX triplet: FD, F8 and BB. RGB value is (253,248,187). Sum of RGB (Red+Green+Blue) = 253+248+187=688 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.77% from 688); Green value is 248 (97.27% from 255 or 36.05% from 688); Blue value is 187 (73.44% from 255 or 27.18% from 688); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF8BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF8BB is #020744. Grayscale: #F2F2F2. Windows color (decimal): -132933 or 12318973. OLE color: 12318973.
HSL color Cylindrical-coordinate representation of color #FDF8BB: hue angle of 55.45º 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 #FDF8BB is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 187 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.01 |
| HSL | 55.45º | 0.94% | 0.86% | - |
| HSV(B) | 55.45º | 0.26% | 0.99% | - |
| XYZ | 83.05 | 91.61 | 60.32 | - |
| YUV | 242.54 | 96.66 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 187 | 0 | 0.02 | 0.26 | 0.01 | 55.45 | 0.94 | 0.86 |
| Hex | FD | F8 | BB | 0 | 2 | 1A | 1 | 37 | 5E | 56 |
| Octal | 375 | 370 | 273 | 0 | 2 | 32 | 1 | 67 | 136 | 126 |
| Binary | 11111101 | 11111000 | 10111011 | 0 | 10 | 11010 | 1 | 110111 | 1011110 | 1010110 |
Color Harmonies of #FDF8BB
Complementary color
Monochromatic Colors of #FDF8BB
Black with #FDF8BB
Text Example
Text Example
White with #FDF8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF8BB; }
p { color: rgb(253,248,187); }
H1.HeaderClassName
{
color: #FDF8BB;
}
.AnyTagClassName
{
color: #FDF8BB;
}
</style>
background-color css
<style>
a { background-color: #FDF8BB; }
a { background-color: rgb(253,248,187); }
div.DivClassName
{
background-color: #FDF8BB;
}
.BgClassName
{
background-color: #FDF8BB;
}
</style>
border-color css
<style>
span { border-color: #FDF8BB; }
span { border-color: rgb(253,248,187); }
td.TdClassName
{
border-color: #FDF8BB;
}
.TagClassName
{
border-color: #FDF8BB;
}
</style>