Shades of Corn Field #FCF2B9
Tints of Corn Field #FCF2B9
RGB
CMYK
RGB Variations
Color information
#FCF2B9 (or 0xFCF2B9) is known color: Corn Field. HEX triplet: FC, F2 and B9. RGB value is (252,242,185). Sum of RGB (Red+Green+Blue) = 252+242+185=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 242 (94.92% from 255 or 35.64% from 679); Blue value is 185 (72.66% from 255 or 27.25% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF2B9 is #030D46. Grayscale: #EEEEEE. Windows color (decimal): -200007 or 12186364. OLE color: 12186364.
HSL color Cylindrical-coordinate representation of color #FCF2B9: hue angle of 51.04º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCF2B9 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 242 | 185 | - |
CMYK | 0 | 0.04 | 0.27 | 0.01 |
HSL | 51.04º | 0.92% | 0.86% | - |
HSV(B) | 51.04º | 0.27% | 0.99% | - |
XYZ | 80.65 | 87.7 | 58.58 | - |
YUV | 238.49 | 97.81 | 137.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 242 | 185 | 0 | 0.04 | 0.27 | 0.01 | 51.04 | 0.92 | 0.86 |
Hex | FC | F2 | B9 | 0 | 4 | 1B | 1 | 33 | 5C | 56 |
Octal | 374 | 362 | 271 | 0 | 4 | 33 | 1 | 63 | 134 | 126 |
Binary | 11111100 | 11110010 | 10111001 | 0 | 100 | 11011 | 1 | 110011 | 1011100 | 1010110 |
Color Harmonies of #FCF2B9
Complementary color
Monochromatic Colors of #FCF2B9
Black with #FCF2B9
Text Example
Text Example
White with #FCF2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF2B9; }
p { color: rgb(252,242,185); }
H1.HeaderClassName
{
color: #FCF2B9;
}
.AnyTagClassName
{
color: #FCF2B9;
}
</style>
background-color css
<style>
a { background-color: #FCF2B9; }
a { background-color: rgb(252,242,185); }
div.DivClassName
{
background-color: #FCF2B9;
}
.BgClassName
{
background-color: #FCF2B9;
}
</style>
border-color css
<style>
span { border-color: #FCF2B9; }
span { border-color: rgb(252,242,185); }
td.TdClassName
{
border-color: #FCF2B9;
}
.TagClassName
{
border-color: #FCF2B9;
}
</style>