Color Hex Logo

#fca4ae Color Hex

#FCA4AE
(252,164,174)
0 Favorites   0 Comments

Color spaces of #fca4ae

RGB 252164174
HSL0.980.940.82
HSV353°35°99°
CMYK 0.000.350.31   0.01
XYZ61.060350.302446.5355
Yxy50.30240.38670.3186
Hunter Lab70.924229.557510.7450
CIE-Lab76.254533.78118.4087

#fca4ae color RGB value is (252,164,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100100 10101110
Octal 374 244 256
Decimal 252 164 174
Hex FC A4 AE

RGB Percentages of Color #fca4ae

%42.71
%27.80
%29.49

CMYK Percentages of Color #fca4ae

%0
%35
%31
%1

Triadic Colors of #fca4ae

#fca4ae #aefca4 #a4aefc

Analogous Colors of #fca4ae

#fca4ae #fcc6a4 #fca4da

Monochromatic Colors of #fca4ae

#fca4ae

Complementary Color

#fca4ae #a4fcf2

#fca4ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca4ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca4ae Color CSS Codes

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

#fca4ae Text Font Color

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

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


#fca4ae Background Color

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

This div background color is #fca4ae


#fca4ae Border Color

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

This div border color is #fca4ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca4ae


Comments

No comments written yet.

Please login to write comment.