Color Hex Logo

#fca3ab Color Hex

#FCA3AB
(252,163,171)
0 Favorites   0 Comments

Color spaces of #fca3ab

RGB 252163171
HSL0.990.940.81
HSV355°35°99°
CMYK 0.000.350.32   0.01
XYZ60.592849.830144.9527
Yxy49.83010.39000.3207
Hunter Lab70.590429.686011.6568
CIE-Lab75.964933.92579.6371

#fca3ab color RGB value is (252,163,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100011 10101011
Octal 374 243 253
Decimal 252 163 171
Hex FC A3 AB

RGB Percentages of Color #fca3ab

%43.00
%27.82
%29.18

CMYK Percentages of Color #fca3ab

%0
%35
%32
%1

Triadic Colors of #fca3ab

#fca3ab #abfca3 #a3abfc

Analogous Colors of #fca3ab

#fca3ab #fcc8a3 #fca3d8

Monochromatic Colors of #fca3ab

#fca3ab

Complementary Color

#fca3ab #a3fcf4

#fca3ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca3ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca3ab Color CSS Codes

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

#fca3ab Text Font Color

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

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


#fca3ab Background Color

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

This div background color is #fca3ab


#fca3ab Border Color

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

This div border color is #fca3ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca3ab

Related Colors


Comments

No comments written yet.

Please login to write comment.