Color Hex Logo

#fe95bf Color Hex

#FE95BF
(254,149,191)
0 Favorites   0 Comments

Color spaces of #fe95bf

RGB 254149191
HSL0.930.980.79
HSV336°41°100°
CMYK 0.000.410.25   0.00
XYZ61.024546.327355.0159
Yxy46.32730.37580.2853
Hunter Lab68.064240.9260-0.2789
CIE-Lab73.757444.4601-4.5423

#fe95bf color RGB value is (254,149,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010101 10111111
Octal 376 225 277
Decimal 254 149 191
Hex FE 95 BF

RGB Percentages of Color #fe95bf

%42.76
%25.08
%32.15

CMYK Percentages of Color #fe95bf

%0
%41
%25
%0

Triadic Colors of #fe95bf

#fe95bf #bffe95 #95bffe

Analogous Colors of #fe95bf

#fe95bf #fea095 #fe95f4

Monochromatic Colors of #fe95bf

#fe95bf

Complementary Color

#fe95bf #95fed4

#fe95bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe95bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe95bf Color CSS Codes

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

#fe95bf Text Font Color

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

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


#fe95bf Background Color

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

This div background color is #fe95bf


#fe95bf Border Color

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

This div border color is #fe95bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe95bf

Related Colors


Comments

No comments written yet.

Please login to write comment.