Color Hex Logo

#fcacd7 Color Hex

#FCACD7
(252,172,215)
0 Favorites   0 Comments

Color spaces of #fcacd7

RGB 252172215
HSL0.910.930.83
HSV328°32°99°
CMYK 0.000.320.15   0.01
XYZ67.163155.106871.3868
Yxy55.10680.34680.2846
Hunter Lab74.234031.5883-5.0522
CIE-Lab79.102735.4237-9.7762

#fcacd7 color RGB value is (252,172,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101100 11010111
Octal 374 254 327
Decimal 252 172 215
Hex FC AC D7

RGB Percentages of Color #fcacd7

%39.44
%26.92
%33.65

CMYK Percentages of Color #fcacd7

%0
%32
%15
%1

Triadic Colors of #fcacd7

#fcacd7 #d7fcac #acd7fc

Analogous Colors of #fcacd7

#fcacd7 #fcacaf #f9acfc

Monochromatic Colors of #fcacd7

#fcacd7

Complementary Color

#fcacd7 #acfcd1

#fcacd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcacd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcacd7 Color CSS Codes

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

#fcacd7 Text Font Color

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

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


#fcacd7 Background Color

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

This div background color is #fcacd7


#fcacd7 Border Color

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

This div border color is #fcacd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcacd7


Comments

No comments written yet.

Please login to write comment.