Color Hex Logo

#fcacdd Color Hex

#FCACDD
(252,172,221)
0 Favorites   0 Comments

Color spaces of #fcacdd

RGB 252172221
HSL0.900.930.83
HSV323°32°99°
CMYK 0.000.320.12   0.01
XYZ67.948655.421075.5226
Yxy55.42100.34160.2786
Hunter Lab74.445332.6434-8.0363
CIE-Lab79.283236.3755-12.7577

#fcacdd color RGB value is (252,172,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101100 11011101
Octal 374 254 335
Decimal 252 172 221
Hex FC AC DD

RGB Percentages of Color #fcacdd

%39.07
%26.67
%34.26

CMYK Percentages of Color #fcacdd

%0
%32
%12
%1

Triadic Colors of #fcacdd

#fcacdd #ddfcac #acddfc

Analogous Colors of #fcacdd

#fcacdd #fcacb5 #f3acfc

Monochromatic Colors of #fcacdd

#fcacdd

Complementary Color

#fcacdd #acfccb

#fcacdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcacdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcacdd Color CSS Codes

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

#fcacdd Text Font Color

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

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


#fcacdd Background Color

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

This div background color is #fcacdd


#fcacdd Border Color

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

This div border color is #fcacdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcacdd


Comments

No comments written yet.

Please login to write comment.