Color Hex Logo

#fcaaac Color Hex

#FCAAAC
(252,170,172)
0 Favorites   0 Comments

Color spaces of #fcaaac

RGB 252170172
HSL1.000.930.83
HSV359°33°99°
CMYK 0.000.330.32   0.01
XYZ61.966052.423545.8825
Yxy52.42350.38660.3271
Hunter Lab72.404126.059613.1107
CIE-Lab77.533430.391311.3216

#fcaaac color RGB value is (252,170,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 10101100
Octal 374 252 254
Decimal 252 170 172
Hex FC AA AC

RGB Percentages of Color #fcaaac

%42.42
%28.62
%28.96

CMYK Percentages of Color #fcaaac

%0
%33
%32
%1

Triadic Colors of #fcaaac

#fcaaac #acfcaa #aaacfc

Analogous Colors of #fcaaac

#fcaaac #fcd1aa #fcaad5

Monochromatic Colors of #fcaaac

#fcaaac

Complementary Color

#fcaaac #aafcfa

#fcaaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaaac Color CSS Codes

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

#fcaaac Text Font Color

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

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


#fcaaac Background Color

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

This div background color is #fcaaac


#fcaaac Border Color

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

This div border color is #fcaaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaaac

Related Colors


Comments

No comments written yet.

Please login to write comment.