Shades of Corn Field #FCF2B5
Tints of Corn Field #FCF2B5
RGB
CMYK
RGB Variations
Color information
#FCF2B5 (or 0xFCF2B5) is known color: Corn Field. HEX triplet: FC, F2 and B5. RGB value is (252,242,181). Sum of RGB (Red+Green+Blue) = 252+242+181=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 242 (94.92% from 255 or 35.85% from 675); Blue value is 181 (71.09% from 255 or 26.81% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF2B5 is #030D4A. Grayscale: #EEEEEE. Windows color (decimal): -200011 or 11924220. OLE color: 11924220.
HSL color Cylindrical-coordinate representation of color #FCF2B5: hue angle of 51.55º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FCF2B5 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 242 | 181 | - |
CMYK | 0 | 0.04 | 0.28 | 0.01 |
HSL | 51.55º | 0.92% | 0.85% | - |
HSV(B) | 51.55º | 0.28% | 0.99% | - |
XYZ | 80.24 | 87.54 | 56.38 | - |
YUV | 238.04 | 95.81 | 137.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 242 | 181 | 0 | 0.04 | 0.28 | 0.01 | 51.55 | 0.92 | 0.85 |
Hex | FC | F2 | B5 | 0 | 4 | 1C | 1 | 34 | 5C | 55 |
Octal | 374 | 362 | 265 | 0 | 4 | 34 | 1 | 64 | 134 | 125 |
Binary | 11111100 | 11110010 | 10110101 | 0 | 100 | 11100 | 1 | 110100 | 1011100 | 1010101 |
Color Harmonies of #FCF2B5
Complementary color
Monochromatic Colors of #FCF2B5
Black with #FCF2B5
Text Example
Text Example
White with #FCF2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF2B5; }
p { color: rgb(252,242,181); }
H1.HeaderClassName
{
color: #FCF2B5;
}
.AnyTagClassName
{
color: #FCF2B5;
}
</style>
background-color css
<style>
a { background-color: #FCF2B5; }
a { background-color: rgb(252,242,181); }
div.DivClassName
{
background-color: #FCF2B5;
}
.BgClassName
{
background-color: #FCF2B5;
}
</style>
border-color css
<style>
span { border-color: #FCF2B5; }
span { border-color: rgb(252,242,181); }
td.TdClassName
{
border-color: #FCF2B5;
}
.TagClassName
{
border-color: #FCF2B5;
}
</style>