Shades of Corn Field #FAF6C1
Tints of Corn Field #FAF6C1
RGB
CMYK
RGB Variations
Color information
#FAF6C1 (or 0xFAF6C1) is known color: Corn Field. HEX triplet: FA, F6 and C1. RGB value is (250,246,193). Sum of RGB (Red+Green+Blue) = 250+246+193=689 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.28% from 689); Green value is 246 (96.48% from 255 or 35.70% from 689); Blue value is 193 (75.78% from 255 or 28.01% from 689); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF6C1 is #05093E. Grayscale: #F1F1F1. Windows color (decimal): -330047 or 12711674. OLE color: 12711674.
HSL color Cylindrical-coordinate representation of color #FAF6C1: hue angle of 55.79º 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 #FAF6C1 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 246 | 193 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.02 |
| HSL | 55.79º | 0.85% | 0.87% | - |
| HSV(B) | 55.79º | 0.23% | 0.98% | - |
| XYZ | 82.01 | 90.09 | 63.52 | - |
| YUV | 241.15 | 100.83 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 246 | 193 | 0 | 0.02 | 0.23 | 0.02 | 55.79 | 0.85 | 0.87 |
| Hex | FA | F6 | C1 | 0 | 2 | 17 | 2 | 38 | 55 | 57 |
| Octal | 372 | 366 | 301 | 0 | 2 | 27 | 2 | 70 | 125 | 127 |
| Binary | 11111010 | 11110110 | 11000001 | 0 | 10 | 10111 | 10 | 111000 | 1010101 | 1010111 |
Color Harmonies of #FAF6C1
Complementary color
Monochromatic Colors of #FAF6C1
Black with #FAF6C1
Text Example
Text Example
White with #FAF6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF6C1; }
p { color: rgb(250,246,193); }
H1.HeaderClassName
{
color: #FAF6C1;
}
.AnyTagClassName
{
color: #FAF6C1;
}
</style>
background-color css
<style>
a { background-color: #FAF6C1; }
a { background-color: rgb(250,246,193); }
div.DivClassName
{
background-color: #FAF6C1;
}
.BgClassName
{
background-color: #FAF6C1;
}
</style>
border-color css
<style>
span { border-color: #FAF6C1; }
span { border-color: rgb(250,246,193); }
td.TdClassName
{
border-color: #FAF6C1;
}
.TagClassName
{
border-color: #FAF6C1;
}
</style>