Shades of Corn Field #FAF5C1
Tints of Corn Field #FAF5C1
RGB
CMYK
RGB Variations
Color information
#FAF5C1 (or 0xFAF5C1) is known color: Corn Field. HEX triplet: FA, F5 and C1. RGB value is (250,245,193). Sum of RGB (Red+Green+Blue) = 250+245+193=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 245 (96.09% from 255 or 35.61% from 688); Blue value is 193 (75.78% from 255 or 28.05% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF5C1 is #050A3E. Grayscale: #F0F0F0. Windows color (decimal): -330303 or 12711418. OLE color: 12711418.
HSL color Cylindrical-coordinate representation of color #FAF5C1: hue angle of 54.74º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FAF5C1 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 245 | 193 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.02 |
| HSL | 54.74º | 0.85% | 0.87% | - |
| HSV(B) | 54.74º | 0.23% | 0.98% | - |
| XYZ | 81.7 | 89.48 | 63.42 | - |
| YUV | 240.57 | 101.16 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 245 | 193 | 0 | 0.02 | 0.23 | 0.02 | 54.74 | 0.85 | 0.87 |
| Hex | FA | F5 | C1 | 0 | 2 | 17 | 2 | 37 | 55 | 57 |
| Octal | 372 | 365 | 301 | 0 | 2 | 27 | 2 | 67 | 125 | 127 |
| Binary | 11111010 | 11110101 | 11000001 | 0 | 10 | 10111 | 10 | 110111 | 1010101 | 1010111 |
Color Harmonies of #FAF5C1
Complementary color
Monochromatic Colors of #FAF5C1
Black with #FAF5C1
Text Example
Text Example
White with #FAF5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF5C1; }
p { color: rgb(250,245,193); }
H1.HeaderClassName
{
color: #FAF5C1;
}
.AnyTagClassName
{
color: #FAF5C1;
}
</style>
background-color css
<style>
a { background-color: #FAF5C1; }
a { background-color: rgb(250,245,193); }
div.DivClassName
{
background-color: #FAF5C1;
}
.BgClassName
{
background-color: #FAF5C1;
}
</style>
border-color css
<style>
span { border-color: #FAF5C1; }
span { border-color: rgb(250,245,193); }
td.TdClassName
{
border-color: #FAF5C1;
}
.TagClassName
{
border-color: #FAF5C1;
}
</style>