Color Hex Logo

#fcaac1 Color Hex

#FCAAC1
(252,170,193)
0 Favorites   0 Comments

Color spaces of #fcaac1

RGB 252170193
HSL0.950.930.83
HSV343°33°99°
CMYK 0.000.330.23   0.01
XYZ64.145253.295257.3582
Yxy53.29520.36700.3049
Hunter Lab73.003629.08434.5189
CIE-Lab78.049033.19290.6276

#fcaac1 color RGB value is (252,170,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 11000001
Octal 374 252 301
Decimal 252 170 193
Hex FC AA C1

RGB Percentages of Color #fcaac1

%40.98
%27.64
%31.38

CMYK Percentages of Color #fcaac1

%0
%33
%23
%1

Triadic Colors of #fcaac1

#fcaac1 #c1fcaa #aac1fc

Analogous Colors of #fcaac1

#fcaac1 #fcbcaa #fcaaea

Monochromatic Colors of #fcaac1

#fcaac1

Complementary Color

#fcaac1 #aafce5

#fcaac1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaac1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaac1 Color CSS Codes

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

#fcaac1 Text Font Color

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

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


#fcaac1 Background Color

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

This div background color is #fcaac1


#fcaac1 Border Color

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

This div border color is #fcaac1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaac1

Related Colors


Comments

No comments written yet.

Please login to write comment.