Color Hex Logo

#fc9ccf Color Hex

#FC9CCF
(252,156,207)
0 Favorites   0 Comments

Color spaces of #fc9ccf

RGB 252156207
HSL0.910.940.80
HSV328°38°99°
CMYK 0.000.380.18   0.01
XYZ63.295848.977465.1490
Yxy48.97740.35680.2761
Hunter Lab69.983938.9698-6.2052
CIE-Lab75.437342.5058-10.8803

#fc9ccf color RGB value is (252,156,207).

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

The process color (four color CMYK) of #fc9ccf color hex is 0.00, 0.38, 0.18, 0.01. Web safe color of #fc9ccf is #ff99cc. Color #fc9ccf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011100 11001111
Octal 374 234 317
Decimal 252 156 207
Hex FC 9C CF

RGB Percentages of Color #fc9ccf

%40.98
%25.37
%33.66

CMYK Percentages of Color #fc9ccf

%0
%38
%18
%1

Triadic Colors of #fc9ccf

#fc9ccf #cffc9c #9ccffc

Analogous Colors of #fc9ccf

#fc9ccf #fc9c9f #f99cfc

Monochromatic Colors of #fc9ccf

#fc9ccf

Complementary Color

#fc9ccf #9cfcc9

#fc9ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9ccf Color CSS Codes

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

#fc9ccf Text Font Color

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

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


#fc9ccf Background Color

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

This div background color is #fc9ccf


#fc9ccf Border Color

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

This div border color is #fc9ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9ccf


Comments

No comments written yet.

Please login to write comment.