Shades of Corn Field #FAF7C5
Tints of Corn Field #FAF7C5
RGB
CMYK
RGB Variations
Color information
#FAF7C5 (or 0xFAF7C5) is known color: Corn Field. HEX triplet: FA, F7 and C5. RGB value is (250,247,197). Sum of RGB (Red+Green+Blue) = 250+247+197=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 247 (96.88% from 255 or 35.59% from 694); Blue value is 197 (77.34% from 255 or 28.39% from 694); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF7C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF7C5 is #05083A. Grayscale: #F2F2F2. Windows color (decimal): -329787 or 12974074. OLE color: 12974074.
HSL color Cylindrical-coordinate representation of color #FAF7C5: hue angle of 56.6º 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 #FAF7C5 is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 247 | 197 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.02 |
| HSL | 56.6º | 0.84% | 0.88% | - |
| HSV(B) | 56.6º | 0.21% | 0.98% | - |
| XYZ | 82.76 | 90.88 | 66 | - |
| YUV | 242.2 | 102.49 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 247 | 197 | 0 | 0.01 | 0.21 | 0.02 | 56.6 | 0.84 | 0.88 |
| Hex | FA | F7 | C5 | 0 | 1 | 15 | 2 | 39 | 54 | 58 |
| Octal | 372 | 367 | 305 | 0 | 1 | 25 | 2 | 71 | 124 | 130 |
| Binary | 11111010 | 11110111 | 11000101 | 0 | 1 | 10101 | 10 | 111001 | 1010100 | 1011000 |
Color Harmonies of #FAF7C5
Complementary color
Monochromatic Colors of #FAF7C5
Black with #FAF7C5
Text Example
Text Example
White with #FAF7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF7C5; }
p { color: rgb(250,247,197); }
H1.HeaderClassName
{
color: #FAF7C5;
}
.AnyTagClassName
{
color: #FAF7C5;
}
</style>
background-color css
<style>
a { background-color: #FAF7C5; }
a { background-color: rgb(250,247,197); }
div.DivClassName
{
background-color: #FAF7C5;
}
.BgClassName
{
background-color: #FAF7C5;
}
</style>
border-color css
<style>
span { border-color: #FAF7C5; }
span { border-color: rgb(250,247,197); }
td.TdClassName
{
border-color: #FAF7C5;
}
.TagClassName
{
border-color: #FAF7C5;
}
</style>