Shades of Corn Field #FAF5BE
Tints of Corn Field #FAF5BE
RGB
CMYK
RGB Variations
Color information
#FAF5BE (or 0xFAF5BE) is known color: Corn Field. HEX triplet: FA, F5 and BE. RGB value is (250,245,190). Sum of RGB (Red+Green+Blue) = 250+245+190=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 245 (96.09% from 255 or 35.77% from 685); Blue value is 190 (74.61% from 255 or 27.74% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF5BE is #050A41. Grayscale: #F0F0F0. Windows color (decimal): -330306 or 12514810. OLE color: 12514810.
HSL color Cylindrical-coordinate representation of color #FAF5BE: hue angle of 55º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FAF5BE is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 245 | 190 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.02 |
| HSL | 55º | 0.86% | 0.86% | - |
| HSV(B) | 55º | 0.24% | 0.98% | - |
| XYZ | 81.37 | 89.35 | 61.67 | - |
| YUV | 240.23 | 99.66 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 245 | 190 | 0 | 0.02 | 0.24 | 0.02 | 55 | 0.86 | 0.86 |
| Hex | FA | F5 | BE | 0 | 2 | 18 | 2 | 37 | 56 | 56 |
| Octal | 372 | 365 | 276 | 0 | 2 | 30 | 2 | 67 | 126 | 126 |
| Binary | 11111010 | 11110101 | 10111110 | 0 | 10 | 11000 | 10 | 110111 | 1010110 | 1010110 |
Color Harmonies of #FAF5BE
Complementary color
Monochromatic Colors of #FAF5BE
Black with #FAF5BE
Text Example
Text Example
White with #FAF5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF5BE; }
p { color: rgb(250,245,190); }
H1.HeaderClassName
{
color: #FAF5BE;
}
.AnyTagClassName
{
color: #FAF5BE;
}
</style>
background-color css
<style>
a { background-color: #FAF5BE; }
a { background-color: rgb(250,245,190); }
div.DivClassName
{
background-color: #FAF5BE;
}
.BgClassName
{
background-color: #FAF5BE;
}
</style>
border-color css
<style>
span { border-color: #FAF5BE; }
span { border-color: rgb(250,245,190); }
td.TdClassName
{
border-color: #FAF5BE;
}
.TagClassName
{
border-color: #FAF5BE;
}
</style>