Shades of Corn Field #FAF1C6
Tints of Corn Field #FAF1C6
RGB
CMYK
RGB Variations
Color information
#FAF1C6 (or 0xFAF1C6) is known color: Corn Field. HEX triplet: FA, F1 and C6. RGB value is (250,241,198). Sum of RGB (Red+Green+Blue) = 250+241+198=689 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.28% from 689); Green value is 241 (94.53% from 255 or 34.98% from 689); Blue value is 198 (77.73% from 255 or 28.74% from 689); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1C6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF1C6 is #050E39. Grayscale: #EEEEEE. Windows color (decimal): -331322 or 13038074. OLE color: 13038074.
HSL color Cylindrical-coordinate representation of color #FAF1C6: hue angle of 49.62º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAF1C6 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 241 | 198 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.02 |
| HSL | 49.62º | 0.84% | 0.88% | - |
| HSV(B) | 49.62º | 0.21% | 0.98% | - |
| XYZ | 81.07 | 87.31 | 66.01 | - |
| YUV | 238.79 | 104.98 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 241 | 198 | 0 | 0.04 | 0.21 | 0.02 | 49.62 | 0.84 | 0.88 |
| Hex | FA | F1 | C6 | 0 | 4 | 15 | 2 | 32 | 54 | 58 |
| Octal | 372 | 361 | 306 | 0 | 4 | 25 | 2 | 62 | 124 | 130 |
| Binary | 11111010 | 11110001 | 11000110 | 0 | 100 | 10101 | 10 | 110010 | 1010100 | 1011000 |
Color Harmonies of #FAF1C6
Complementary color
Monochromatic Colors of #FAF1C6
Black with #FAF1C6
Text Example
Text Example
White with #FAF1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF1C6; }
p { color: rgb(250,241,198); }
H1.HeaderClassName
{
color: #FAF1C6;
}
.AnyTagClassName
{
color: #FAF1C6;
}
</style>
background-color css
<style>
a { background-color: #FAF1C6; }
a { background-color: rgb(250,241,198); }
div.DivClassName
{
background-color: #FAF1C6;
}
.BgClassName
{
background-color: #FAF1C6;
}
</style>
border-color css
<style>
span { border-color: #FAF1C6; }
span { border-color: rgb(250,241,198); }
td.TdClassName
{
border-color: #FAF1C6;
}
.TagClassName
{
border-color: #FAF1C6;
}
</style>