Shades of Corn Field #FFF8B6
Tints of Corn Field #FFF8B6
RGB
CMYK
RGB Variations
Color information
#FFF8B6 (or 0xFFF8B6) is known color: Corn Field. HEX triplet: FF, F8 and B6. RGB value is (255,248,182). Sum of RGB (Red+Green+Blue) = 255+248+182=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 248 (97.27% from 255 or 36.20% from 685); Blue value is 182 (71.48% from 255 or 26.57% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF8B6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF8B6 is #000749. Grayscale: #F2F2F2. Windows color (decimal): -1866 or 11991295. OLE color: 11991295.
HSL color Cylindrical-coordinate representation of color #FFF8B6: hue angle of 54.25º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFF8B6 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 182 | - |
| CMYK | 0 | 0.03 | 0.29 | 0 |
| HSL | 54.25º | 1% | 0.86% | - |
| HSV(B) | 54.25º | 0.29% | 1% | - |
| XYZ | 83.25 | 91.77 | 57.58 | - |
| YUV | 242.57 | 93.82 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 182 | 0 | 0.03 | 0.29 | 0 | 54.25 | 1 | 0.86 |
| Hex | FF | F8 | B6 | 0 | 3 | 1D | 0 | 36 | 64 | 56 |
| Octal | 377 | 370 | 266 | 0 | 3 | 35 | 0 | 66 | 144 | 126 |
| Binary | 11111111 | 11111000 | 10110110 | 0 | 11 | 11101 | 0 | 110110 | 1100100 | 1010110 |
Color Harmonies of #FFF8B6
Complementary color
Monochromatic Colors of #FFF8B6
Black with #FFF8B6
Text Example
Text Example
White with #FFF8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF8B6; }
p { color: rgb(255,248,182); }
H1.HeaderClassName
{
color: #FFF8B6;
}
.AnyTagClassName
{
color: #FFF8B6;
}
</style>
background-color css
<style>
a { background-color: #FFF8B6; }
a { background-color: rgb(255,248,182); }
div.DivClassName
{
background-color: #FFF8B6;
}
.BgClassName
{
background-color: #FFF8B6;
}
</style>
border-color css
<style>
span { border-color: #FFF8B6; }
span { border-color: rgb(255,248,182); }
td.TdClassName
{
border-color: #FFF8B6;
}
.TagClassName
{
border-color: #FFF8B6;
}
</style>