#FCF3BA

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

Shades of Corn Field #FCF3BA

Tints of Corn Field #FCF3BA

Color information

#FCF3BA (or 0xFCF3BA) is unknown color: approx Corn Field. HEX triplet: FC, F3 and BA. RGB value is (252,243,186). Sum of RGB (Red+Green+Blue) = 252+243+186=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 243 (95.31% from 255 or 35.68% from 681); Blue value is 186 (73.05% from 255 or 27.31% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF3BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF3BA is #030C45. Grayscale: #EFEFEF. Windows color (decimal): -199750 or 12252156. OLE color: 12252156.

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

Color convert

RGB252243186-
CMYK00.040.260.01
HSL51.82º91.67%85.88%-
HSV(B)51.82º26.19%98.82%-
XYZ81.0688.3459.23-
YUV239.1997.98137.13-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.00%
GREEN value IS 243 (95.31% from 255) = 35.68%
BLUE value IS 186 (73.05% from 255) = 27.31%
R=37.00%
G=35.68%
B=27.31%

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
Decimal25224318600.040.260.0151.8291.6785.88
HexFCF3BA041A1345c56
Octal3743632720432164134126
Binary111111001111001110111010010011010111010010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF3BA; }

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

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

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

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

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

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

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

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