Color Hex Logo

#fcaa9a Color Hex

#FCAA9A
(252,170,154)
0 Favorites   0 Comments

Color spaces of #fcaa9a

RGB 252170154
HSL0.030.940.80
HSV10°39°99°
CMYK 0.000.330.39   0.01
XYZ60.352351.778037.3851
Yxy51.77800.40370.3463
Hunter Lab71.956923.788319.5658
CIE-Lab77.147928.256320.5521

#fcaa9a color RGB value is (252,170,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 10011010
Octal 374 252 232
Decimal 252 170 154
Hex FC AA 9A

RGB Percentages of Color #fcaa9a

%43.75
%29.51
%26.74

CMYK Percentages of Color #fcaa9a

%0
%33
%39
%1

Triadic Colors of #fcaa9a

#fcaa9a #9afcaa #aa9afc

Analogous Colors of #fcaa9a

#fcaa9a #fcdb9a #fc9abb

Monochromatic Colors of #fcaa9a

#fcaa9a

Complementary Color

#fcaa9a #9aecfc

#fcaa9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaa9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaa9a Color CSS Codes

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

#fcaa9a Text Font Color

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

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


#fcaa9a Background Color

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

This div background color is #fcaa9a


#fcaa9a Border Color

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

This div border color is #fcaa9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaa9a

Related Colors


Comments

No comments written yet.

Please login to write comment.