Shades of Corn Field #FAF2CA
Tints of Corn Field #FAF2CA
RGB
CMYK
RGB Variations
Color information
#FAF2CA (or 0xFAF2CA) is known color: Corn Field. HEX triplet: FA, F2 and CA. RGB value is (250,242,202). Sum of RGB (Red+Green+Blue) = 250+242+202=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 242 (94.92% from 255 or 34.87% from 694); Blue value is 202 (79.30% from 255 or 29.11% from 694); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF2CA is #050D35. Grayscale: #F0F0F0. Windows color (decimal): -331062 or 13300474. OLE color: 13300474.
HSL color Cylindrical-coordinate representation of color #FAF2CA: hue angle of 50º 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 #FAF2CA is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 202 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.02 |
| HSL | 50º | 0.83% | 0.89% | - |
| HSV(B) | 50º | 0.19% | 0.98% | - |
| XYZ | 81.84 | 88.09 | 68.57 | - |
| YUV | 239.83 | 106.65 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 202 | 0 | 0.03 | 0.19 | 0.02 | 50 | 0.83 | 0.89 |
| Hex | FA | F2 | CA | 0 | 3 | 13 | 2 | 32 | 53 | 59 |
| Octal | 372 | 362 | 312 | 0 | 3 | 23 | 2 | 62 | 123 | 131 |
| Binary | 11111010 | 11110010 | 11001010 | 0 | 11 | 10011 | 10 | 110010 | 1010011 | 1011001 |
Color Harmonies of #FAF2CA
Complementary color
Monochromatic Colors of #FAF2CA
Black with #FAF2CA
Text Example
Text Example
White with #FAF2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF2CA; }
p { color: rgb(250,242,202); }
H1.HeaderClassName
{
color: #FAF2CA;
}
.AnyTagClassName
{
color: #FAF2CA;
}
</style>
background-color css
<style>
a { background-color: #FAF2CA; }
a { background-color: rgb(250,242,202); }
div.DivClassName
{
background-color: #FAF2CA;
}
.BgClassName
{
background-color: #FAF2CA;
}
</style>
border-color css
<style>
span { border-color: #FAF2CA; }
span { border-color: rgb(250,242,202); }
td.TdClassName
{
border-color: #FAF2CA;
}
.TagClassName
{
border-color: #FAF2CA;
}
</style>