Color Hex Logo

#fca29c Color Hex

#FCA29C
(252,162,156)
0 Favorites   0 Comments

Color spaces of #fca29c

RGB 252162156
HSL0.010.940.80
HSV38°99°
CMYK 0.000.360.38   0.01
XYZ59.066048.936437.7850
Yxy48.93640.40520.3357
Hunter Lab69.954628.295716.9435
CIE-Lab75.411732.664617.0611

#fca29c color RGB value is (252,162,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100010 10011100
Octal 374 242 234
Decimal 252 162 156
Hex FC A2 9C

RGB Percentages of Color #fca29c

%44.21
%28.42
%27.37

CMYK Percentages of Color #fca29c

%0
%36
%38
%1

Triadic Colors of #fca29c

#fca29c #9cfca2 #a29cfc

Analogous Colors of #fca29c

#fca29c #fcd29c #fc9cc6

Monochromatic Colors of #fca29c

#fca29c

Complementary Color

#fca29c #9cf6fc

#fca29c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca29c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca29c Color CSS Codes

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

#fca29c Text Font Color

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

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


#fca29c Background Color

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

This div background color is #fca29c


#fca29c Border Color

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

This div border color is #fca29c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca29c


Comments

No comments written yet.

Please login to write comment.