Color Hex Logo

#fc95c4 Color Hex

#FC95C4
(252,149,196)
0 Favorites   0 Comments

Color spaces of #fc95c4

RGB 252149196
HSL0.920.940.79
HSV333°41°99°
CMYK 0.000.410.22   0.01
XYZ60.856146.175957.9299
Yxy46.17590.36890.2799
Hunter Lab67.952940.9406-2.9778
CIE-Lab73.659544.4849-7.4753

#fc95c4 color RGB value is (252,149,196).

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

The process color (four color CMYK) of #fc95c4 color hex is 0.00, 0.41, 0.22, 0.01. Web safe color of #fc95c4 is #ff99cc. Color #fc95c4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010101 11000100
Octal 374 225 304
Decimal 252 149 196
Hex FC 95 C4

RGB Percentages of Color #fc95c4

%42.21
%24.96
%32.83

CMYK Percentages of Color #fc95c4

%0
%41
%22
%1

Triadic Colors of #fc95c4

#fc95c4 #c4fc95 #95c4fc

Analogous Colors of #fc95c4

#fc95c4 #fc9a95 #fc95f8

Monochromatic Colors of #fc95c4

#fc95c4

Complementary Color

#fc95c4 #95fccd

#fc95c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc95c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc95c4 Color CSS Codes

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

#fc95c4 Text Font Color

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

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


#fc95c4 Background Color

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

This div background color is #fc95c4


#fc95c4 Border Color

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

This div border color is #fc95c4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc95c4

Related Colors


Comments

No comments written yet.

Please login to write comment.