Shades of Corn Field #FAF4CA
Tints of Corn Field #FAF4CA
RGB
CMYK
RGB Variations
Color information
#FAF4CA (or 0xFAF4CA) is known color: Corn Field. HEX triplet: FA, F4 and CA. RGB value is (250,244,202). Sum of RGB (Red+Green+Blue) = 250+244+202=696 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.92% from 696); Green value is 244 (95.70% from 255 or 35.06% from 696); Blue value is 202 (79.30% from 255 or 29.02% from 696); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF4CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF4CA is #050B35. Grayscale: #F1F1F1. Windows color (decimal): -330550 or 13300986. OLE color: 13300986.
HSL color Cylindrical-coordinate representation of color #FAF4CA: hue angle of 52.5º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FAF4CA is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 244 | 202 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.02 |
| HSL | 52.5º | 0.83% | 0.89% | - |
| HSV(B) | 52.5º | 0.19% | 0.98% | - |
| XYZ | 82.44 | 89.29 | 68.77 | - |
| YUV | 241.01 | 105.99 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 244 | 202 | 0 | 0.02 | 0.19 | 0.02 | 52.5 | 0.83 | 0.89 |
| Hex | FA | F4 | CA | 0 | 2 | 13 | 2 | 34 | 53 | 59 |
| Octal | 372 | 364 | 312 | 0 | 2 | 23 | 2 | 64 | 123 | 131 |
| Binary | 11111010 | 11110100 | 11001010 | 0 | 10 | 10011 | 10 | 110100 | 1010011 | 1011001 |
Color Harmonies of #FAF4CA
Complementary color
Monochromatic Colors of #FAF4CA
Black with #FAF4CA
Text Example
Text Example
White with #FAF4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF4CA; }
p { color: rgb(250,244,202); }
H1.HeaderClassName
{
color: #FAF4CA;
}
.AnyTagClassName
{
color: #FAF4CA;
}
</style>
background-color css
<style>
a { background-color: #FAF4CA; }
a { background-color: rgb(250,244,202); }
div.DivClassName
{
background-color: #FAF4CA;
}
.BgClassName
{
background-color: #FAF4CA;
}
</style>
border-color css
<style>
span { border-color: #FAF4CA; }
span { border-color: rgb(250,244,202); }
td.TdClassName
{
border-color: #FAF4CA;
}
.TagClassName
{
border-color: #FAF4CA;
}
</style>