Shades of Corn Field #FAF4C8
Tints of Corn Field #FAF4C8
RGB
CMYK
RGB Variations
Color information
#FAF4C8 (or 0xFAF4C8) is known color: Corn Field. HEX triplet: FA, F4 and C8. RGB value is (250,244,200). Sum of RGB (Red+Green+Blue) = 250+244+200=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 244 (95.70% from 255 or 35.16% from 694); Blue value is 200 (78.52% from 255 or 28.82% from 694); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF4C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF4C8 is #050B37. Grayscale: #F0F0F0. Windows color (decimal): -330552 or 13169914. OLE color: 13169914.
HSL color Cylindrical-coordinate representation of color #FAF4C8: hue angle of 52.8º 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 #FAF4C8 is Cyan = 0, Magento = 0.02, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 244 | 200 | - |
| CMYK | 0 | 0.02 | 0.2 | 0.02 |
| HSL | 52.8º | 0.83% | 0.88% | - |
| HSV(B) | 52.8º | 0.2% | 0.98% | - |
| XYZ | 82.2 | 89.2 | 67.53 | - |
| YUV | 240.78 | 104.99 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 244 | 200 | 0 | 0.02 | 0.2 | 0.02 | 52.8 | 0.83 | 0.88 |
| Hex | FA | F4 | C8 | 0 | 2 | 14 | 2 | 35 | 53 | 58 |
| Octal | 372 | 364 | 310 | 0 | 2 | 24 | 2 | 65 | 123 | 130 |
| Binary | 11111010 | 11110100 | 11001000 | 0 | 10 | 10100 | 10 | 110101 | 1010011 | 1011000 |
Color Harmonies of #FAF4C8
Complementary color
Monochromatic Colors of #FAF4C8
Black with #FAF4C8
Text Example
Text Example
White with #FAF4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF4C8; }
p { color: rgb(250,244,200); }
H1.HeaderClassName
{
color: #FAF4C8;
}
.AnyTagClassName
{
color: #FAF4C8;
}
</style>
background-color css
<style>
a { background-color: #FAF4C8; }
a { background-color: rgb(250,244,200); }
div.DivClassName
{
background-color: #FAF4C8;
}
.BgClassName
{
background-color: #FAF4C8;
}
</style>
border-color css
<style>
span { border-color: #FAF4C8; }
span { border-color: rgb(250,244,200); }
td.TdClassName
{
border-color: #FAF4C8;
}
.TagClassName
{
border-color: #FAF4C8;
}
</style>