Shades of Corn Field #FAF2B9
Tints of Corn Field #FAF2B9
RGB
CMYK
RGB Variations
Color information
#FAF2B9 (or 0xFAF2B9) is known color: Corn Field. HEX triplet: FA, F2 and B9. RGB value is (250,242,185). Sum of RGB (Red+Green+Blue) = 250+242+185=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 242 (94.92% from 255 or 35.75% from 677); Blue value is 185 (72.66% from 255 or 27.33% from 677); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF2B9 is #050D46. Grayscale: #EEEEEE. Windows color (decimal): -331079 or 12186362. OLE color: 12186362.
HSL color Cylindrical-coordinate representation of color #FAF2B9: hue angle of 52.62º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FAF2B9 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 185 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.02 |
| HSL | 52.62º | 0.87% | 0.85% | - |
| HSV(B) | 52.62º | 0.26% | 0.98% | - |
| XYZ | 79.93 | 87.33 | 58.54 | - |
| YUV | 237.89 | 98.15 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 185 | 0 | 0.03 | 0.26 | 0.02 | 52.62 | 0.87 | 0.85 |
| Hex | FA | F2 | B9 | 0 | 3 | 1A | 2 | 35 | 57 | 55 |
| Octal | 372 | 362 | 271 | 0 | 3 | 32 | 2 | 65 | 127 | 125 |
| Binary | 11111010 | 11110010 | 10111001 | 0 | 11 | 11010 | 10 | 110101 | 1010111 | 1010101 |
Color Harmonies of #FAF2B9
Complementary color
Monochromatic Colors of #FAF2B9
Black with #FAF2B9
Text Example
Text Example
White with #FAF2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF2B9; }
p { color: rgb(250,242,185); }
H1.HeaderClassName
{
color: #FAF2B9;
}
.AnyTagClassName
{
color: #FAF2B9;
}
</style>
background-color css
<style>
a { background-color: #FAF2B9; }
a { background-color: rgb(250,242,185); }
div.DivClassName
{
background-color: #FAF2B9;
}
.BgClassName
{
background-color: #FAF2B9;
}
</style>
border-color css
<style>
span { border-color: #FAF2B9; }
span { border-color: rgb(250,242,185); }
td.TdClassName
{
border-color: #FAF2B9;
}
.TagClassName
{
border-color: #FAF2B9;
}
</style>