Shades of Corn Field #FAF5C6
Tints of Corn Field #FAF5C6
RGB
CMYK
RGB Variations
Color information
#FAF5C6 (or 0xFAF5C6) is known color: Corn Field. HEX triplet: FA, F5 and C6. RGB value is (250,245,198). Sum of RGB (Red+Green+Blue) = 250+245+198=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 245 (96.09% from 255 or 35.35% from 693); Blue value is 198 (77.73% from 255 or 28.57% from 693); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5C6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF5C6 is #050A39. Grayscale: #F1F1F1. Windows color (decimal): -330298 or 13039098. OLE color: 13039098.
HSL color Cylindrical-coordinate representation of color #FAF5C6: hue angle of 54.23º 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 #FAF5C6 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 245 | 198 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.02 |
| HSL | 54.23º | 0.84% | 0.88% | - |
| HSV(B) | 54.23º | 0.21% | 0.98% | - |
| XYZ | 82.27 | 89.71 | 66.4 | - |
| YUV | 241.14 | 103.66 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 245 | 198 | 0 | 0.02 | 0.21 | 0.02 | 54.23 | 0.84 | 0.88 |
| Hex | FA | F5 | C6 | 0 | 2 | 15 | 2 | 36 | 54 | 58 |
| Octal | 372 | 365 | 306 | 0 | 2 | 25 | 2 | 66 | 124 | 130 |
| Binary | 11111010 | 11110101 | 11000110 | 0 | 10 | 10101 | 10 | 110110 | 1010100 | 1011000 |
Color Harmonies of #FAF5C6
Complementary color
Monochromatic Colors of #FAF5C6
Black with #FAF5C6
Text Example
Text Example
White with #FAF5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF5C6; }
p { color: rgb(250,245,198); }
H1.HeaderClassName
{
color: #FAF5C6;
}
.AnyTagClassName
{
color: #FAF5C6;
}
</style>
background-color css
<style>
a { background-color: #FAF5C6; }
a { background-color: rgb(250,245,198); }
div.DivClassName
{
background-color: #FAF5C6;
}
.BgClassName
{
background-color: #FAF5C6;
}
</style>
border-color css
<style>
span { border-color: #FAF5C6; }
span { border-color: rgb(250,245,198); }
td.TdClassName
{
border-color: #FAF5C6;
}
.TagClassName
{
border-color: #FAF5C6;
}
</style>