Color Hex Logo

#fca29e Color Hex

#FCA29E
(252,162,158)
0 Favorites   0 Comments

Color spaces of #fca29e

RGB 252162158
HSL0.010.940.80
HSV37°99°
CMYK 0.000.360.37   0.01
XYZ59.236849.004738.6845
Yxy49.00470.40320.3335
Hunter Lab70.003428.540716.2381
CIE-Lab75.454332.892316.0279

#fca29e color RGB value is (252,162,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100010 10011110
Octal 374 242 236
Decimal 252 162 158
Hex FC A2 9E

RGB Percentages of Color #fca29e

%44.06
%28.32
%27.62

CMYK Percentages of Color #fca29e

%0
%36
%37
%1

Triadic Colors of #fca29e

#fca29e #9efca2 #a29efc

Analogous Colors of #fca29e

#fca29e #fcd19e #fc9ec9

Monochromatic Colors of #fca29e

#fca29e

Complementary Color

#fca29e #9ef8fc

#fca29e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca29e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca29e Color CSS Codes

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

#fca29e Text Font Color

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

This sample text font color is #fca29e
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.


#fca29e Background Color

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

This div background color is #fca29e


#fca29e Border Color

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

This div border color is #fca29e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca29e

Related Colors


Comments

No comments written yet.

Please login to write comment.