Color Hex Logo

#fe96df Color Hex

#FE96DF
(254,150,223)
0 Favorites   0 Comments

Color spaces of #fe96df

RGB 254150223
HSL0.880.980.79
HSV318°41°100°
CMYK 0.000.410.12   0.00
XYZ65.098748.211275.6867
Yxy48.21120.34440.2551
Hunter Lab69.434345.8442-16.0249
CIE-Lab74.957948.6787-20.3431

#fe96df color RGB value is (254,150,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010110 11011111
Octal 376 226 337
Decimal 254 150 223
Hex FE 96 DF

RGB Percentages of Color #fe96df

%40.51
%23.92
%35.57

CMYK Percentages of Color #fe96df

%0
%41
%12
%0

Triadic Colors of #fe96df

#fe96df #dffe96 #96dffe

Analogous Colors of #fe96df

#fe96df #fe96ab #e996fe

Monochromatic Colors of #fe96df

#fe96df

Complementary Color

#fe96df #96feb5

#fe96df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe96df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe96df Color CSS Codes

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

#fe96df Text Font Color

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

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


#fe96df Background Color

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

This div background color is #fe96df


#fe96df Border Color

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

This div border color is #fe96df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe96df

Related Colors


Comments

No comments written yet.

Please login to write comment.