Shades of Corn Field #FCF2BC
Tints of Corn Field #FCF2BC
RGB
CMYK
RGB Variations
Color information
#FCF2BC (or 0xFCF2BC) is known color: Corn Field. HEX triplet: FC, F2 and BC. RGB value is (252,242,188). Sum of RGB (Red+Green+Blue) = 252+242+188=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 242 (94.92% from 255 or 35.48% from 682); Blue value is 188 (73.83% from 255 or 27.57% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF2BC is #030D43. Grayscale: #EFEFEF. Windows color (decimal): -200004 or 12382972. OLE color: 12382972.
HSL color Cylindrical-coordinate representation of color #FCF2BC: hue angle of 50.62º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCF2BC is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 188 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.01 |
| HSL | 50.63º | 0.91% | 0.86% | - |
| HSV(B) | 50.63º | 0.25% | 0.99% | - |
| XYZ | 80.97 | 87.83 | 60.26 | - |
| YUV | 238.83 | 99.31 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 188 | 0 | 0.04 | 0.25 | 0.01 | 50.63 | 0.91 | 0.86 |
| Hex | FC | F2 | BC | 0 | 4 | 19 | 1 | 33 | 5B | 56 |
| Octal | 374 | 362 | 274 | 0 | 4 | 31 | 1 | 63 | 133 | 126 |
| Binary | 11111100 | 11110010 | 10111100 | 0 | 100 | 11001 | 1 | 110011 | 1011011 | 1010110 |
Color Harmonies of #FCF2BC
Complementary color
Monochromatic Colors of #FCF2BC
Black with #FCF2BC
Text Example
Text Example
White with #FCF2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF2BC; }
p { color: rgb(252,242,188); }
H1.HeaderClassName
{
color: #FCF2BC;
}
.AnyTagClassName
{
color: #FCF2BC;
}
</style>
background-color css
<style>
a { background-color: #FCF2BC; }
a { background-color: rgb(252,242,188); }
div.DivClassName
{
background-color: #FCF2BC;
}
.BgClassName
{
background-color: #FCF2BC;
}
</style>
border-color css
<style>
span { border-color: #FCF2BC; }
span { border-color: rgb(252,242,188); }
td.TdClassName
{
border-color: #FCF2BC;
}
.TagClassName
{
border-color: #FCF2BC;
}
</style>