Shades of Corn Field #FAF2C6
Tints of Corn Field #FAF2C6
RGB
CMYK
RGB Variations
Color information
#FAF2C6 (or 0xFAF2C6) is known color: Corn Field. HEX triplet: FA, F2 and C6. RGB value is (250,242,198). Sum of RGB (Red+Green+Blue) = 250+242+198=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 242 (94.92% from 255 or 35.07% from 690); Blue value is 198 (77.73% from 255 or 28.70% from 690); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2C6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF2C6 is #050D39. Grayscale: #EFEFEF. Windows color (decimal): -331066 or 13038330. OLE color: 13038330.
HSL color Cylindrical-coordinate representation of color #FAF2C6: hue angle of 50.77º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAF2C6 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 198 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.02 |
| HSL | 50.77º | 0.84% | 0.88% | - |
| HSV(B) | 50.77º | 0.21% | 0.98% | - |
| XYZ | 81.37 | 87.91 | 66.1 | - |
| YUV | 239.38 | 104.65 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 198 | 0 | 0.03 | 0.21 | 0.02 | 50.77 | 0.84 | 0.88 |
| Hex | FA | F2 | C6 | 0 | 3 | 15 | 2 | 33 | 54 | 58 |
| Octal | 372 | 362 | 306 | 0 | 3 | 25 | 2 | 63 | 124 | 130 |
| Binary | 11111010 | 11110010 | 11000110 | 0 | 11 | 10101 | 10 | 110011 | 1010100 | 1011000 |
Color Harmonies of #FAF2C6
Complementary color
Monochromatic Colors of #FAF2C6
Black with #FAF2C6
Text Example
Text Example
White with #FAF2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF2C6; }
p { color: rgb(250,242,198); }
H1.HeaderClassName
{
color: #FAF2C6;
}
.AnyTagClassName
{
color: #FAF2C6;
}
</style>
background-color css
<style>
a { background-color: #FAF2C6; }
a { background-color: rgb(250,242,198); }
div.DivClassName
{
background-color: #FAF2C6;
}
.BgClassName
{
background-color: #FAF2C6;
}
</style>
border-color css
<style>
span { border-color: #FAF2C6; }
span { border-color: rgb(250,242,198); }
td.TdClassName
{
border-color: #FAF2C6;
}
.TagClassName
{
border-color: #FAF2C6;
}
</style>