Shades of Corn Field #FAF2BE
Tints of Corn Field #FAF2BE
RGB
CMYK
RGB Variations
Color information
#FAF2BE (or 0xFAF2BE) is known color: Corn Field. HEX triplet: FA, F2 and BE. RGB value is (250,242,190). Sum of RGB (Red+Green+Blue) = 250+242+190=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 242 (94.92% from 255 or 35.48% from 682); Blue value is 190 (74.61% from 255 or 27.86% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF2BE is #050D41. Grayscale: #EEEEEE. Windows color (decimal): -331074 or 12514042. OLE color: 12514042.
HSL color Cylindrical-coordinate representation of color #FAF2BE: hue angle of 52º 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 #FAF2BE is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 190 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.02 |
| HSL | 52º | 0.86% | 0.86% | - |
| HSV(B) | 52º | 0.24% | 0.98% | - |
| XYZ | 80.47 | 87.55 | 61.37 | - |
| YUV | 238.46 | 100.65 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 190 | 0 | 0.03 | 0.24 | 0.02 | 52 | 0.86 | 0.86 |
| Hex | FA | F2 | BE | 0 | 3 | 18 | 2 | 34 | 56 | 56 |
| Octal | 372 | 362 | 276 | 0 | 3 | 30 | 2 | 64 | 126 | 126 |
| Binary | 11111010 | 11110010 | 10111110 | 0 | 11 | 11000 | 10 | 110100 | 1010110 | 1010110 |
Color Harmonies of #FAF2BE
Complementary color
Monochromatic Colors of #FAF2BE
Black with #FAF2BE
Text Example
Text Example
White with #FAF2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF2BE; }
p { color: rgb(250,242,190); }
H1.HeaderClassName
{
color: #FAF2BE;
}
.AnyTagClassName
{
color: #FAF2BE;
}
</style>
background-color css
<style>
a { background-color: #FAF2BE; }
a { background-color: rgb(250,242,190); }
div.DivClassName
{
background-color: #FAF2BE;
}
.BgClassName
{
background-color: #FAF2BE;
}
</style>
border-color css
<style>
span { border-color: #FAF2BE; }
span { border-color: rgb(250,242,190); }
td.TdClassName
{
border-color: #FAF2BE;
}
.TagClassName
{
border-color: #FAF2BE;
}
</style>