Shades of Corn Field #FAF3CA
Tints of Corn Field #FAF3CA
RGB
CMYK
RGB Variations
Color information
#FAF3CA (or 0xFAF3CA) is known color: Corn Field. HEX triplet: FA, F3 and CA. RGB value is (250,243,202). Sum of RGB (Red+Green+Blue) = 250+243+202=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 243 (95.31% from 255 or 34.96% from 695); Blue value is 202 (79.30% from 255 or 29.06% from 695); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF3CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF3CA is #050C35. Grayscale: #F0F0F0. Windows color (decimal): -330806 or 13300730. OLE color: 13300730.
HSL color Cylindrical-coordinate representation of color #FAF3CA: hue angle of 51.25º 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 #FAF3CA is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 243 | 202 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.02 |
| HSL | 51.25º | 0.83% | 0.89% | - |
| HSV(B) | 51.25º | 0.19% | 0.98% | - |
| XYZ | 82.14 | 88.69 | 68.67 | - |
| YUV | 240.42 | 106.32 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 243 | 202 | 0 | 0.03 | 0.19 | 0.02 | 51.25 | 0.83 | 0.89 |
| Hex | FA | F3 | CA | 0 | 3 | 13 | 2 | 33 | 53 | 59 |
| Octal | 372 | 363 | 312 | 0 | 3 | 23 | 2 | 63 | 123 | 131 |
| Binary | 11111010 | 11110011 | 11001010 | 0 | 11 | 10011 | 10 | 110011 | 1010011 | 1011001 |
Color Harmonies of #FAF3CA
Complementary color
Monochromatic Colors of #FAF3CA
Black with #FAF3CA
Text Example
Text Example
White with #FAF3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF3CA; }
p { color: rgb(250,243,202); }
H1.HeaderClassName
{
color: #FAF3CA;
}
.AnyTagClassName
{
color: #FAF3CA;
}
</style>
background-color css
<style>
a { background-color: #FAF3CA; }
a { background-color: rgb(250,243,202); }
div.DivClassName
{
background-color: #FAF3CA;
}
.BgClassName
{
background-color: #FAF3CA;
}
</style>
border-color css
<style>
span { border-color: #FAF3CA; }
span { border-color: rgb(250,243,202); }
td.TdClassName
{
border-color: #FAF3CA;
}
.TagClassName
{
border-color: #FAF3CA;
}
</style>