Color Hex Logo

#fcaadd Color Hex

#FCAADD
(252,170,221)
0 Favorites   0 Comments

Color spaces of #fcaadd

RGB 252170221
HSL0.900.930.83
HSV323°33°99°
CMYK 0.000.330.12   0.01
XYZ67.570854.665475.3967
Yxy54.66540.34190.2766
Hunter Lab73.936133.7446-8.7061
CIE-Lab78.848137.4204-13.4093

#fcaadd color RGB value is (252,170,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 11011101
Octal 374 252 335
Decimal 252 170 221
Hex FC AA DD

RGB Percentages of Color #fcaadd

%39.19
%26.44
%34.37

CMYK Percentages of Color #fcaadd

%0
%33
%12
%1

Triadic Colors of #fcaadd

#fcaadd #ddfcaa #aaddfc

Analogous Colors of #fcaadd

#fcaadd #fcaab4 #f2aafc

Monochromatic Colors of #fcaadd

#fcaadd

Complementary Color

#fcaadd #aafcc9

#fcaadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaadd Color CSS Codes

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

#fcaadd Text Font Color

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

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


#fcaadd Background Color

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

This div background color is #fcaadd


#fcaadd Border Color

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

This div border color is #fcaadd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,170,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 #fcaadd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaadd

Related Colors


Comments

No comments written yet.

Please login to write comment.