Color Hex Logo

#fe496e Color Hex

#FE496E
(254,73,110)
0 Favorites   0 Comments

Color spaces of #fe496e

RGB 25473110
HSL0.970.990.64
HSV348°71°100°
CMYK 0.000.710.57   0.00
XYZ46.070126.961717.5278
Yxy26.96170.50870.2977
Hunter Lab51.924767.505816.3332
CIE-Lab58.938969.750420.4074

#fe496e color RGB value is (254,73,110).

#fe496e hex color red value is 254, green value is 73 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #fe496e hue: 0.97 , saturation: 0.99 and the lightness value of fe496e is 0.64.

The process color (four color CMYK) of #fe496e color hex is 0.00, 0.71, 0.57, 0.00. Web safe color of #fe496e is #ff3366. Color #fe496e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01001001 01101110
Octal 376 111 156
Decimal 254 73 110
Hex FE 49 6E

RGB Percentages of Color #fe496e

%58.12
%16.70
%25.17

CMYK Percentages of Color #fe496e

%0
%71
%57
%0

Triadic Colors of #fe496e

#fe496e #6efe49 #496efe

Analogous Colors of #fe496e

#fe496e #fe7f49 #fe49c9

Monochromatic Colors of #fe496e

#fe496e

Complementary Color

#fe496e #49fed9

#fe496e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe496e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe496e Color CSS Codes

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

#fe496e Text Font Color

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

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


#fe496e Background Color

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

This div background color is #fe496e


#fe496e Border Color

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

This div border color is #fe496e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe496e

Related Colors


Comments

No comments written yet.

Please login to write comment.