Color Hex Logo

#fc9acc Color Hex

#FC9ACC
(252,154,204)
0 Favorites   0 Comments

Color spaces of #fc9acc

RGB 252154204
HSL0.910.940.80
HSV329°39°99°
CMYK 0.000.390.19   0.01
XYZ62.599648.166363.1244
Yxy48.16630.36000.2770
Hunter Lab69.401939.5511-5.3457
CIE-Lab74.929743.0868-9.9913

#fc9acc color RGB value is (252,154,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011010 11001100
Octal 374 232 314
Decimal 252 154 204
Hex FC 9A CC

RGB Percentages of Color #fc9acc

%41.31
%25.25
%33.44

CMYK Percentages of Color #fc9acc

%0
%39
%19
%1

Triadic Colors of #fc9acc

#fc9acc #ccfc9a #9accfc

Analogous Colors of #fc9acc

#fc9acc #fc9a9b #fb9afc

Monochromatic Colors of #fc9acc

#fc9acc

Complementary Color

#fc9acc #9afcca

#fc9acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9acc Color CSS Codes

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

#fc9acc Text Font Color

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

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


#fc9acc Background Color

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

This div background color is #fc9acc


#fc9acc Border Color

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

This div border color is #fc9acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9acc


Comments

No comments written yet.

Please login to write comment.