color codes Logo

#fca1ac color codes

#FCA1AC
(252,161,172)
0 Favorites   0 Comments

Color spaces of #fca1ac

RGB 252161172
HSL0.980.940.81
HSV353°36°99°
CMYK 0.000.360.32   0.01
XYZ60.336149.163745.3392
Yxy49.16370.38970.3175
Hunter Lab70.116830.896210.7435
CIE-Lab75.553135.09228.5015

#fca1ac color RGB value is (252,161,172).

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

The process color (four color CMYK) of #fca1ac color code is 0.00, 0.36, 0.32, 0.01. Web safe color of #fca1ac is #ff9999. Color #fca1ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100001 10101100
Octal 374 241 254
Decimal 252 161 172
Hex FC A1 AC

RGB Percentages of Color #fca1ac

%43.08
%27.52
%29.40

CMYK Percentages of Color #fca1ac

%0
%36
%32
%1

Triadic Colors of #fca1ac

#fca1ac #acfca1 #a1acfc

Analogous Colors of #fca1ac

#fca1ac #fcc4a1 #fca1da

Monochromatic Colors of #fca1ac

#fca1ac

Complementary Color

#fca1ac #a1fcf1

#fca1ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca1ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca1ac Color CSS Codes

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

#fca1ac Text Font Color

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

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


#fca1ac Background Color

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

This div background color is #fca1ac


#fca1ac Border Color

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

This div border color is #fca1ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca1ac

Related Colors


Comments

No comments written yet.

Please login to write comment.