Color Hex Logo

#fc93ce Color Hex

#FC93CE
(252,147,206)
0 Favorites   0 Comments

Color spaces of #fc93ce

RGB 252147206
HSL0.910.950.78
HSV326°42°99°
CMYK 0.000.420.18   0.01
XYZ61.719246.019164.0221
Yxy46.01910.35930.2679
Hunter Lab67.837443.6859-8.4693
CIE-Lab73.557946.9506-13.1432

#fc93ce color RGB value is (252,147,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010011 11001110
Octal 374 223 316
Decimal 252 147 206
Hex FC 93 CE

RGB Percentages of Color #fc93ce

%41.65
%24.30
%34.05

CMYK Percentages of Color #fc93ce

%0
%42
%18
%1

Triadic Colors of #fc93ce

#fc93ce #cefc93 #93cefc

Analogous Colors of #fc93ce

#fc93ce #fc939a #f693fc

Monochromatic Colors of #fc93ce

#fc93ce

Complementary Color

#fc93ce #93fcc1

#fc93ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc93ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc93ce Color CSS Codes

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

#fc93ce Text Font Color

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

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


#fc93ce Background Color

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

This div background color is #fc93ce


#fc93ce Border Color

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

This div border color is #fc93ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc93ce


Comments

No comments written yet.

Please login to write comment.