Shades of Corn Field #FFF4C4
Tints of Corn Field #FFF4C4
RGB
CMYK
RGB Variations
Color information
#FFF4C4 (or 0xFFF4C4) is known color: Corn Field. HEX triplet: FF, F4 and C4. RGB value is (255,244,196). Sum of RGB (Red+Green+Blue) = 255+244+196=695 (92% of max value = 765). Red value is 255 (100% from 255 or 36.69% from 695); Green value is 244 (95.70% from 255 or 35.11% from 695); Blue value is 196 (76.95% from 255 or 28.20% from 695); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF4C4 is #000B3B. Grayscale: #F2F2F2. Windows color (decimal): -2876 or 12907775. OLE color: 12907775.
HSL color Cylindrical-coordinate representation of color #FFF4C4: hue angle of 48.81º 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 #FFF4C4 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 196 | - |
| CMYK | 0 | 0.04 | 0.23 | 0 |
| HSL | 48.81º | 1% | 0.88% | - |
| HSV(B) | 48.81º | 0.23% | 1% | - |
| XYZ | 83.55 | 89.95 | 65.18 | - |
| YUV | 241.82 | 102.14 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 196 | 0 | 0.04 | 0.23 | 0 | 48.81 | 1 | 0.88 |
| Hex | FF | F4 | C4 | 0 | 4 | 17 | 0 | 31 | 64 | 58 |
| Octal | 377 | 364 | 304 | 0 | 4 | 27 | 0 | 61 | 144 | 130 |
| Binary | 11111111 | 11110100 | 11000100 | 0 | 100 | 10111 | 0 | 110001 | 1100100 | 1011000 |
Color Harmonies of #FFF4C4
Complementary color
Monochromatic Colors of #FFF4C4
Black with #FFF4C4
Text Example
Text Example
White with #FFF4C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF4C4; }
p { color: rgb(255,244,196); }
H1.HeaderClassName
{
color: #FFF4C4;
}
.AnyTagClassName
{
color: #FFF4C4;
}
</style>
background-color css
<style>
a { background-color: #FFF4C4; }
a { background-color: rgb(255,244,196); }
div.DivClassName
{
background-color: #FFF4C4;
}
.BgClassName
{
background-color: #FFF4C4;
}
</style>
border-color css
<style>
span { border-color: #FFF4C4; }
span { border-color: rgb(255,244,196); }
td.TdClassName
{
border-color: #FFF4C4;
}
.TagClassName
{
border-color: #FFF4C4;
}
</style>