color codes Logo

#fcaad0 color codes

#FCAAD0
(252,170,208)
0 Favorites   0 Comments

Color spaces of #fcaad0

RGB 252170208
HSL0.920.930.83
HSV332°33°99°
CMYK 0.000.330.17   0.01
XYZ65.904853.999066.6238
Yxy53.99900.35330.2895
Hunter Lab73.484031.4923-2.3161
CIE-Lab78.461135.3904-6.9289

#fcaad0 color RGB value is (252,170,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 11010000
Octal 374 252 320
Decimal 252 170 208
Hex FC AA D0

RGB Percentages of Color #fcaad0

%40.00
%26.98
%33.02

CMYK Percentages of Color #fcaad0

%0
%33
%17
%1

Triadic Colors of #fcaad0

#fcaad0 #d0fcaa #aad0fc

Analogous Colors of #fcaad0

#fcaad0 #fcadaa #fcaaf9

Monochromatic Colors of #fcaad0

#fcaad0

Complementary Color

#fcaad0 #aafcd6

#fcaad0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaad0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaad0 Color CSS Codes

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

#fcaad0 Text Font Color

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

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


#fcaad0 Background Color

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

This div background color is #fcaad0


#fcaad0 Border Color

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

This div border color is #fcaad0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaad0


Comments

No comments written yet.

Please login to write comment.