Color Hex Logo

#fcaad1 Color Hex

#FCAAD1
(252,170,209)
0 Favorites   0 Comments

Color spaces of #fcaad1

RGB 252170209
HSL0.920.930.83
HSV331°33°99°
CMYK 0.000.330.17   0.01
XYZ66.028254.048367.2739
Yxy54.04830.35240.2885
Hunter Lab73.517531.6602-2.7924
CIE-Lab78.489935.5426-7.4299

#fcaad1 color RGB value is (252,170,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 11010001
Octal 374 252 321
Decimal 252 170 209
Hex FC AA D1

RGB Percentages of Color #fcaad1

%39.94
%26.94
%33.12

CMYK Percentages of Color #fcaad1

%0
%33
%17
%1

Triadic Colors of #fcaad1

#fcaad1 #d1fcaa #aad1fc

Analogous Colors of #fcaad1

#fcaad1 #fcacaa #fcaafa

Monochromatic Colors of #fcaad1

#fcaad1

Complementary Color

#fcaad1 #aafcd5

#fcaad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaad1 Color CSS Codes

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

#fcaad1 Text Font Color

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

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


#fcaad1 Background Color

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

This div background color is #fcaad1


#fcaad1 Border Color

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

This div border color is #fcaad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaad1


Comments

No comments written yet.

Please login to write comment.