Color Hex Logo

#fcfaa2 Color Hex

#FCFAA2
(252,250,162)
0 Favorites   0 Comments

Color spaces of #fcfaa2

RGB 252250162
HSL0.160.940.81
HSV59°36°99°
CMYK 0.000.010.36   0.01
XYZ80.852191.675347.6162
Yxy91.67530.36730.4164
Hunter Lab95.7472-16.826437.5375
CIE-Lab96.6874-11.966142.4806

#fcfaa2 color RGB value is (252,250,162).

#fcfaa2 hex color red value is 252, green value is 250 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #fcfaa2 hue: 0.16 , saturation: 0.94 and the lightness value of fcfaa2 is 0.81.

The process color (four color CMYK) of #fcfaa2 color hex is 0.00, 0.01, 0.36, 0.01. Web safe color of #fcfaa2 is #ffff99. Color #fcfaa2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111010 10100010
Octal 374 372 242
Decimal 252 250 162
Hex FC FA A2

RGB Percentages of Color #fcfaa2

%37.95
%37.65
%24.40

CMYK Percentages of Color #fcfaa2

%0
%1
%36
%1

Triadic Colors of #fcfaa2

#fcfaa2 #a2fcfa #faa2fc

Analogous Colors of #fcfaa2

#fcfaa2 #d1fca2 #fccda2

Monochromatic Colors of #fcfaa2

#fcfaa2

Complementary Color

#fcfaa2 #a2a4fc

#fcfaa2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfaa2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfaa2 Color CSS Codes

.mybgcolor {background-color:#fcfaa2; } 
.myforecolor {color:#fcfaa2; }
.mybordercolor {border:3px solid #fcfaa2; }

#fcfaa2 Text Font Color

<p style="color:#fcfaa2">Text here</p>

This sample text font color is #fcfaa2
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fcfaa2 Background Color

<div style="background-color:#fcfaa2">
Div content here</div>

This div background color is #fcfaa2


#fcfaa2 Border Color

<div style="border:3px solid #fcfaa2">
Div here</div>

This div border color is #fcfaa2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,250,162, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fcfaa2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fcfaa2;
  -webkit-box-shadow: 1px 1px 3px 2px #fcfaa2;
  box-shadow:         1px 1px 3px 2px #fcfaa2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,250,162, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fcfaa2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fcfaa2;
  -webkit-box-shadow: 1px 1px 3px 2px #fcfaa2;
  box-shadow:         1px 1px 3px 2px #fcfaa2;">
Div content here</div>

This div box has shadow with color #fcfaa2

Related Colors


Comments

No comments written yet.

Please login to write comment.