Shades of Corn Field #FAF1C8
Tints of Corn Field #FAF1C8
RGB
CMYK
RGB Variations
Color information
#FAF1C8 (or 0xFAF1C8) is known color: Corn Field. HEX triplet: FA, F1 and C8. RGB value is (250,241,200). Sum of RGB (Red+Green+Blue) = 250+241+200=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 241 (94.53% from 255 or 34.88% from 691); Blue value is 200 (78.52% from 255 or 28.94% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF1C8 is #050E37. Grayscale: #EFEFEF. Windows color (decimal): -331320 or 13169146. OLE color: 13169146.
HSL color Cylindrical-coordinate representation of color #FAF1C8: hue angle of 49.2º degrees, saturation: 0.83, 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 #FAF1C8 is Cyan = 0, Magento = 0.04, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 241 | 200 | - |
| CMYK | 0 | 0.04 | 0.2 | 0.02 |
| HSL | 49.2º | 0.83% | 0.88% | - |
| HSV(B) | 49.2º | 0.2% | 0.98% | - |
| XYZ | 81.3 | 87.4 | 67.23 | - |
| YUV | 239.02 | 105.98 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 241 | 200 | 0 | 0.04 | 0.2 | 0.02 | 49.2 | 0.83 | 0.88 |
| Hex | FA | F1 | C8 | 0 | 4 | 14 | 2 | 31 | 53 | 58 |
| Octal | 372 | 361 | 310 | 0 | 4 | 24 | 2 | 61 | 123 | 130 |
| Binary | 11111010 | 11110001 | 11001000 | 0 | 100 | 10100 | 10 | 110001 | 1010011 | 1011000 |
Color Harmonies of #FAF1C8
Complementary color
Monochromatic Colors of #FAF1C8
Black with #FAF1C8
Text Example
Text Example
White with #FAF1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF1C8; }
p { color: rgb(250,241,200); }
H1.HeaderClassName
{
color: #FAF1C8;
}
.AnyTagClassName
{
color: #FAF1C8;
}
</style>
background-color css
<style>
a { background-color: #FAF1C8; }
a { background-color: rgb(250,241,200); }
div.DivClassName
{
background-color: #FAF1C8;
}
.BgClassName
{
background-color: #FAF1C8;
}
</style>
border-color css
<style>
span { border-color: #FAF1C8; }
span { border-color: rgb(250,241,200); }
td.TdClassName
{
border-color: #FAF1C8;
}
.TagClassName
{
border-color: #FAF1C8;
}
</style>