Color Hex Logo

#fca7ab Color Hex

#FCA7AB
(252,167,171)
0 Favorites   0 Comments

Color spaces of #fca7ab

RGB 252167171
HSL0.990.930.82
HSV357°34°99°
CMYK 0.000.340.32   0.01
XYZ61.314351.273245.1932
Yxy51.27320.38860.3250
Hunter Lab71.605327.537012.7032
CIE-Lab76.844231.836710.8881

#fca7ab color RGB value is (252,167,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100111 10101011
Octal 374 247 253
Decimal 252 167 171
Hex FC A7 AB

RGB Percentages of Color #fca7ab

%42.71
%28.31
%28.98

CMYK Percentages of Color #fca7ab

%0
%34
%32
%1

Triadic Colors of #fca7ab

#fca7ab #abfca7 #a7abfc

Analogous Colors of #fca7ab

#fca7ab #fccea7 #fca7d6

Monochromatic Colors of #fca7ab

#fca7ab

Complementary Color

#fca7ab #a7fcf8

#fca7ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca7ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca7ab Color CSS Codes

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

#fca7ab Text Font Color

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

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


#fca7ab Background Color

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

This div background color is #fca7ab


#fca7ab Border Color

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

This div border color is #fca7ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,167,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 #fca7ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca7ab


Comments

No comments written yet.

Please login to write comment.