Color Hex Logo

#fca9cd Color Hex

#FCA9CD
(252,169,205)
0 Favorites   0 Comments

Color spaces of #fca9cd

RGB 252169205
HSL0.930.930.83
HSV334°33°99°
CMYK 0.000.330.19   0.01
XYZ65.352353.479264.6357
Yxy53.47920.35620.2915
Hunter Lab73.129531.5403-1.2130
CIE-Lab78.157135.4609-5.7472

#fca9cd color RGB value is (252,169,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101001 11001101
Octal 374 251 315
Decimal 252 169 205
Hex FC A9 CD

RGB Percentages of Color #fca9cd

%40.26
%27.00
%32.75

CMYK Percentages of Color #fca9cd

%0
%33
%19
%1

Triadic Colors of #fca9cd

#fca9cd #cdfca9 #a9cdfc

Analogous Colors of #fca9cd

#fca9cd #fcafa9 #fca9f7

Monochromatic Colors of #fca9cd

#fca9cd

Complementary Color

#fca9cd #a9fcd8

#fca9cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca9cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca9cd Color CSS Codes

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

#fca9cd Text Font Color

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

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


#fca9cd Background Color

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

This div background color is #fca9cd


#fca9cd Border Color

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

This div border color is #fca9cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca9cd

Related Colors


Comments

No comments written yet.

Please login to write comment.