Color Hex Logo

#fca1aa Color Hex

#FCA1AA
(252,161,170)
0 Favorites   0 Comments

Color spaces of #fca1aa

RGB 252161170
HSL0.980.940.81
HSV354°36°99°
CMYK 0.000.360.33   0.01
XYZ60.145549.087544.3350
Yxy49.08750.39170.3196
Hunter Lab70.062530.624911.5255
CIE-Lab75.505734.84329.5307

#fca1aa color RGB value is (252,161,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100001 10101010
Octal 374 241 252
Decimal 252 161 170
Hex FC A1 AA

RGB Percentages of Color #fca1aa

%43.22
%27.62
%29.16

CMYK Percentages of Color #fca1aa

%0
%36
%33
%1

Triadic Colors of #fca1aa

#fca1aa #aafca1 #a1aafc

Analogous Colors of #fca1aa

#fca1aa #fcc6a1 #fca1d8

Monochromatic Colors of #fca1aa

#fca1aa

Complementary Color

#fca1aa #a1fcf3

#fca1aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca1aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca1aa Color CSS Codes

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

#fca1aa Text Font Color

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

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


#fca1aa Background Color

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

This div background color is #fca1aa


#fca1aa Border Color

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

This div border color is #fca1aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca1aa


Comments

No comments written yet.

Please login to write comment.