Shades of Corn Field #FAF2C7
Tints of Corn Field #FAF2C7
RGB
CMYK
RGB Variations
Color information
#FAF2C7 (or 0xFAF2C7) is known color: Corn Field. HEX triplet: FA, F2 and C7. RGB value is (250,242,199). Sum of RGB (Red+Green+Blue) = 250+242+199=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 242 (94.92% from 255 or 35.02% from 691); Blue value is 199 (78.12% from 255 or 28.80% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF2C7 is #050D38. Grayscale: #EFEFEF. Windows color (decimal): -331065 or 13103866. OLE color: 13103866.
HSL color Cylindrical-coordinate representation of color #FAF2C7: hue angle of 50.59º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAF2C7 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 199 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.02 |
| HSL | 50.59º | 0.84% | 0.88% | - |
| HSV(B) | 50.59º | 0.2% | 0.98% | - |
| XYZ | 81.49 | 87.95 | 66.71 | - |
| YUV | 239.49 | 105.15 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 199 | 0 | 0.03 | 0.20 | 0.02 | 50.59 | 0.84 | 0.88 |
| Hex | FA | F2 | C7 | 0 | 3 | 14 | 2 | 33 | 54 | 58 |
| Octal | 372 | 362 | 307 | 0 | 3 | 24 | 2 | 63 | 124 | 130 |
| Binary | 11111010 | 11110010 | 11000111 | 0 | 11 | 10100 | 10 | 110011 | 1010100 | 1011000 |
Color Harmonies of #FAF2C7
Complementary color
Monochromatic Colors of #FAF2C7
Black with #FAF2C7
Text Example
Text Example
White with #FAF2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF2C7; }
p { color: rgb(250,242,199); }
H1.HeaderClassName
{
color: #FAF2C7;
}
.AnyTagClassName
{
color: #FAF2C7;
}
</style>
background-color css
<style>
a { background-color: #FAF2C7; }
a { background-color: rgb(250,242,199); }
div.DivClassName
{
background-color: #FAF2C7;
}
.BgClassName
{
background-color: #FAF2C7;
}
</style>
border-color css
<style>
span { border-color: #FAF2C7; }
span { border-color: rgb(250,242,199); }
td.TdClassName
{
border-color: #FAF2C7;
}
.TagClassName
{
border-color: #FAF2C7;
}
</style>