Color Hex Logo

#fca9dc Color Hex

#FCA9DC
(252,169,220)
0 Favorites   0 Comments

Color spaces of #fca9dc

RGB 252169220
HSL0.900.930.83
HSV323°33°99°
CMYK 0.000.330.13   0.01
XYZ67.251154.238774.6347
Yxy54.23870.34290.2766
Hunter Lab73.646934.1161-8.5324
CIE-Lab78.600737.7820-13.2378

#fca9dc color RGB value is (252,169,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101001 11011100
Octal 374 251 334
Decimal 252 169 220
Hex FC A9 DC

RGB Percentages of Color #fca9dc

%39.31
%26.37
%34.32

CMYK Percentages of Color #fca9dc

%0
%33
%13
%1

Triadic Colors of #fca9dc

#fca9dc #dcfca9 #a9dcfc

Analogous Colors of #fca9dc

#fca9dc #fca9b3 #f3a9fc

Monochromatic Colors of #fca9dc

#fca9dc

Complementary Color

#fca9dc #a9fcc9

#fca9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca9dc Color CSS Codes

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

#fca9dc Text Font Color

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

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


#fca9dc Background Color

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

This div background color is #fca9dc


#fca9dc Border Color

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

This div border color is #fca9dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca9dc


Comments

No comments written yet.

Please login to write comment.