Shades of Corn Field #FAF0B7
Tints of Corn Field #FAF0B7
RGB
CMYK
RGB Variations
Color information
#FAF0B7 (or 0xFAF0B7) is known color: Corn Field. HEX triplet: FA, F0 and B7. RGB value is (250,240,183). Sum of RGB (Red+Green+Blue) = 250+240+183=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 240 (94.14% from 255 or 35.66% from 673); Blue value is 183 (71.88% from 255 or 27.19% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0B7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF0B7 is #050F48. Grayscale: #ECECEC. Windows color (decimal): -331593 or 12054778. OLE color: 12054778.
HSL color Cylindrical-coordinate representation of color #FAF0B7: hue angle of 51.04º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FAF0B7 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 240 | 183 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.02 |
| HSL | 51.04º | 0.87% | 0.85% | - |
| HSV(B) | 51.04º | 0.27% | 0.98% | - |
| XYZ | 79.13 | 86.06 | 57.24 | - |
| YUV | 236.49 | 97.81 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 240 | 183 | 0 | 0.04 | 0.27 | 0.02 | 51.04 | 0.87 | 0.85 |
| Hex | FA | F0 | B7 | 0 | 4 | 1B | 2 | 33 | 57 | 55 |
| Octal | 372 | 360 | 267 | 0 | 4 | 33 | 2 | 63 | 127 | 125 |
| Binary | 11111010 | 11110000 | 10110111 | 0 | 100 | 11011 | 10 | 110011 | 1010111 | 1010101 |
Color Harmonies of #FAF0B7
Complementary color
Monochromatic Colors of #FAF0B7
Black with #FAF0B7
Text Example
Text Example
White with #FAF0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF0B7; }
p { color: rgb(250,240,183); }
H1.HeaderClassName
{
color: #FAF0B7;
}
.AnyTagClassName
{
color: #FAF0B7;
}
</style>
background-color css
<style>
a { background-color: #FAF0B7; }
a { background-color: rgb(250,240,183); }
div.DivClassName
{
background-color: #FAF0B7;
}
.BgClassName
{
background-color: #FAF0B7;
}
</style>
border-color css
<style>
span { border-color: #FAF0B7; }
span { border-color: rgb(250,240,183); }
td.TdClassName
{
border-color: #FAF0B7;
}
.TagClassName
{
border-color: #FAF0B7;
}
</style>