Color Hex Logo

#fe649e Color Hex

#FE649E
(254,100,158)
0 Favorites   0 Comments

Color spaces of #fe649e

RGB 254100158
HSL0.940.990.69
HSV337°61°100°
CMYK 0.000.610.38   0.00
XYZ51.601832.653835.9309
Yxy32.65380.42930.2717
Hunter Lab57.143561.18822.7199
CIE-Lab63.879663.5836-0.4844

#fe649e color RGB value is (254,100,158).

#fe649e hex color red value is 254, green value is 100 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fe649e hue: 0.94 , saturation: 0.99 and the lightness value of fe649e is 0.69.

The process color (four color CMYK) of #fe649e color hex is 0.00, 0.61, 0.38, 0.00. Web safe color of #fe649e is #ff6699. Color #fe649e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100100 10011110
Octal 376 144 236
Decimal 254 100 158
Hex FE 64 9E

RGB Percentages of Color #fe649e

%49.61
%19.53
%30.86

CMYK Percentages of Color #fe649e

%0
%61
%38
%0

Triadic Colors of #fe649e

#fe649e #9efe64 #649efe

Analogous Colors of #fe649e

#fe649e #fe7764 #fe64eb

Monochromatic Colors of #fe649e

#fe649e

Complementary Color

#fe649e #64fec4

#fe649e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe649e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe649e Color CSS Codes

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

#fe649e Text Font Color

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

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


#fe649e Background Color

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

This div background color is #fe649e


#fe649e Border Color

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

This div border color is #fe649e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe649e

Related Colors


Comments

No comments written yet.

Please login to write comment.