Shades of Corn Field #FAF2C1
Tints of Corn Field #FAF2C1
RGB
CMYK
RGB Variations
Color information
#FAF2C1 (or 0xFAF2C1) is known color: Corn Field. HEX triplet: FA, F2 and C1. RGB value is (250,242,193). Sum of RGB (Red+Green+Blue) = 250+242+193=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 242 (94.92% from 255 or 35.33% from 685); Blue value is 193 (75.78% from 255 or 28.18% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF2C1 is #050D3E. Grayscale: #EFEFEF. Windows color (decimal): -331071 or 12710650. OLE color: 12710650.
HSL color Cylindrical-coordinate representation of color #FAF2C1: hue angle of 51.58º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FAF2C1 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 193 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.02 |
| HSL | 51.58º | 0.85% | 0.87% | - |
| HSV(B) | 51.58º | 0.23% | 0.98% | - |
| XYZ | 80.8 | 87.68 | 63.12 | - |
| YUV | 238.81 | 102.15 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 193 | 0 | 0.03 | 0.23 | 0.02 | 51.58 | 0.85 | 0.87 |
| Hex | FA | F2 | C1 | 0 | 3 | 17 | 2 | 34 | 55 | 57 |
| Octal | 372 | 362 | 301 | 0 | 3 | 27 | 2 | 64 | 125 | 127 |
| Binary | 11111010 | 11110010 | 11000001 | 0 | 11 | 10111 | 10 | 110100 | 1010101 | 1010111 |
Color Harmonies of #FAF2C1
Complementary color
Monochromatic Colors of #FAF2C1
Black with #FAF2C1
Text Example
Text Example
White with #FAF2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF2C1; }
p { color: rgb(250,242,193); }
H1.HeaderClassName
{
color: #FAF2C1;
}
.AnyTagClassName
{
color: #FAF2C1;
}
</style>
background-color css
<style>
a { background-color: #FAF2C1; }
a { background-color: rgb(250,242,193); }
div.DivClassName
{
background-color: #FAF2C1;
}
.BgClassName
{
background-color: #FAF2C1;
}
</style>
border-color css
<style>
span { border-color: #FAF2C1; }
span { border-color: rgb(250,242,193); }
td.TdClassName
{
border-color: #FAF2C1;
}
.TagClassName
{
border-color: #FAF2C1;
}
</style>