Color Hex Logo

#fe6f9b Color Hex

#FE6F9B
(254,111,155)
0 Favorites   0 Comments

Color spaces of #fe6f9b

RGB 254111155
HSL0.950.990.72
HSV342°56°100°
CMYK 0.000.560.39   0.00
XYZ52.473934.806334.9629
Yxy34.80630.42930.2847
Hunter Lab58.996955.51976.1612
CIE-Lab65.597658.46363.7301

#fe6f9b color RGB value is (254,111,155).

#fe6f9b hex color red value is 254, green value is 111 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #fe6f9b hue: 0.95 , saturation: 0.99 and the lightness value of fe6f9b is 0.72.

The process color (four color CMYK) of #fe6f9b color hex is 0.00, 0.56, 0.39, 0.00. Web safe color of #fe6f9b is #ff6699. Color #fe6f9b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101111 10011011
Octal 376 157 233
Decimal 254 111 155
Hex FE 6F 9B

RGB Percentages of Color #fe6f9b

%48.85
%21.35
%29.81

CMYK Percentages of Color #fe6f9b

%0
%56
%39
%0

Triadic Colors of #fe6f9b

#fe6f9b #9bfe6f #6f9bfe

Analogous Colors of #fe6f9b

#fe6f9b #fe8b6f #fe6fe3

Monochromatic Colors of #fe6f9b

#fe6f9b

Complementary Color

#fe6f9b #6ffed2

#fe6f9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe6f9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe6f9b Color CSS Codes

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

#fe6f9b Text Font Color

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

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


#fe6f9b Background Color

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

This div background color is #fe6f9b


#fe6f9b Border Color

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

This div border color is #fe6f9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe6f9b

Related Colors

#fe6f9b Color Palettes


Comments

No comments written yet.

Please login to write comment.