Color Hex Logo

#fc97ce Color Hex

#FC97CE
(252,151,206)
0 Favorites   0 Comments

Color spaces of #fc97ce

RGB 252151206
HSL0.910.940.79
HSV327°40°99°
CMYK 0.000.400.18   0.01
XYZ62.352147.284964.2331
Yxy47.28490.35860.2720
Hunter Lab68.764041.5187-7.2485
CIE-Lab74.371644.9182-11.9241

#fc97ce color RGB value is (252,151,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010111 11001110
Octal 374 227 316
Decimal 252 151 206
Hex FC 97 CE

RGB Percentages of Color #fc97ce

%41.38
%24.79
%33.83

CMYK Percentages of Color #fc97ce

%0
%40
%18
%1

Triadic Colors of #fc97ce

#fc97ce #cefc97 #97cefc

Analogous Colors of #fc97ce

#fc97ce #fc979c #f897fc

Monochromatic Colors of #fc97ce

#fc97ce

Complementary Color

#fc97ce #97fcc5

#fc97ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc97ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc97ce Color CSS Codes

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

#fc97ce Text Font Color

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

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


#fc97ce Background Color

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

This div background color is #fc97ce


#fc97ce Border Color

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

This div border color is #fc97ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc97ce


Comments

No comments written yet.

Please login to write comment.