Shades of Corn Field #FAF1C0
Tints of Corn Field #FAF1C0
RGB
CMYK
RGB Variations
Color information
#FAF1C0 (or 0xFAF1C0) is known color: Corn Field. HEX triplet: FA, F1 and C0. RGB value is (250,241,192). Sum of RGB (Red+Green+Blue) = 250+241+192=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 241 (94.53% from 255 or 35.29% from 683); Blue value is 192 (75.39% from 255 or 28.11% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF1C0 is #050E3F. Grayscale: #EEEEEE. Windows color (decimal): -331328 or 12644858. OLE color: 12644858.
HSL color Cylindrical-coordinate representation of color #FAF1C0: hue angle of 50.69º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FAF1C0 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 241 | 192 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.02 |
| HSL | 50.69º | 0.85% | 0.87% | - |
| HSV(B) | 50.69º | 0.23% | 0.98% | - |
| XYZ | 80.39 | 87.04 | 62.43 | - |
| YUV | 238.11 | 101.98 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 241 | 192 | 0 | 0.04 | 0.23 | 0.02 | 50.69 | 0.85 | 0.87 |
| Hex | FA | F1 | C0 | 0 | 4 | 17 | 2 | 33 | 55 | 57 |
| Octal | 372 | 361 | 300 | 0 | 4 | 27 | 2 | 63 | 125 | 127 |
| Binary | 11111010 | 11110001 | 11000000 | 0 | 100 | 10111 | 10 | 110011 | 1010101 | 1010111 |
Color Harmonies of #FAF1C0
Complementary color
Monochromatic Colors of #FAF1C0
Black with #FAF1C0
Text Example
Text Example
White with #FAF1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF1C0; }
p { color: rgb(250,241,192); }
H1.HeaderClassName
{
color: #FAF1C0;
}
.AnyTagClassName
{
color: #FAF1C0;
}
</style>
background-color css
<style>
a { background-color: #FAF1C0; }
a { background-color: rgb(250,241,192); }
div.DivClassName
{
background-color: #FAF1C0;
}
.BgClassName
{
background-color: #FAF1C0;
}
</style>
border-color css
<style>
span { border-color: #FAF1C0; }
span { border-color: rgb(250,241,192); }
td.TdClassName
{
border-color: #FAF1C0;
}
.TagClassName
{
border-color: #FAF1C0;
}
</style>