Shades of Corn Field #FAF6C3
Tints of Corn Field #FAF6C3
RGB
CMYK
RGB Variations
Color information
#FAF6C3 (or 0xFAF6C3) is known color: Corn Field. HEX triplet: FA, F6 and C3. RGB value is (250,246,195). Sum of RGB (Red+Green+Blue) = 250+246+195=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 246 (96.48% from 255 or 35.60% from 691); Blue value is 195 (76.56% from 255 or 28.22% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6C3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF6C3 is #05093C. Grayscale: #F1F1F1. Windows color (decimal): -330045 or 12842746. OLE color: 12842746.
HSL color Cylindrical-coordinate representation of color #FAF6C3: hue angle of 55.64º degrees, saturation: 0.85, 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 #FAF6C3 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 246 | 195 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.02 |
| HSL | 55.64º | 0.85% | 0.87% | - |
| HSV(B) | 55.64º | 0.22% | 0.98% | - |
| XYZ | 82.23 | 90.18 | 64.7 | - |
| YUV | 241.38 | 101.83 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 246 | 195 | 0 | 0.02 | 0.22 | 0.02 | 55.64 | 0.85 | 0.87 |
| Hex | FA | F6 | C3 | 0 | 2 | 16 | 2 | 38 | 55 | 57 |
| Octal | 372 | 366 | 303 | 0 | 2 | 26 | 2 | 70 | 125 | 127 |
| Binary | 11111010 | 11110110 | 11000011 | 0 | 10 | 10110 | 10 | 111000 | 1010101 | 1010111 |
Color Harmonies of #FAF6C3
Complementary color
Monochromatic Colors of #FAF6C3
Black with #FAF6C3
Text Example
Text Example
White with #FAF6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF6C3; }
p { color: rgb(250,246,195); }
H1.HeaderClassName
{
color: #FAF6C3;
}
.AnyTagClassName
{
color: #FAF6C3;
}
</style>
background-color css
<style>
a { background-color: #FAF6C3; }
a { background-color: rgb(250,246,195); }
div.DivClassName
{
background-color: #FAF6C3;
}
.BgClassName
{
background-color: #FAF6C3;
}
</style>
border-color css
<style>
span { border-color: #FAF6C3; }
span { border-color: rgb(250,246,195); }
td.TdClassName
{
border-color: #FAF6C3;
}
.TagClassName
{
border-color: #FAF6C3;
}
</style>