Color Hex Logo

#fe699e Color Hex

#FE699E
(254,105,158)
0 Favorites   0 Comments

Color spaces of #fe699e

RGB 254105158
HSL0.940.990.70
HSV339°59°100°
CMYK 0.000.590.38   0.00
XYZ52.096233.642636.0957
Yxy33.64260.42760.2761
Hunter Lab58.002258.82043.7045
CIE-Lab64.677961.44130.6810

#fe699e color RGB value is (254,105,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101001 10011110
Octal 376 151 236
Decimal 254 105 158
Hex FE 69 9E

RGB Percentages of Color #fe699e

%49.13
%20.31
%30.56

CMYK Percentages of Color #fe699e

%0
%59
%38
%0

Triadic Colors of #fe699e

#fe699e #9efe69 #699efe

Analogous Colors of #fe699e

#fe699e #fe7f69 #fe69e9

Monochromatic Colors of #fe699e

#fe699e

Complementary Color

#fe699e #69fec9

#fe699e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe699e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe699e Color CSS Codes

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

#fe699e Text Font Color

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

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


#fe699e Background Color

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

This div background color is #fe699e


#fe699e Border Color

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

This div border color is #fe699e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe699e


Comments

No comments written yet.

Please login to write comment.