Color Hex Logo

#fc96e3 Color Hex

#FC96E3
(252,150,227)
0 Favorites   0 Comments

Color spaces of #fc96e3

RGB 252150227
HSL0.870.940.79
HSV315°40°99°
CMYK 0.000.400.10   0.01
XYZ64.916448.054278.5270
Yxy48.05420.33900.2509
Hunter Lab69.321145.8459-18.6389
CIE-Lab74.859148.6930-22.7025

#fc96e3 color RGB value is (252,150,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010110 11100011
Octal 374 226 343
Decimal 252 150 227
Hex FC 96 E3

RGB Percentages of Color #fc96e3

%40.06
%23.85
%36.09

CMYK Percentages of Color #fc96e3

%0
%40
%10
%1

Triadic Colors of #fc96e3

#fc96e3 #e3fc96 #96e3fc

Analogous Colors of #fc96e3

#fc96e3 #fc96b0 #e296fc

Monochromatic Colors of #fc96e3

#fc96e3

Complementary Color

#fc96e3 #96fcaf

#fc96e3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc96e3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc96e3 Color CSS Codes

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

#fc96e3 Text Font Color

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

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


#fc96e3 Background Color

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

This div background color is #fc96e3


#fc96e3 Border Color

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

This div border color is #fc96e3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc96e3


Comments

No comments written yet.

Please login to write comment.