Color Hex Logo

#fcacd1 Color Hex

#FCACD1
(252,172,209)
0 Favorites   0 Comments

Color spaces of #fcacd1

RGB 252172209
HSL0.920.930.83
HSV332°32°99°
CMYK 0.000.320.17   0.01
XYZ66.406054.803967.3998
Yxy54.80390.35210.2906
Hunter Lab74.029730.5660-2.1594
CIE-Lab78.928234.4964-6.7804

#fcacd1 color RGB value is (252,172,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101100 11010001
Octal 374 254 321
Decimal 252 172 209
Hex FC AC D1

RGB Percentages of Color #fcacd1

%39.81
%27.17
%33.02

CMYK Percentages of Color #fcacd1

%0
%32
%17
%1

Triadic Colors of #fcacd1

#fcacd1 #d1fcac #acd1fc

Analogous Colors of #fcacd1

#fcacd1 #fcafac #fcacf9

Monochromatic Colors of #fcacd1

#fcacd1

Complementary Color

#fcacd1 #acfcd7

#fcacd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcacd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcacd1 Color CSS Codes

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

#fcacd1 Text Font Color

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

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


#fcacd1 Background Color

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

This div background color is #fcacd1


#fcacd1 Border Color

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

This div border color is #fcacd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcacd1


Comments

No comments written yet.

Please login to write comment.