Color Hex Logo

#fcabaa Color Hex

#FCABAA
(252,171,170)
0 Favorites   0 Comments

Color spaces of #fcabaa

RGB 252171170
HSL0.000.930.83
HSV33°99°
CMYK 0.000.320.33   0.01
XYZ61.963552.723544.9410
Yxy52.72350.38820.3303
Hunter Lab72.610925.256114.1314
CIE-Lab77.711529.617912.6614

#fcabaa color RGB value is (252,171,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101011 10101010
Octal 374 253 252
Decimal 252 171 170
Hex FC AB AA

RGB Percentages of Color #fcabaa

%42.50
%28.84
%28.67

CMYK Percentages of Color #fcabaa

%0
%32
%33
%1

Triadic Colors of #fcabaa

#fcabaa #aafcab #abaafc

Analogous Colors of #fcabaa

#fcabaa #fcd4aa #fcaad2

Monochromatic Colors of #fcabaa

#fcabaa

Complementary Color

#fcabaa #aafbfc

#fcabaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcabaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcabaa Color CSS Codes

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

#fcabaa Text Font Color

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

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


#fcabaa Background Color

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

This div background color is #fcabaa


#fcabaa Border Color

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

This div border color is #fcabaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcabaa

Related Colors


Comments

No comments written yet.

Please login to write comment.