Shades of Corn Field #FAF6C0
Tints of Corn Field #FAF6C0
RGB
CMYK
RGB Variations
Color information
#FAF6C0 (or 0xFAF6C0) is known color: Corn Field. HEX triplet: FA, F6 and C0. RGB value is (250,246,192). Sum of RGB (Red+Green+Blue) = 250+246+192=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 246 (96.48% from 255 or 35.76% from 688); Blue value is 192 (75.39% from 255 or 27.91% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF6C0 is #05093F. Grayscale: #F1F1F1. Windows color (decimal): -330048 or 12646138. OLE color: 12646138.
HSL color Cylindrical-coordinate representation of color #FAF6C0: hue angle of 55.86º 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 #FAF6C0 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 246 | 192 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.02 |
| HSL | 55.86º | 0.85% | 0.87% | - |
| HSV(B) | 55.86º | 0.23% | 0.98% | - |
| XYZ | 81.89 | 90.04 | 62.93 | - |
| YUV | 241.04 | 100.33 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 246 | 192 | 0 | 0.02 | 0.23 | 0.02 | 55.86 | 0.85 | 0.87 |
| Hex | FA | F6 | C0 | 0 | 2 | 17 | 2 | 38 | 55 | 57 |
| Octal | 372 | 366 | 300 | 0 | 2 | 27 | 2 | 70 | 125 | 127 |
| Binary | 11111010 | 11110110 | 11000000 | 0 | 10 | 10111 | 10 | 111000 | 1010101 | 1010111 |
Color Harmonies of #FAF6C0
Complementary color
Monochromatic Colors of #FAF6C0
Black with #FAF6C0
Text Example
Text Example
White with #FAF6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF6C0; }
p { color: rgb(250,246,192); }
H1.HeaderClassName
{
color: #FAF6C0;
}
.AnyTagClassName
{
color: #FAF6C0;
}
</style>
background-color css
<style>
a { background-color: #FAF6C0; }
a { background-color: rgb(250,246,192); }
div.DivClassName
{
background-color: #FAF6C0;
}
.BgClassName
{
background-color: #FAF6C0;
}
</style>
border-color css
<style>
span { border-color: #FAF6C0; }
span { border-color: rgb(250,246,192); }
td.TdClassName
{
border-color: #FAF6C0;
}
.TagClassName
{
border-color: #FAF6C0;
}
</style>