Color Hex Logo

#fc96ce Color Hex

#FC96CE
(252,150,206)
0 Favorites   0 Comments

Color spaces of #fc96ce

RGB 252150206
HSL0.910.940.79
HSV327°40°99°
CMYK 0.000.400.18   0.01
XYZ62.191846.964464.1797
Yxy46.96440.35880.2709
Hunter Lab68.530642.0610-7.5544
CIE-Lab74.167045.4276-12.2305

#fc96ce color RGB value is (252,150,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010110 11001110
Octal 374 226 316
Decimal 252 150 206
Hex FC 96 CE

RGB Percentages of Color #fc96ce

%41.45
%24.67
%33.88

CMYK Percentages of Color #fc96ce

%0
%40
%18
%1

Triadic Colors of #fc96ce

#fc96ce #cefc96 #96cefc

Analogous Colors of #fc96ce

#fc96ce #fc969b #f796fc

Monochromatic Colors of #fc96ce

#fc96ce

Complementary Color

#fc96ce #96fcc4

#fc96ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc96ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc96ce Color CSS Codes

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

#fc96ce Text Font Color

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

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


#fc96ce Background Color

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

This div background color is #fc96ce


#fc96ce Border Color

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

This div border color is #fc96ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc96ce


Comments

No comments written yet.

Please login to write comment.