Shades of Corn Field #FAF6C4
Tints of Corn Field #FAF6C4
RGB
CMYK
RGB Variations
Color information
#FAF6C4 (or 0xFAF6C4) is known color: Corn Field. HEX triplet: FA, F6 and C4. RGB value is (250,246,196). Sum of RGB (Red+Green+Blue) = 250+246+196=692 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.13% from 692); Green value is 246 (96.48% from 255 or 35.55% from 692); Blue value is 196 (76.95% from 255 or 28.32% from 692); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF6C4 is #05093B. Grayscale: #F1F1F1. Windows color (decimal): -330044 or 12908282. OLE color: 12908282.
HSL color Cylindrical-coordinate representation of color #FAF6C4: hue angle of 55.56º degrees, saturation: 0.84, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FAF6C4 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 246 | 196 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.02 |
| HSL | 55.56º | 0.84% | 0.87% | - |
| HSV(B) | 55.56º | 0.22% | 0.98% | - |
| XYZ | 82.34 | 90.22 | 65.3 | - |
| YUV | 241.5 | 102.33 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 246 | 196 | 0 | 0.02 | 0.22 | 0.02 | 55.56 | 0.84 | 0.87 |
| Hex | FA | F6 | C4 | 0 | 2 | 16 | 2 | 38 | 54 | 57 |
| Octal | 372 | 366 | 304 | 0 | 2 | 26 | 2 | 70 | 124 | 127 |
| Binary | 11111010 | 11110110 | 11000100 | 0 | 10 | 10110 | 10 | 111000 | 1010100 | 1010111 |
Color Harmonies of #FAF6C4
Complementary color
Monochromatic Colors of #FAF6C4
Black with #FAF6C4
Text Example
Text Example
White with #FAF6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF6C4; }
p { color: rgb(250,246,196); }
H1.HeaderClassName
{
color: #FAF6C4;
}
.AnyTagClassName
{
color: #FAF6C4;
}
</style>
background-color css
<style>
a { background-color: #FAF6C4; }
a { background-color: rgb(250,246,196); }
div.DivClassName
{
background-color: #FAF6C4;
}
.BgClassName
{
background-color: #FAF6C4;
}
</style>
border-color css
<style>
span { border-color: #FAF6C4; }
span { border-color: rgb(250,246,196); }
td.TdClassName
{
border-color: #FAF6C4;
}
.TagClassName
{
border-color: #FAF6C4;
}
</style>