Shades of Corn Field #FAF6C5
Tints of Corn Field #FAF6C5
RGB
CMYK
RGB Variations
Color information
#FAF6C5 (or 0xFAF6C5) is known color: Corn Field. HEX triplet: FA, F6 and C5. RGB value is (250,246,197). Sum of RGB (Red+Green+Blue) = 250+246+197=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 246 (96.48% from 255 or 35.50% from 693); Blue value is 197 (77.34% from 255 or 28.43% from 693); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF6C5 is #05093A. Grayscale: #F1F1F1. Windows color (decimal): -330043 or 12973818. OLE color: 12973818.
HSL color Cylindrical-coordinate representation of color #FAF6C5: hue angle of 55.47º 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 #FAF6C5 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 246 | 197 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.02 |
| HSL | 55.47º | 0.84% | 0.88% | - |
| HSV(B) | 55.47º | 0.21% | 0.98% | - |
| XYZ | 82.46 | 90.27 | 65.9 | - |
| YUV | 241.61 | 102.83 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 246 | 197 | 0 | 0.02 | 0.21 | 0.02 | 55.47 | 0.84 | 0.88 |
| Hex | FA | F6 | C5 | 0 | 2 | 15 | 2 | 37 | 54 | 58 |
| Octal | 372 | 366 | 305 | 0 | 2 | 25 | 2 | 67 | 124 | 130 |
| Binary | 11111010 | 11110110 | 11000101 | 0 | 10 | 10101 | 10 | 110111 | 1010100 | 1011000 |
Color Harmonies of #FAF6C5
Complementary color
Monochromatic Colors of #FAF6C5
Black with #FAF6C5
Text Example
Text Example
White with #FAF6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF6C5; }
p { color: rgb(250,246,197); }
H1.HeaderClassName
{
color: #FAF6C5;
}
.AnyTagClassName
{
color: #FAF6C5;
}
</style>
background-color css
<style>
a { background-color: #FAF6C5; }
a { background-color: rgb(250,246,197); }
div.DivClassName
{
background-color: #FAF6C5;
}
.BgClassName
{
background-color: #FAF6C5;
}
</style>
border-color css
<style>
span { border-color: #FAF6C5; }
span { border-color: rgb(250,246,197); }
td.TdClassName
{
border-color: #FAF6C5;
}
.TagClassName
{
border-color: #FAF6C5;
}
</style>