Color Hex Logo

#fc9acd Color Hex

#FC9ACD
(252,154,205)
0 Favorites   0 Comments

Color spaces of #fc9acd

RGB 252154205
HSL0.910.940.80
HSV329°39°99°
CMYK 0.000.390.19   0.01
XYZ62.719948.214463.7582
Yxy48.21440.35900.2760
Hunter Lab69.436639.7194-5.8358
CIE-Lab74.960043.2349-10.4954

#fc9acd color RGB value is (252,154,205).

#fc9acd hex color red value is 252, green value is 154 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #fc9acd hue: 0.91 , saturation: 0.94 and the lightness value of fc9acd is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011010 11001101
Octal 374 232 315
Decimal 252 154 205
Hex FC 9A CD

RGB Percentages of Color #fc9acd

%41.24
%25.20
%33.55

CMYK Percentages of Color #fc9acd

%0
%39
%19
%1

Triadic Colors of #fc9acd

#fc9acd #cdfc9a #9acdfc

Analogous Colors of #fc9acd

#fc9acd #fc9a9c #fa9afc

Monochromatic Colors of #fc9acd

#fc9acd

Complementary Color

#fc9acd #9afcc9

#fc9acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9acd Color CSS Codes

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

#fc9acd Text Font Color

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

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


#fc9acd Background Color

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

This div background color is #fc9acd


#fc9acd Border Color

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

This div border color is #fc9acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9acd


Comments

No comments written yet.

Please login to write comment.