Color Hex Logo

#fcaaca Color Hex

#FCAACA
(252,170,202)
0 Favorites   0 Comments

Color spaces of #fcaaca

RGB 252170202
HSL0.930.930.83
HSV337°33°99°
CMYK 0.000.330.20   0.01
XYZ65.180353.709262.8086
Yxy53.70920.35870.2956
Hunter Lab73.286630.50450.4874
CIE-Lab78.291934.4925-3.9158

#fcaaca color RGB value is (252,170,202).

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

The process color (four color CMYK) of #fcaaca color hex is 0.00, 0.33, 0.20, 0.01. Web safe color of #fcaaca is #ff99cc. Color #fcaaca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 11001010
Octal 374 252 312
Decimal 252 170 202
Hex FC AA CA

RGB Percentages of Color #fcaaca

%40.38
%27.24
%32.37

CMYK Percentages of Color #fcaaca

%0
%33
%20
%1

Triadic Colors of #fcaaca

#fcaaca #cafcaa #aacafc

Analogous Colors of #fcaaca

#fcaaca #fcb3aa #fcaaf3

Monochromatic Colors of #fcaaca

#fcaaca

Complementary Color

#fcaaca #aafcdc

#fcaaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaaca Color CSS Codes

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

#fcaaca Text Font Color

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

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


#fcaaca Background Color

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

This div background color is #fcaaca


#fcaaca Border Color

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

This div border color is #fcaaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaaca


Comments

No comments written yet.

Please login to write comment.