Color Hex Logo

#fc96df Color Hex

#FC96DF
(252,150,223)
0 Favorites   0 Comments

Color spaces of #fc96df

RGB 252150223
HSL0.880.940.79
HSV317°40°99°
CMYK 0.000.400.12   0.01
XYZ64.370547.835975.6526
Yxy47.83590.34270.2546
Hunter Lab69.163545.0939-16.4383
CIE-Lab74.721348.0491-20.7245

#fc96df color RGB value is (252,150,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010110 11011111
Octal 374 226 337
Decimal 252 150 223
Hex FC 96 DF

RGB Percentages of Color #fc96df

%40.32
%24.00
%35.68

CMYK Percentages of Color #fc96df

%0
%40
%12
%1

Triadic Colors of #fc96df

#fc96df #dffc96 #96dffc

Analogous Colors of #fc96df

#fc96df #fc96ac #e696fc

Monochromatic Colors of #fc96df

#fc96df

Complementary Color

#fc96df #96fcb3

#fc96df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc96df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc96df Color CSS Codes

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

#fc96df Text Font Color

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

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


#fc96df Background Color

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

This div background color is #fc96df


#fc96df Border Color

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

This div border color is #fc96df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc96df


Comments

No comments written yet.

Please login to write comment.