Shades of Corn Field #FFF8C2
Tints of Corn Field #FFF8C2
RGB
CMYK
RGB Variations
Color information
#FFF8C2 (or 0xFFF8C2) is known color: Corn Field. HEX triplet: FF, F8 and C2. RGB value is (255,248,194). Sum of RGB (Red+Green+Blue) = 255+248+194=697 (92% of max value = 765). Red value is 255 (100% from 255 or 36.59% from 697); Green value is 248 (97.27% from 255 or 35.58% from 697); Blue value is 194 (76.17% from 255 or 27.83% from 697); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF8C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF8C2 is #00073D. Grayscale: #F4F4F4. Windows color (decimal): -1854 or 12777727. OLE color: 12777727.
HSL color Cylindrical-coordinate representation of color #FFF8C2: hue angle of 53.11º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFF8C2 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 194 | - |
| CMYK | 0 | 0.03 | 0.24 | 0 |
| HSL | 53.11º | 1% | 0.88% | - |
| HSV(B) | 53.11º | 0.24% | 1% | - |
| XYZ | 84.55 | 92.29 | 64.4 | - |
| YUV | 243.94 | 99.82 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 194 | 0 | 0.03 | 0.24 | 0 | 53.11 | 1 | 0.88 |
| Hex | FF | F8 | C2 | 0 | 3 | 18 | 0 | 35 | 64 | 58 |
| Octal | 377 | 370 | 302 | 0 | 3 | 30 | 0 | 65 | 144 | 130 |
| Binary | 11111111 | 11111000 | 11000010 | 0 | 11 | 11000 | 0 | 110101 | 1100100 | 1011000 |
Color Harmonies of #FFF8C2
Complementary color
Monochromatic Colors of #FFF8C2
Black with #FFF8C2
Text Example
Text Example
White with #FFF8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF8C2; }
p { color: rgb(255,248,194); }
H1.HeaderClassName
{
color: #FFF8C2;
}
.AnyTagClassName
{
color: #FFF8C2;
}
</style>
background-color css
<style>
a { background-color: #FFF8C2; }
a { background-color: rgb(255,248,194); }
div.DivClassName
{
background-color: #FFF8C2;
}
.BgClassName
{
background-color: #FFF8C2;
}
</style>
border-color css
<style>
span { border-color: #FFF8C2; }
span { border-color: rgb(255,248,194); }
td.TdClassName
{
border-color: #FFF8C2;
}
.TagClassName
{
border-color: #FFF8C2;
}
</style>