Shades of Corn Field #FAF3C7
Tints of Corn Field #FAF3C7
RGB
CMYK
RGB Variations
Color information
#FAF3C7 (or 0xFAF3C7) is known color: Corn Field. HEX triplet: FA, F3 and C7. RGB value is (250,243,199). Sum of RGB (Red+Green+Blue) = 250+243+199=692 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.13% from 692); Green value is 243 (95.31% from 255 or 35.12% from 692); Blue value is 199 (78.12% from 255 or 28.76% from 692); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF3C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF3C7 is #050C38. Grayscale: #F0F0F0. Windows color (decimal): -330809 or 13104122. OLE color: 13104122.
HSL color Cylindrical-coordinate representation of color #FAF3C7: hue angle of 51.76º 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 #FAF3C7 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 243 | 199 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.02 |
| HSL | 51.76º | 0.84% | 0.88% | - |
| HSV(B) | 51.76º | 0.2% | 0.98% | - |
| XYZ | 81.78 | 88.55 | 66.81 | - |
| YUV | 240.08 | 104.82 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 243 | 199 | 0 | 0.03 | 0.20 | 0.02 | 51.76 | 0.84 | 0.88 |
| Hex | FA | F3 | C7 | 0 | 3 | 14 | 2 | 34 | 54 | 58 |
| Octal | 372 | 363 | 307 | 0 | 3 | 24 | 2 | 64 | 124 | 130 |
| Binary | 11111010 | 11110011 | 11000111 | 0 | 11 | 10100 | 10 | 110100 | 1010100 | 1011000 |
Color Harmonies of #FAF3C7
Complementary color
Monochromatic Colors of #FAF3C7
Black with #FAF3C7
Text Example
Text Example
White with #FAF3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF3C7; }
p { color: rgb(250,243,199); }
H1.HeaderClassName
{
color: #FAF3C7;
}
.AnyTagClassName
{
color: #FAF3C7;
}
</style>
background-color css
<style>
a { background-color: #FAF3C7; }
a { background-color: rgb(250,243,199); }
div.DivClassName
{
background-color: #FAF3C7;
}
.BgClassName
{
background-color: #FAF3C7;
}
</style>
border-color css
<style>
span { border-color: #FAF3C7; }
span { border-color: rgb(250,243,199); }
td.TdClassName
{
border-color: #FAF3C7;
}
.TagClassName
{
border-color: #FAF3C7;
}
</style>