Shades of Corn Field #FAF8C5
Tints of Corn Field #FAF8C5
RGB
CMYK
RGB Variations
Color information
#FAF8C5 (or 0xFAF8C5) is known color: Corn Field. HEX triplet: FA, F8 and C5. RGB value is (250,248,197). Sum of RGB (Red+Green+Blue) = 250+248+197=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 248 (97.27% from 255 or 35.68% from 695); Blue value is 197 (77.34% from 255 or 28.35% from 695); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF8C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF8C5 is #05073A. Grayscale: #F2F2F2. Windows color (decimal): -329531 or 12974330. OLE color: 12974330.
HSL color Cylindrical-coordinate representation of color #FAF8C5: hue angle of 57.74º 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 #FAF8C5 is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 248 | 197 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.02 |
| HSL | 57.74º | 0.84% | 0.88% | - |
| HSV(B) | 57.74º | 0.21% | 0.98% | - |
| XYZ | 83.07 | 91.49 | 66.1 | - |
| YUV | 242.78 | 102.16 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 248 | 197 | 0 | 0.01 | 0.21 | 0.02 | 57.74 | 0.84 | 0.88 |
| Hex | FA | F8 | C5 | 0 | 1 | 15 | 2 | 3A | 54 | 58 |
| Octal | 372 | 370 | 305 | 0 | 1 | 25 | 2 | 72 | 124 | 130 |
| Binary | 11111010 | 11111000 | 11000101 | 0 | 1 | 10101 | 10 | 111010 | 1010100 | 1011000 |
Color Harmonies of #FAF8C5
Complementary color
Monochromatic Colors of #FAF8C5
Black with #FAF8C5
Text Example
Text Example
White with #FAF8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF8C5; }
p { color: rgb(250,248,197); }
H1.HeaderClassName
{
color: #FAF8C5;
}
.AnyTagClassName
{
color: #FAF8C5;
}
</style>
background-color css
<style>
a { background-color: #FAF8C5; }
a { background-color: rgb(250,248,197); }
div.DivClassName
{
background-color: #FAF8C5;
}
.BgClassName
{
background-color: #FAF8C5;
}
</style>
border-color css
<style>
span { border-color: #FAF8C5; }
span { border-color: rgb(250,248,197); }
td.TdClassName
{
border-color: #FAF8C5;
}
.TagClassName
{
border-color: #FAF8C5;
}
</style>