Color Hex Logo

#fcacd2 Color Hex

#FCACD2
(252,172,210)
0 Favorites   0 Comments

Color spaces of #fcacd2

RGB 252172210
HSL0.920.930.83
HSV332°32°99°
CMYK 0.000.320.17   0.01
XYZ66.530354.853668.0541
Yxy54.85360.35120.2896
Hunter Lab74.063230.7343-2.6353
CIE-Lab78.956934.6494-7.2807

#fcacd2 color RGB value is (252,172,210).

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

The process color (four color CMYK) of #fcacd2 color hex is 0.00, 0.32, 0.17, 0.01. Web safe color of #fcacd2 is #ff99cc. Color #fcacd2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101100 11010010
Octal 374 254 322
Decimal 252 172 210
Hex FC AC D2

RGB Percentages of Color #fcacd2

%39.75
%27.13
%33.12

CMYK Percentages of Color #fcacd2

%0
%32
%17
%1

Triadic Colors of #fcacd2

#fcacd2 #d2fcac #acd2fc

Analogous Colors of #fcacd2

#fcacd2 #fcaeac #fcacfa

Monochromatic Colors of #fcacd2

#fcacd2

Complementary Color

#fcacd2 #acfcd6

#fcacd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcacd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcacd2 Color CSS Codes

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

#fcacd2 Text Font Color

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

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


#fcacd2 Background Color

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

This div background color is #fcacd2


#fcacd2 Border Color

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

This div border color is #fcacd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcacd2

Related Colors


Comments

No comments written yet.

Please login to write comment.