Shades of Corn Field #FAF1C7
Tints of Corn Field #FAF1C7
RGB
CMYK
RGB Variations
Color information
#FAF1C7 (or 0xFAF1C7) is known color: Corn Field. HEX triplet: FA, F1 and C7. RGB value is (250,241,199). Sum of RGB (Red+Green+Blue) = 250+241+199=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 241 (94.53% from 255 or 34.93% from 690); Blue value is 199 (78.12% from 255 or 28.84% from 690); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF1C7 is #050E38. Grayscale: #EFEFEF. Windows color (decimal): -331321 or 13103610. OLE color: 13103610.
HSL color Cylindrical-coordinate representation of color #FAF1C7: hue angle of 49.41º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAF1C7 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 241 | 199 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.02 |
| HSL | 49.41º | 0.84% | 0.88% | - |
| HSV(B) | 49.41º | 0.2% | 0.98% | - |
| XYZ | 81.19 | 87.36 | 66.62 | - |
| YUV | 238.9 | 105.48 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 241 | 199 | 0 | 0.04 | 0.20 | 0.02 | 49.41 | 0.84 | 0.88 |
| Hex | FA | F1 | C7 | 0 | 4 | 14 | 2 | 31 | 54 | 58 |
| Octal | 372 | 361 | 307 | 0 | 4 | 24 | 2 | 61 | 124 | 130 |
| Binary | 11111010 | 11110001 | 11000111 | 0 | 100 | 10100 | 10 | 110001 | 1010100 | 1011000 |
Color Harmonies of #FAF1C7
Complementary color
Monochromatic Colors of #FAF1C7
Black with #FAF1C7
Text Example
Text Example
White with #FAF1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF1C7; }
p { color: rgb(250,241,199); }
H1.HeaderClassName
{
color: #FAF1C7;
}
.AnyTagClassName
{
color: #FAF1C7;
}
</style>
background-color css
<style>
a { background-color: #FAF1C7; }
a { background-color: rgb(250,241,199); }
div.DivClassName
{
background-color: #FAF1C7;
}
.BgClassName
{
background-color: #FAF1C7;
}
</style>
border-color css
<style>
span { border-color: #FAF1C7; }
span { border-color: rgb(250,241,199); }
td.TdClassName
{
border-color: #FAF1C7;
}
.TagClassName
{
border-color: #FAF1C7;
}
</style>