Shades of Corn Field #FAF8C7
Tints of Corn Field #FAF8C7
RGB
CMYK
RGB Variations
Color information
#FAF8C7 (or 0xFAF8C7) is known color: Corn Field. HEX triplet: FA, F8 and C7. RGB value is (250,248,199). Sum of RGB (Red+Green+Blue) = 250+248+199=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 248 (97.27% from 255 or 35.58% from 697); Blue value is 199 (78.12% from 255 or 28.55% from 697); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF8C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF8C7 is #050738. Grayscale: #F3F3F3. Windows color (decimal): -329529 or 13105402. OLE color: 13105402.
HSL color Cylindrical-coordinate representation of color #FAF8C7: hue angle of 57.65º 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 #FAF8C7 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 248 | 199 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.02 |
| HSL | 57.65º | 0.84% | 0.88% | - |
| HSV(B) | 57.65º | 0.2% | 0.98% | - |
| XYZ | 83.3 | 91.58 | 67.32 | - |
| YUV | 243.01 | 103.16 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 248 | 199 | 0 | 0.01 | 0.20 | 0.02 | 57.65 | 0.84 | 0.88 |
| Hex | FA | F8 | C7 | 0 | 1 | 14 | 2 | 3A | 54 | 58 |
| Octal | 372 | 370 | 307 | 0 | 1 | 24 | 2 | 72 | 124 | 130 |
| Binary | 11111010 | 11111000 | 11000111 | 0 | 1 | 10100 | 10 | 111010 | 1010100 | 1011000 |
Color Harmonies of #FAF8C7
Complementary color
Monochromatic Colors of #FAF8C7
Black with #FAF8C7
Text Example
Text Example
White with #FAF8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF8C7; }
p { color: rgb(250,248,199); }
H1.HeaderClassName
{
color: #FAF8C7;
}
.AnyTagClassName
{
color: #FAF8C7;
}
</style>
background-color css
<style>
a { background-color: #FAF8C7; }
a { background-color: rgb(250,248,199); }
div.DivClassName
{
background-color: #FAF8C7;
}
.BgClassName
{
background-color: #FAF8C7;
}
</style>
border-color css
<style>
span { border-color: #FAF8C7; }
span { border-color: rgb(250,248,199); }
td.TdClassName
{
border-color: #FAF8C7;
}
.TagClassName
{
border-color: #FAF8C7;
}
</style>