Shades of Corn Field #FCF2BB
Tints of Corn Field #FCF2BB
RGB
CMYK
RGB Variations
Color information
#FCF2BB (or 0xFCF2BB) is known color: Corn Field. HEX triplet: FC, F2 and BB. RGB value is (252,242,187). Sum of RGB (Red+Green+Blue) = 252+242+187=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 242 (94.92% from 255 or 35.54% from 681); Blue value is 187 (73.44% from 255 or 27.46% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF2BB is #030D44. Grayscale: #EEEEEE. Windows color (decimal): -200005 or 12317436. OLE color: 12317436.
HSL color Cylindrical-coordinate representation of color #FCF2BB: hue angle of 50.77º 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 #FCF2BB is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 187 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.01 |
| HSL | 50.77º | 0.92% | 0.86% | - |
| HSV(B) | 50.77º | 0.26% | 0.99% | - |
| XYZ | 80.87 | 87.79 | 59.7 | - |
| YUV | 238.72 | 98.81 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 187 | 0 | 0.04 | 0.26 | 0.01 | 50.77 | 0.92 | 0.86 |
| Hex | FC | F2 | BB | 0 | 4 | 1A | 1 | 33 | 5C | 56 |
| Octal | 374 | 362 | 273 | 0 | 4 | 32 | 1 | 63 | 134 | 126 |
| Binary | 11111100 | 11110010 | 10111011 | 0 | 100 | 11010 | 1 | 110011 | 1011100 | 1010110 |
Color Harmonies of #FCF2BB
Complementary color
Monochromatic Colors of #FCF2BB
Black with #FCF2BB
Text Example
Text Example
White with #FCF2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF2BB; }
p { color: rgb(252,242,187); }
H1.HeaderClassName
{
color: #FCF2BB;
}
.AnyTagClassName
{
color: #FCF2BB;
}
</style>
background-color css
<style>
a { background-color: #FCF2BB; }
a { background-color: rgb(252,242,187); }
div.DivClassName
{
background-color: #FCF2BB;
}
.BgClassName
{
background-color: #FCF2BB;
}
</style>
border-color css
<style>
span { border-color: #FCF2BB; }
span { border-color: rgb(252,242,187); }
td.TdClassName
{
border-color: #FCF2BB;
}
.TagClassName
{
border-color: #FCF2BB;
}
</style>