Color Hex Logo

#fc96dc Color Hex

#FC96DC
(252,150,220)
0 Favorites   0 Comments

Color spaces of #fc96dc

RGB 252150220
HSL0.890.940.79
HSV319°40°99°
CMYK 0.000.400.13   0.01
XYZ63.969547.675473.5409
Yxy47.67540.34540.2574
Hunter Lab69.047444.5399-14.8154
CIE-Lab74.619747.5733-19.2358

#fc96dc color RGB value is (252,150,220).

#fc96dc hex color red value is 252, green value is 150 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fc96dc hue: 0.89 , saturation: 0.94 and the lightness value of fc96dc is 0.79.

The process color (four color CMYK) of #fc96dc color hex is 0.00, 0.40, 0.13, 0.01. Web safe color of #fc96dc is #ff99cc. Color #fc96dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010110 11011100
Octal 374 226 334
Decimal 252 150 220
Hex FC 96 DC

RGB Percentages of Color #fc96dc

%40.51
%24.12
%35.37

CMYK Percentages of Color #fc96dc

%0
%40
%13
%1

Triadic Colors of #fc96dc

#fc96dc #dcfc96 #96dcfc

Analogous Colors of #fc96dc

#fc96dc #fc96a9 #e996fc

Monochromatic Colors of #fc96dc

#fc96dc

Complementary Color

#fc96dc #96fcb6

#fc96dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc96dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc96dc Color CSS Codes

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

#fc96dc Text Font Color

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

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


#fc96dc Background Color

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

This div background color is #fc96dc


#fc96dc Border Color

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

This div border color is #fc96dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc96dc


Comments

No comments written yet.

Please login to write comment.