Shades of Corn Field #FAF6C6
Tints of Corn Field #FAF6C6
RGB
CMYK
RGB Variations
Color information
#FAF6C6 (or 0xFAF6C6) is known color: Corn Field. HEX triplet: FA, F6 and C6. RGB value is (250,246,198). Sum of RGB (Red+Green+Blue) = 250+246+198=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 246 (96.48% from 255 or 35.45% from 694); Blue value is 198 (77.73% from 255 or 28.53% from 694); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6C6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF6C6 is #050939. Grayscale: #F1F1F1. Windows color (decimal): -330042 or 13039354. OLE color: 13039354.
HSL color Cylindrical-coordinate representation of color #FAF6C6: hue angle of 55.38º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAF6C6 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 246 | 198 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.02 |
| HSL | 55.38º | 0.84% | 0.88% | - |
| HSV(B) | 55.38º | 0.21% | 0.98% | - |
| XYZ | 82.57 | 90.31 | 66.51 | - |
| YUV | 241.72 | 103.33 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 246 | 198 | 0 | 0.02 | 0.21 | 0.02 | 55.38 | 0.84 | 0.88 |
| Hex | FA | F6 | C6 | 0 | 2 | 15 | 2 | 37 | 54 | 58 |
| Octal | 372 | 366 | 306 | 0 | 2 | 25 | 2 | 67 | 124 | 130 |
| Binary | 11111010 | 11110110 | 11000110 | 0 | 10 | 10101 | 10 | 110111 | 1010100 | 1011000 |
Color Harmonies of #FAF6C6
Complementary color
Monochromatic Colors of #FAF6C6
Black with #FAF6C6
Text Example
Text Example
White with #FAF6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF6C6; }
p { color: rgb(250,246,198); }
H1.HeaderClassName
{
color: #FAF6C6;
}
.AnyTagClassName
{
color: #FAF6C6;
}
</style>
background-color css
<style>
a { background-color: #FAF6C6; }
a { background-color: rgb(250,246,198); }
div.DivClassName
{
background-color: #FAF6C6;
}
.BgClassName
{
background-color: #FAF6C6;
}
</style>
border-color css
<style>
span { border-color: #FAF6C6; }
span { border-color: rgb(250,246,198); }
td.TdClassName
{
border-color: #FAF6C6;
}
.TagClassName
{
border-color: #FAF6C6;
}
</style>