Shades of Corn Field #FAF1C1
Tints of Corn Field #FAF1C1
RGB
CMYK
RGB Variations
Color information
#FAF1C1 (or 0xFAF1C1) is known color: Corn Field. HEX triplet: FA, F1 and C1. RGB value is (250,241,193). Sum of RGB (Red+Green+Blue) = 250+241+193=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 241 (94.53% from 255 or 35.23% from 684); Blue value is 193 (75.78% from 255 or 28.22% from 684); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF1C1 is #050E3E. Grayscale: #EEEEEE. Windows color (decimal): -331327 or 12710394. OLE color: 12710394.
HSL color Cylindrical-coordinate representation of color #FAF1C1: hue angle of 50.53º 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 #FAF1C1 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 241 | 193 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.02 |
| HSL | 50.53º | 0.85% | 0.87% | - |
| HSV(B) | 50.53º | 0.23% | 0.98% | - |
| XYZ | 80.51 | 87.08 | 63.02 | - |
| YUV | 238.22 | 102.48 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 241 | 193 | 0 | 0.04 | 0.23 | 0.02 | 50.53 | 0.85 | 0.87 |
| Hex | FA | F1 | C1 | 0 | 4 | 17 | 2 | 33 | 55 | 57 |
| Octal | 372 | 361 | 301 | 0 | 4 | 27 | 2 | 63 | 125 | 127 |
| Binary | 11111010 | 11110001 | 11000001 | 0 | 100 | 10111 | 10 | 110011 | 1010101 | 1010111 |
Color Harmonies of #FAF1C1
Complementary color
Monochromatic Colors of #FAF1C1
Black with #FAF1C1
Text Example
Text Example
White with #FAF1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF1C1; }
p { color: rgb(250,241,193); }
H1.HeaderClassName
{
color: #FAF1C1;
}
.AnyTagClassName
{
color: #FAF1C1;
}
</style>
background-color css
<style>
a { background-color: #FAF1C1; }
a { background-color: rgb(250,241,193); }
div.DivClassName
{
background-color: #FAF1C1;
}
.BgClassName
{
background-color: #FAF1C1;
}
</style>
border-color css
<style>
span { border-color: #FAF1C1; }
span { border-color: rgb(250,241,193); }
td.TdClassName
{
border-color: #FAF1C1;
}
.TagClassName
{
border-color: #FAF1C1;
}
</style>