Shades of Corn Field #FFF4C1
Tints of Corn Field #FFF4C1
RGB
CMYK
RGB Variations
Color information
#FFF4C1 (or 0xFFF4C1) is known color: Corn Field. HEX triplet: FF, F4 and C1. RGB value is (255,244,193). Sum of RGB (Red+Green+Blue) = 255+244+193=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 244 (95.70% from 255 or 35.26% from 692); Blue value is 193 (75.78% from 255 or 27.89% from 692); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF4C1 is #000B3E. Grayscale: #F1F1F1. Windows color (decimal): -2879 or 12711167. OLE color: 12711167.
HSL color Cylindrical-coordinate representation of color #FFF4C1: hue angle of 49.35º 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 #FFF4C1 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 193 | - |
| CMYK | 0 | 0.04 | 0.24 | 0 |
| HSL | 49.35º | 1% | 0.88% | - |
| HSV(B) | 49.35º | 0.24% | 1% | - |
| XYZ | 83.22 | 89.81 | 63.4 | - |
| YUV | 241.48 | 100.64 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 193 | 0 | 0.04 | 0.24 | 0 | 49.35 | 1 | 0.88 |
| Hex | FF | F4 | C1 | 0 | 4 | 18 | 0 | 31 | 64 | 58 |
| Octal | 377 | 364 | 301 | 0 | 4 | 30 | 0 | 61 | 144 | 130 |
| Binary | 11111111 | 11110100 | 11000001 | 0 | 100 | 11000 | 0 | 110001 | 1100100 | 1011000 |
Color Harmonies of #FFF4C1
Complementary color
Monochromatic Colors of #FFF4C1
Black with #FFF4C1
Text Example
Text Example
White with #FFF4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF4C1; }
p { color: rgb(255,244,193); }
H1.HeaderClassName
{
color: #FFF4C1;
}
.AnyTagClassName
{
color: #FFF4C1;
}
</style>
background-color css
<style>
a { background-color: #FFF4C1; }
a { background-color: rgb(255,244,193); }
div.DivClassName
{
background-color: #FFF4C1;
}
.BgClassName
{
background-color: #FFF4C1;
}
</style>
border-color css
<style>
span { border-color: #FFF4C1; }
span { border-color: rgb(255,244,193); }
td.TdClassName
{
border-color: #FFF4C1;
}
.TagClassName
{
border-color: #FFF4C1;
}
</style>