Shades of Corn Field #FCF2BA
Tints of Corn Field #FCF2BA
RGB
CMYK
RGB Variations
Color information
#FCF2BA (or 0xFCF2BA) is known color: Corn Field. HEX triplet: FC, F2 and BA. RGB value is (252,242,186). Sum of RGB (Red+Green+Blue) = 252+242+186=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 242 (94.92% from 255 or 35.59% from 680); Blue value is 186 (73.05% from 255 or 27.35% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF2BA is #030D45. Grayscale: #EEEEEE. Windows color (decimal): -200006 or 12251900. OLE color: 12251900.
HSL color Cylindrical-coordinate representation of color #FCF2BA: hue angle of 50.91º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCF2BA is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 186 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.01 |
| HSL | 50.91º | 0.92% | 0.86% | - |
| HSV(B) | 50.91º | 0.26% | 0.99% | - |
| XYZ | 80.76 | 87.74 | 59.13 | - |
| YUV | 238.61 | 98.31 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 186 | 0 | 0.04 | 0.26 | 0.01 | 50.91 | 0.92 | 0.86 |
| Hex | FC | F2 | BA | 0 | 4 | 1A | 1 | 33 | 5C | 56 |
| Octal | 374 | 362 | 272 | 0 | 4 | 32 | 1 | 63 | 134 | 126 |
| Binary | 11111100 | 11110010 | 10111010 | 0 | 100 | 11010 | 1 | 110011 | 1011100 | 1010110 |
Color Harmonies of #FCF2BA
Complementary color
Monochromatic Colors of #FCF2BA
Black with #FCF2BA
Text Example
Text Example
White with #FCF2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF2BA; }
p { color: rgb(252,242,186); }
H1.HeaderClassName
{
color: #FCF2BA;
}
.AnyTagClassName
{
color: #FCF2BA;
}
</style>
background-color css
<style>
a { background-color: #FCF2BA; }
a { background-color: rgb(252,242,186); }
div.DivClassName
{
background-color: #FCF2BA;
}
.BgClassName
{
background-color: #FCF2BA;
}
</style>
border-color css
<style>
span { border-color: #FCF2BA; }
span { border-color: rgb(252,242,186); }
td.TdClassName
{
border-color: #FCF2BA;
}
.TagClassName
{
border-color: #FCF2BA;
}
</style>