Color Hex Logo

#fcaad8 Color Hex

#FCAAD8
(252,170,216)
0 Favorites   0 Comments

Color spaces of #fcaad8

RGB 252170216
HSL0.910.930.83
HSV326°33°99°
CMYK 0.000.330.14   0.01
XYZ66.914354.402871.9398
Yxy54.40280.34620.2815
Hunter Lab73.758332.8602-6.1975
CIE-Lab78.696036.6262-10.9249

#fcaad8 color RGB value is (252,170,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 11011000
Octal 374 252 330
Decimal 252 170 216
Hex FC AA D8

RGB Percentages of Color #fcaad8

%39.50
%26.65
%33.86

CMYK Percentages of Color #fcaad8

%0
%33
%14
%1

Triadic Colors of #fcaad8

#fcaad8 #d8fcaa #aad8fc

Analogous Colors of #fcaad8

#fcaad8 #fcaaaf #f7aafc

Monochromatic Colors of #fcaad8

#fcaad8

Complementary Color

#fcaad8 #aafcce

#fcaad8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaad8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaad8 Color CSS Codes

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

#fcaad8 Text Font Color

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

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


#fcaad8 Background Color

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

This div background color is #fcaad8


#fcaad8 Border Color

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

This div border color is #fcaad8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaad8


Comments

No comments written yet.

Please login to write comment.