Color Hex Logo

#fc91ce Color Hex

#FC91CE
(252,145,206)
0 Favorites   0 Comments

Color spaces of #fc91ce

RGB 252145206
HSL0.900.950.78
HSV326°42°99°
CMYK 0.000.420.18   0.01
XYZ61.410945.402563.9194
Yxy45.40250.35970.2659
Hunter Lab67.381444.7662-9.0768
CIE-Lab73.156147.9603-13.7463

#fc91ce color RGB value is (252,145,206).

#fc91ce hex color red value is 252, green value is 145 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fc91ce hue: 0.90 , saturation: 0.95 and the lightness value of fc91ce is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010001 11001110
Octal 374 221 316
Decimal 252 145 206
Hex FC 91 CE

RGB Percentages of Color #fc91ce

%41.79
%24.05
%34.16

CMYK Percentages of Color #fc91ce

%0
%42
%18
%1

Triadic Colors of #fc91ce

#fc91ce #cefc91 #91cefc

Analogous Colors of #fc91ce

#fc91ce #fc9199 #f591fc

Monochromatic Colors of #fc91ce

#fc91ce

Complementary Color

#fc91ce #91fcbf

#fc91ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc91ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc91ce Color CSS Codes

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

#fc91ce Text Font Color

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

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


#fc91ce Background Color

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

This div background color is #fc91ce


#fc91ce Border Color

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

This div border color is #fc91ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc91ce


Comments

No comments written yet.

Please login to write comment.