Color Hex Logo

#fc95df Color Hex

#FC95DF
(252,149,223)
0 Favorites   0 Comments

Color spaces of #fc95df

RGB 252149223
HSL0.880.940.79
HSV317°41°99°
CMYK 0.000.410.12   0.01
XYZ64.211647.518175.5996
Yxy47.51810.34280.2537
Hunter Lab68.933445.6398-16.7703
CIE-Lab74.520048.5554-21.0303

#fc95df color RGB value is (252,149,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010101 11011111
Octal 374 225 337
Decimal 252 149 223
Hex FC 95 DF

RGB Percentages of Color #fc95df

%40.38
%23.88
%35.74

CMYK Percentages of Color #fc95df

%0
%41
%12
%1

Triadic Colors of #fc95df

#fc95df #dffc95 #95dffc

Analogous Colors of #fc95df

#fc95df #fc95ac #e695fc

Monochromatic Colors of #fc95df

#fc95df

Complementary Color

#fc95df #95fcb2

#fc95df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc95df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc95df Color CSS Codes

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

#fc95df Text Font Color

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

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


#fc95df Background Color

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

This div background color is #fc95df


#fc95df Border Color

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

This div border color is #fc95df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc95df

#fc95df Color Palettes


Comments

No comments written yet.

Please login to write comment.