#FCF2BA

Color #FCF2BA Corn Field (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Field #FCF2BA

Tints of Corn Field #FCF2BA

Color information

#FCF2BA (or 0xFCF2BA) is unknown color: approx Corn Field. HEX triplet: FC, F2 and BA. RGB value is (252,242,186). Sum of RGB (Red+Green+Blue) = 252+242+186=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 242 (94.92% from 255 or 35.59% from 680); Blue value is 186 (73.05% from 255 or 27.35% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF2BA is #030D45. Grayscale: #EEEEEE. Windows color (decimal): -200006 or 12251900. OLE color: 12251900.

HSL color Cylindrical-coordinate representation of color #FCF2BA: hue angle of 50.91º 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 #FCF2BA is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB252242186-
CMYK00.040.260.01
HSL50.91º91.67%85.88%-
HSV(B)50.91º26.19%98.82%-
XYZ80.7687.7459.13-
YUV238.6198.31137.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 37.06%
GREEN value IS 242 (94.92% from 255) = 35.59%
BLUE value IS 186 (73.05% from 255) = 27.35%
R=37.06%
G=35.59%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224218600.040.260.0150.9191.6785.88
HexFCF2BA041A1335c56
Octal3743622720432163134126
Binary111111001111001010111010010011010111001110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF2BA; }

 p { color: rgb(252,242,186); }

 H1.HeaderClassName
 {
   color: #FCF2BA;
 }
 .AnyTagClassName
 {
   color: #FCF2BA;
 }
</style>
background-color css

<style>
 a { background-color: #FCF2BA; }

 a { background-color: rgb(252,242,186); }

 div.DivClassName
 {
   background-color: #FCF2BA;
 }
 .BgClassName
 {
   background-color: #FCF2BA;
 }
</style>
border-color css

<style>
 span { border-color: #FCF2BA; }

 span { border-color: rgb(252,242,186); }

 td.TdClassName
 {
   border-color: #FCF2BA;
 }
 .TagClassName
 {
   border-color: #FCF2BA;
 }
</style>