Shades of Corn Field #FFF8B7
Tints of Corn Field #FFF8B7
RGB
CMYK
RGB Variations
Color information
#FFF8B7 (or 0xFFF8B7) is known color: Corn Field. HEX triplet: FF, F8 and B7. RGB value is (255,248,183). Sum of RGB (Red+Green+Blue) = 255+248+183=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 248 (97.27% from 255 or 36.15% from 686); Blue value is 183 (71.88% from 255 or 26.68% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF8B7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF8B7 is #000748. Grayscale: #F2F2F2. Windows color (decimal): -1865 or 12056831. OLE color: 12056831.
HSL color Cylindrical-coordinate representation of color #FFF8B7: hue angle of 54.17º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFF8B7 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 183 | - |
| CMYK | 0 | 0.03 | 0.28 | 0 |
| HSL | 54.17º | 1% | 0.86% | - |
| HSV(B) | 54.17º | 0.28% | 1% | - |
| XYZ | 83.35 | 91.81 | 58.13 | - |
| YUV | 242.68 | 94.32 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 183 | 0 | 0.03 | 0.28 | 0 | 54.17 | 1 | 0.86 |
| Hex | FF | F8 | B7 | 0 | 3 | 1C | 0 | 36 | 64 | 56 |
| Octal | 377 | 370 | 267 | 0 | 3 | 34 | 0 | 66 | 144 | 126 |
| Binary | 11111111 | 11111000 | 10110111 | 0 | 11 | 11100 | 0 | 110110 | 1100100 | 1010110 |
Color Harmonies of #FFF8B7
Complementary color
Monochromatic Colors of #FFF8B7
Black with #FFF8B7
Text Example
Text Example
White with #FFF8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF8B7; }
p { color: rgb(255,248,183); }
H1.HeaderClassName
{
color: #FFF8B7;
}
.AnyTagClassName
{
color: #FFF8B7;
}
</style>
background-color css
<style>
a { background-color: #FFF8B7; }
a { background-color: rgb(255,248,183); }
div.DivClassName
{
background-color: #FFF8B7;
}
.BgClassName
{
background-color: #FFF8B7;
}
</style>
border-color css
<style>
span { border-color: #FFF8B7; }
span { border-color: rgb(255,248,183); }
td.TdClassName
{
border-color: #FFF8B7;
}
.TagClassName
{
border-color: #FFF8B7;
}
</style>