Shades of Corn Field #FAF4BA
Tints of Corn Field #FAF4BA
RGB
CMYK
RGB Variations
Color information
#FAF4BA (or 0xFAF4BA) is known color: Corn Field. HEX triplet: FA, F4 and BA. RGB value is (250,244,186). Sum of RGB (Red+Green+Blue) = 250+244+186=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 244 (95.70% from 255 or 35.88% from 680); Blue value is 186 (73.05% from 255 or 27.35% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF4BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF4BA is #050B45. Grayscale: #EFEFEF. Windows color (decimal): -330566 or 12252410. OLE color: 12252410.
HSL color Cylindrical-coordinate representation of color #FAF4BA: hue angle of 54.38º degrees, saturation: 0.86, 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 #FAF4BA is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 244 | 186 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.02 |
| HSL | 54.38º | 0.86% | 0.85% | - |
| HSV(B) | 54.38º | 0.26% | 0.98% | - |
| XYZ | 80.64 | 88.57 | 59.3 | - |
| YUV | 239.18 | 97.99 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 244 | 186 | 0 | 0.02 | 0.26 | 0.02 | 54.38 | 0.86 | 0.85 |
| Hex | FA | F4 | BA | 0 | 2 | 1A | 2 | 36 | 56 | 55 |
| Octal | 372 | 364 | 272 | 0 | 2 | 32 | 2 | 66 | 126 | 125 |
| Binary | 11111010 | 11110100 | 10111010 | 0 | 10 | 11010 | 10 | 110110 | 1010110 | 1010101 |
Color Harmonies of #FAF4BA
Complementary color
Monochromatic Colors of #FAF4BA
Black with #FAF4BA
Text Example
Text Example
White with #FAF4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF4BA; }
p { color: rgb(250,244,186); }
H1.HeaderClassName
{
color: #FAF4BA;
}
.AnyTagClassName
{
color: #FAF4BA;
}
</style>
background-color css
<style>
a { background-color: #FAF4BA; }
a { background-color: rgb(250,244,186); }
div.DivClassName
{
background-color: #FAF4BA;
}
.BgClassName
{
background-color: #FAF4BA;
}
</style>
border-color css
<style>
span { border-color: #FAF4BA; }
span { border-color: rgb(250,244,186); }
td.TdClassName
{
border-color: #FAF4BA;
}
.TagClassName
{
border-color: #FAF4BA;
}
</style>