Color Hex Logo

#fe699f Color Hex

#FE699F
(254,105,159)
0 Favorites   0 Comments

Color spaces of #fe699f

RGB 254105159
HSL0.940.990.70
HSV338°59°100°
CMYK 0.000.590.37   0.00
XYZ52.182633.677236.5509
Yxy33.67720.42630.2751
Hunter Lab58.032158.95163.2792
CIE-Lab64.705561.54820.1492

#fe699f color RGB value is (254,105,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101001 10011111
Octal 376 151 237
Decimal 254 105 159
Hex FE 69 9F

RGB Percentages of Color #fe699f

%49.03
%20.27
%30.69

CMYK Percentages of Color #fe699f

%0
%59
%37
%0

Triadic Colors of #fe699f

#fe699f #9ffe69 #699ffe

Analogous Colors of #fe699f

#fe699f #fe7e69 #fe69ea

Monochromatic Colors of #fe699f

#fe699f

Complementary Color

#fe699f #69fec8

#fe699f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe699f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe699f Color CSS Codes

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

#fe699f Text Font Color

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

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


#fe699f Background Color

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

This div background color is #fe699f


#fe699f Border Color

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

This div border color is #fe699f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe699f


Comments

No comments written yet.

Please login to write comment.