Color Hex Logo

#fe959d Color Hex

#FE959D
(254,149,157)
0 Favorites   0 Comments

Color spaces of #fe959d

RGB 254149157
HSL0.990.980.79
HSV355°41°100°
CMYK 0.000.410.38   0.00
XYZ57.706345.000037.5427
Yxy45.00000.41150.3209
Hunter Lab67.082036.158313.7756
CIE-Lab72.891940.226513.0176

#fe959d color RGB value is (254,149,157).

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

The process color (four color CMYK) of #fe959d color hex is 0.00, 0.41, 0.38, 0.00. Web safe color of #fe959d is #ff9999. Color #fe959d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010101 10011101
Octal 376 225 235
Decimal 254 149 157
Hex FE 95 9D

RGB Percentages of Color #fe959d

%45.36
%26.61
%28.04

CMYK Percentages of Color #fe959d

%0
%41
%38
%0

Triadic Colors of #fe959d

#fe959d #9dfe95 #959dfe

Analogous Colors of #fe959d

#fe959d #fec295 #fe95d2

Monochromatic Colors of #fe959d

#fe959d

Complementary Color

#fe959d #95fef6

#fe959d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe959d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe959d Color CSS Codes

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

#fe959d Text Font Color

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

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


#fe959d Background Color

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

This div background color is #fe959d


#fe959d Border Color

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

This div border color is #fe959d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe959d

Related Colors


Comments

No comments written yet.

Please login to write comment.