Shades of Corn Field #FCF2B7
Tints of Corn Field #FCF2B7
RGB
CMYK
RGB Variations
Color information
#FCF2B7 (or 0xFCF2B7) is known color: Corn Field. HEX triplet: FC, F2 and B7. RGB value is (252,242,183). Sum of RGB (Red+Green+Blue) = 252+242+183=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 242 (94.92% from 255 or 35.75% from 677); Blue value is 183 (71.88% from 255 or 27.03% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2B7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF2B7 is #030D48. Grayscale: #EEEEEE. Windows color (decimal): -200009 or 12055292. OLE color: 12055292.
HSL color Cylindrical-coordinate representation of color #FCF2B7: hue angle of 51.3º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCF2B7 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 242 | 183 | - |
CMYK | 0 | 0.04 | 0.27 | 0.01 |
HSL | 51.3º | 0.92% | 0.85% | - |
HSV(B) | 51.3º | 0.27% | 0.99% | - |
XYZ | 80.44 | 87.62 | 57.47 | - |
YUV | 238.26 | 96.81 | 137.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 242 | 183 | 0 | 0.04 | 0.27 | 0.01 | 51.3 | 0.92 | 0.85 |
Hex | FC | F2 | B7 | 0 | 4 | 1B | 1 | 33 | 5C | 55 |
Octal | 374 | 362 | 267 | 0 | 4 | 33 | 1 | 63 | 134 | 125 |
Binary | 11111100 | 11110010 | 10110111 | 0 | 100 | 11011 | 1 | 110011 | 1011100 | 1010101 |
Color Harmonies of #FCF2B7
Complementary color
Monochromatic Colors of #FCF2B7
Black with #FCF2B7
Text Example
Text Example
White with #FCF2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF2B7; }
p { color: rgb(252,242,183); }
H1.HeaderClassName
{
color: #FCF2B7;
}
.AnyTagClassName
{
color: #FCF2B7;
}
</style>
background-color css
<style>
a { background-color: #FCF2B7; }
a { background-color: rgb(252,242,183); }
div.DivClassName
{
background-color: #FCF2B7;
}
.BgClassName
{
background-color: #FCF2B7;
}
</style>
border-color css
<style>
span { border-color: #FCF2B7; }
span { border-color: rgb(252,242,183); }
td.TdClassName
{
border-color: #FCF2B7;
}
.TagClassName
{
border-color: #FCF2B7;
}
</style>