Color Hex Logo

#fcaaa4 Color Hex

#FCAAA4
(252,170,164)
0 Favorites   0 Comments

Color spaces of #fcaaa4

RGB 252170164
HSL0.010.940.82
HSV35°99°
CMYK 0.000.330.35   0.01
XYZ61.220452.125241.9565
Yxy52.12520.39420.3356
Hunter Lab72.197825.013716.0831
CIE-Lab77.355629.411615.4200

#fcaaa4 color RGB value is (252,170,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 10100100
Octal 374 252 244
Decimal 252 170 164
Hex FC AA A4

RGB Percentages of Color #fcaaa4

%43.00
%29.01
%27.99

CMYK Percentages of Color #fcaaa4

%0
%33
%35
%1

Triadic Colors of #fcaaa4

#fcaaa4 #a4fcaa #aaa4fc

Analogous Colors of #fcaaa4

#fcaaa4 #fcd6a4 #fca4ca

Monochromatic Colors of #fcaaa4

#fcaaa4

Complementary Color

#fcaaa4 #a4f6fc

#fcaaa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaaa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaaa4 Color CSS Codes

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

#fcaaa4 Text Font Color

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

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


#fcaaa4 Background Color

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

This div background color is #fcaaa4


#fcaaa4 Border Color

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

This div border color is #fcaaa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaaa4


Comments

No comments written yet.

Please login to write comment.