Shades of Corn Field #FCF3BA
Tints of Corn Field #FCF3BA
RGB
CMYK
RGB Variations
Color information
#FCF3BA (or 0xFCF3BA) is known color: Corn Field. HEX triplet: FC, F3 and BA. RGB value is (252,243,186). Sum of RGB (Red+Green+Blue) = 252+243+186=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 243 (95.31% from 255 or 35.68% from 681); Blue value is 186 (73.05% from 255 or 27.31% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF3BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF3BA is #030C45. Grayscale: #EFEFEF. Windows color (decimal): -199750 or 12252156. OLE color: 12252156.
HSL color Cylindrical-coordinate representation of color #FCF3BA: hue angle of 51.82º 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 #FCF3BA is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 243 | 186 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.01 |
| HSL | 51.82º | 0.92% | 0.86% | - |
| HSV(B) | 51.82º | 0.26% | 0.99% | - |
| XYZ | 81.06 | 88.34 | 59.23 | - |
| YUV | 239.19 | 97.98 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 243 | 186 | 0 | 0.04 | 0.26 | 0.01 | 51.82 | 0.92 | 0.86 |
| Hex | FC | F3 | BA | 0 | 4 | 1A | 1 | 34 | 5C | 56 |
| Octal | 374 | 363 | 272 | 0 | 4 | 32 | 1 | 64 | 134 | 126 |
| Binary | 11111100 | 11110011 | 10111010 | 0 | 100 | 11010 | 1 | 110100 | 1011100 | 1010110 |
Color Harmonies of #FCF3BA
Complementary color
Monochromatic Colors of #FCF3BA
Black with #FCF3BA
Text Example
Text Example
White with #FCF3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF3BA; }
p { color: rgb(252,243,186); }
H1.HeaderClassName
{
color: #FCF3BA;
}
.AnyTagClassName
{
color: #FCF3BA;
}
</style>
background-color css
<style>
a { background-color: #FCF3BA; }
a { background-color: rgb(252,243,186); }
div.DivClassName
{
background-color: #FCF3BA;
}
.BgClassName
{
background-color: #FCF3BA;
}
</style>
border-color css
<style>
span { border-color: #FCF3BA; }
span { border-color: rgb(252,243,186); }
td.TdClassName
{
border-color: #FCF3BA;
}
.TagClassName
{
border-color: #FCF3BA;
}
</style>