Shades of Corn Field #FFF8C4
Tints of Corn Field #FFF8C4
RGB
CMYK
RGB Variations
Color information
#FFF8C4 (or 0xFFF8C4) is known color: Corn Field. HEX triplet: FF, F8 and C4. RGB value is (255,248,196). Sum of RGB (Red+Green+Blue) = 255+248+196=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 248 (97.27% from 255 or 35.48% from 699); Blue value is 196 (76.95% from 255 or 28.04% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF8C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF8C4 is #00073B. Grayscale: #F4F4F4. Windows color (decimal): -1852 or 12908799. OLE color: 12908799.
HSL color Cylindrical-coordinate representation of color #FFF8C4: hue angle of 52.88º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFF8C4 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 196 | - |
| CMYK | 0 | 0.03 | 0.23 | 0 |
| HSL | 52.88º | 1% | 0.88% | - |
| HSV(B) | 52.88º | 0.23% | 1% | - |
| XYZ | 84.77 | 92.38 | 65.59 | - |
| YUV | 244.17 | 100.82 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 196 | 0 | 0.03 | 0.23 | 0 | 52.88 | 1 | 0.88 |
| Hex | FF | F8 | C4 | 0 | 3 | 17 | 0 | 35 | 64 | 58 |
| Octal | 377 | 370 | 304 | 0 | 3 | 27 | 0 | 65 | 144 | 130 |
| Binary | 11111111 | 11111000 | 11000100 | 0 | 11 | 10111 | 0 | 110101 | 1100100 | 1011000 |
Color Harmonies of #FFF8C4
Complementary color
Monochromatic Colors of #FFF8C4
Black with #FFF8C4
Text Example
Text Example
White with #FFF8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF8C4; }
p { color: rgb(255,248,196); }
H1.HeaderClassName
{
color: #FFF8C4;
}
.AnyTagClassName
{
color: #FFF8C4;
}
</style>
background-color css
<style>
a { background-color: #FFF8C4; }
a { background-color: rgb(255,248,196); }
div.DivClassName
{
background-color: #FFF8C4;
}
.BgClassName
{
background-color: #FFF8C4;
}
</style>
border-color css
<style>
span { border-color: #FFF8C4; }
span { border-color: rgb(255,248,196); }
td.TdClassName
{
border-color: #FFF8C4;
}
.TagClassName
{
border-color: #FFF8C4;
}
</style>