Shades of Corn Field #FAF1C4
Tints of Corn Field #FAF1C4
RGB
CMYK
RGB Variations
Color information
#FAF1C4 (or 0xFAF1C4) is known color: Corn Field. HEX triplet: FA, F1 and C4. RGB value is (250,241,196). Sum of RGB (Red+Green+Blue) = 250+241+196=687 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.39% from 687); Green value is 241 (94.53% from 255 or 35.08% from 687); Blue value is 196 (76.95% from 255 or 28.53% from 687); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF1C4 is #050E3B. Grayscale: #EEEEEE. Windows color (decimal): -331324 or 12907002. OLE color: 12907002.
HSL color Cylindrical-coordinate representation of color #FAF1C4: hue angle of 50º degrees, saturation: 0.84, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FAF1C4 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 241 | 196 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.02 |
| HSL | 50º | 0.84% | 0.87% | - |
| HSV(B) | 50º | 0.22% | 0.98% | - |
| XYZ | 80.84 | 87.22 | 64.8 | - |
| YUV | 238.56 | 103.98 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 241 | 196 | 0 | 0.04 | 0.22 | 0.02 | 50 | 0.84 | 0.87 |
| Hex | FA | F1 | C4 | 0 | 4 | 16 | 2 | 32 | 54 | 57 |
| Octal | 372 | 361 | 304 | 0 | 4 | 26 | 2 | 62 | 124 | 127 |
| Binary | 11111010 | 11110001 | 11000100 | 0 | 100 | 10110 | 10 | 110010 | 1010100 | 1010111 |
Color Harmonies of #FAF1C4
Complementary color
Monochromatic Colors of #FAF1C4
Black with #FAF1C4
Text Example
Text Example
White with #FAF1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF1C4; }
p { color: rgb(250,241,196); }
H1.HeaderClassName
{
color: #FAF1C4;
}
.AnyTagClassName
{
color: #FAF1C4;
}
</style>
background-color css
<style>
a { background-color: #FAF1C4; }
a { background-color: rgb(250,241,196); }
div.DivClassName
{
background-color: #FAF1C4;
}
.BgClassName
{
background-color: #FAF1C4;
}
</style>
border-color css
<style>
span { border-color: #FAF1C4; }
span { border-color: rgb(250,241,196); }
td.TdClassName
{
border-color: #FAF1C4;
}
.TagClassName
{
border-color: #FAF1C4;
}
</style>