Shades of Corn Field #FAF2C2
Tints of Corn Field #FAF2C2
RGB
CMYK
RGB Variations
Color information
#FAF2C2 (or 0xFAF2C2) is known color: Corn Field. HEX triplet: FA, F2 and C2. RGB value is (250,242,194). Sum of RGB (Red+Green+Blue) = 250+242+194=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 242 (94.92% from 255 or 35.28% from 686); Blue value is 194 (76.17% from 255 or 28.28% from 686); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF2C2 is #050D3D. Grayscale: #EFEFEF. Windows color (decimal): -331070 or 12776186. OLE color: 12776186.
HSL color Cylindrical-coordinate representation of color #FAF2C2: hue angle of 51.43º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FAF2C2 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 194 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.02 |
| HSL | 51.43º | 0.85% | 0.87% | - |
| HSV(B) | 51.43º | 0.22% | 0.98% | - |
| XYZ | 80.91 | 87.72 | 63.71 | - |
| YUV | 238.92 | 102.65 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 194 | 0 | 0.03 | 0.22 | 0.02 | 51.43 | 0.85 | 0.87 |
| Hex | FA | F2 | C2 | 0 | 3 | 16 | 2 | 33 | 55 | 57 |
| Octal | 372 | 362 | 302 | 0 | 3 | 26 | 2 | 63 | 125 | 127 |
| Binary | 11111010 | 11110010 | 11000010 | 0 | 11 | 10110 | 10 | 110011 | 1010101 | 1010111 |
Color Harmonies of #FAF2C2
Complementary color
Monochromatic Colors of #FAF2C2
Black with #FAF2C2
Text Example
Text Example
White with #FAF2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF2C2; }
p { color: rgb(250,242,194); }
H1.HeaderClassName
{
color: #FAF2C2;
}
.AnyTagClassName
{
color: #FAF2C2;
}
</style>
background-color css
<style>
a { background-color: #FAF2C2; }
a { background-color: rgb(250,242,194); }
div.DivClassName
{
background-color: #FAF2C2;
}
.BgClassName
{
background-color: #FAF2C2;
}
</style>
border-color css
<style>
span { border-color: #FAF2C2; }
span { border-color: rgb(250,242,194); }
td.TdClassName
{
border-color: #FAF2C2;
}
.TagClassName
{
border-color: #FAF2C2;
}
</style>