Color Hex Logo

#fc95ec Color Hex

#FC95EC
(252,149,236)
0 Favorites   0 Comments

Color spaces of #fc95ec

RGB 252149236
HSL0.860.940.79
HSV309°41°99°
CMYK 0.000.410.06   0.01
XYZ66.032748.246585.1891
Yxy48.24650.33100.2419
Hunter Lab69.459748.1387-24.0946
CIE-Lab74.980150.6809-27.4289

#fc95ec color RGB value is (252,149,236).

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

The process color (four color CMYK) of #fc95ec color hex is 0.00, 0.41, 0.06, 0.01. Web safe color of #fc95ec is #ff99ff. Color #fc95ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010101 11101100
Octal 374 225 354
Decimal 252 149 236
Hex FC 95 EC

RGB Percentages of Color #fc95ec

%39.56
%23.39
%37.05

CMYK Percentages of Color #fc95ec

%0
%41
%6
%1

Triadic Colors of #fc95ec

#fc95ec #ecfc95 #95ecfc

Analogous Colors of #fc95ec

#fc95ec #fc95b9 #d995fc

Monochromatic Colors of #fc95ec

#fc95ec

Complementary Color

#fc95ec #95fca5

#fc95ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc95ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc95ec Color CSS Codes

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

#fc95ec Text Font Color

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

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


#fc95ec Background Color

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

This div background color is #fc95ec


#fc95ec Border Color

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

This div border color is #fc95ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc95ec


Comments

No comments written yet.

Please login to write comment.