Color Hex Logo

#fe95dd Color Hex

#FE95DD
(254,149,221)
0 Favorites   0 Comments

Color spaces of #fe95dd

RGB 254149221
HSL0.890.980.79
HSV319°41°100°
CMYK 0.000.410.13   0.00
XYZ64.671647.786274.2217
Yxy47.78620.34640.2560
Hunter Lab69.127646.0207-15.2699
CIE-Lab74.689948.8682-19.6547

#fe95dd color RGB value is (254,149,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010101 11011101
Octal 376 225 335
Decimal 254 149 221
Hex FE 95 DD

RGB Percentages of Color #fe95dd

%40.71
%23.88
%35.42

CMYK Percentages of Color #fe95dd

%0
%41
%13
%0

Triadic Colors of #fe95dd

#fe95dd #ddfe95 #95ddfe

Analogous Colors of #fe95dd

#fe95dd #fe95a9 #eb95fe

Monochromatic Colors of #fe95dd

#fe95dd

Complementary Color

#fe95dd #95feb6

#fe95dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe95dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe95dd Color CSS Codes

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

#fe95dd Text Font Color

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

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


#fe95dd Background Color

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

This div background color is #fe95dd


#fe95dd Border Color

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

This div border color is #fe95dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe95dd


Comments

No comments written yet.

Please login to write comment.