Color Hex Logo

#fc9fcc Color Hex

#FC9FCC
(252,159,204)
0 Favorites   0 Comments

Color spaces of #fc9fcc

RGB 252159204
HSL0.920.940.81
HSV331°37°99°
CMYK 0.000.370.19   0.01
XYZ63.442149.851463.4053
Yxy49.85140.35900.2821
Hunter Lab70.605536.8303-3.8198
CIE-Lab75.978040.5114-8.4309

#fc9fcc color RGB value is (252,159,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011111 11001100
Octal 374 237 314
Decimal 252 159 204
Hex FC 9F CC

RGB Percentages of Color #fc9fcc

%40.98
%25.85
%33.17

CMYK Percentages of Color #fc9fcc

%0
%37
%19
%1

Triadic Colors of #fc9fcc

#fc9fcc #ccfc9f #9fccfc

Analogous Colors of #fc9fcc

#fc9fcc #fca19f #fc9ffb

Monochromatic Colors of #fc9fcc

#fc9fcc

Complementary Color

#fc9fcc #9ffccf

#fc9fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9fcc Color CSS Codes

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

#fc9fcc Text Font Color

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

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


#fc9fcc Background Color

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

This div background color is #fc9fcc


#fc9fcc Border Color

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

This div border color is #fc9fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9fcc

Related Colors


Comments

No comments written yet.

Please login to write comment.