Shades of Corn Field #FAF1BF
Tints of Corn Field #FAF1BF
RGB
CMYK
RGB Variations
Color information
#FAF1BF (or 0xFAF1BF) is known color: Corn Field. HEX triplet: FA, F1 and BF. RGB value is (250,241,191). Sum of RGB (Red+Green+Blue) = 250+241+191=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 241 (94.53% from 255 or 35.34% from 682); Blue value is 191 (75% from 255 or 28.01% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF1BF is #050E40. Grayscale: #EEEEEE. Windows color (decimal): -331329 or 12579322. OLE color: 12579322.
HSL color Cylindrical-coordinate representation of color #FAF1BF: hue angle of 50.85º 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 #FAF1BF is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 241 | 191 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.02 |
| HSL | 50.85º | 0.86% | 0.86% | - |
| HSV(B) | 50.85º | 0.24% | 0.98% | - |
| XYZ | 80.28 | 87 | 61.85 | - |
| YUV | 237.99 | 101.48 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 241 | 191 | 0 | 0.04 | 0.24 | 0.02 | 50.85 | 0.86 | 0.86 |
| Hex | FA | F1 | BF | 0 | 4 | 18 | 2 | 33 | 56 | 56 |
| Octal | 372 | 361 | 277 | 0 | 4 | 30 | 2 | 63 | 126 | 126 |
| Binary | 11111010 | 11110001 | 10111111 | 0 | 100 | 11000 | 10 | 110011 | 1010110 | 1010110 |
Color Harmonies of #FAF1BF
Complementary color
Monochromatic Colors of #FAF1BF
Black with #FAF1BF
Text Example
Text Example
White with #FAF1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF1BF; }
p { color: rgb(250,241,191); }
H1.HeaderClassName
{
color: #FAF1BF;
}
.AnyTagClassName
{
color: #FAF1BF;
}
</style>
background-color css
<style>
a { background-color: #FAF1BF; }
a { background-color: rgb(250,241,191); }
div.DivClassName
{
background-color: #FAF1BF;
}
.BgClassName
{
background-color: #FAF1BF;
}
</style>
border-color css
<style>
span { border-color: #FAF1BF; }
span { border-color: rgb(250,241,191); }
td.TdClassName
{
border-color: #FAF1BF;
}
.TagClassName
{
border-color: #FAF1BF;
}
</style>