Color Hex Logo

#fe916e Color Hex

#FE916E
(254,145,110)
0 Favorites   0 Comments

Color spaces of #fe916e

RGB 254145110
HSL0.040.990.71
HSV15°57°100°
CMYK 0.000.430.57   0.00
XYZ53.812942.447420.1088
Yxy42.44740.46240.3648
Hunter Lab65.151733.419127.3065
CIE-Lab71.178337.868536.4122

#fe916e color RGB value is (254,145,110).

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

The process color (four color CMYK) of #fe916e color hex is 0.00, 0.43, 0.57, 0.00. Web safe color of #fe916e is #ff9966. Color #fe916e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010001 01101110
Octal 376 221 156
Decimal 254 145 110
Hex FE 91 6E

RGB Percentages of Color #fe916e

%49.90
%28.49
%21.61

CMYK Percentages of Color #fe916e

%0
%43
%57
%0

Triadic Colors of #fe916e

#fe916e #6efe91 #916efe

Analogous Colors of #fe916e

#fe916e #fed96e #fe6e93

Monochromatic Colors of #fe916e

#fe916e

Complementary Color

#fe916e #6edbfe

#fe916e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe916e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe916e Color CSS Codes

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

#fe916e Text Font Color

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

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


#fe916e Background Color

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

This div background color is #fe916e


#fe916e Border Color

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

This div border color is #fe916e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,145,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 #fe916e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe916e

Related Colors


Comments

No comments written yet.

Please login to write comment.