Color Hex Logo

#fca2af Color Hex

#FCA2AF
(252,162,175)
0 Favorites   0 Comments

Color spaces of #fca2af

RGB 252162175
HSL0.980.940.81
HSV351°36°99°
CMYK 0.000.360.31   0.01
XYZ60.803149.631346.9326
Yxy49.63130.38640.3154
Hunter Lab70.449530.77219.8164
CIE-Lab75.842434.95087.2709

#fca2af color RGB value is (252,162,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100010 10101111
Octal 374 242 257
Decimal 252 162 175
Hex FC A2 AF

RGB Percentages of Color #fca2af

%42.78
%27.50
%29.71

CMYK Percentages of Color #fca2af

%0
%36
%31
%1

Triadic Colors of #fca2af

#fca2af #affca2 #a2affc

Analogous Colors of #fca2af

#fca2af #fcc2a2 #fca2dc

Monochromatic Colors of #fca2af

#fca2af

Complementary Color

#fca2af #a2fcef

#fca2af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca2af Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca2af Color CSS Codes

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

#fca2af Text Font Color

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

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


#fca2af Background Color

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

This div background color is #fca2af


#fca2af Border Color

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

This div border color is #fca2af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca2af


Comments

No comments written yet.

Please login to write comment.