Color Hex Logo

#fe95fb Color Hex

#FE95FB
(254,149,251)
0 Favorites   0 Comments

Color spaces of #fe95fb

RGB 254149251
HSL0.840.980.79
HSV302°41°100°
CMYK 0.000.410.01   0.00
XYZ69.033149.530897.1887
Yxy49.53080.32000.2296
Hunter Lab70.378151.9269-32.6119
CIE-Lab75.780453.8398-34.3250

#fe95fb color RGB value is (254,149,251).

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

The process color (four color CMYK) of #fe95fb color hex is 0.00, 0.41, 0.01, 0.00. Web safe color of #fe95fb is #ff99ff. Color #fe95fb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010101 11111011
Octal 376 225 373
Decimal 254 149 251
Hex FE 95 FB

RGB Percentages of Color #fe95fb

%38.84
%22.78
%38.38

CMYK Percentages of Color #fe95fb

%0
%41
%1
%0

Triadic Colors of #fe95fb

#fe95fb #fbfe95 #95fbfe

Analogous Colors of #fe95fb

#fe95fb #fe95c7 #cd95fe

Monochromatic Colors of #fe95fb

#fe95fb

Complementary Color

#fe95fb #95fe98

#fe95fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe95fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe95fb Color CSS Codes

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

#fe95fb Text Font Color

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

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


#fe95fb Background Color

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

This div background color is #fe95fb


#fe95fb Border Color

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

This div border color is #fe95fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe95fb


Comments

No comments written yet.

Please login to write comment.