Color Hex Logo

#fe699d Color Hex

#FE699D
(254,105,157)
0 Favorites   0 Comments

Color spaces of #fe699d

RGB 254105157
HSL0.940.990.70
HSV339°59°100°
CMYK 0.000.590.38   0.00
XYZ52.010433.608335.6441
Yxy33.60830.42890.2772
Hunter Lab57.972758.68984.1268
CIE-Lab64.650561.33481.2134

#fe699d color RGB value is (254,105,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101001 10011101
Octal 376 151 235
Decimal 254 105 157
Hex FE 69 9D

RGB Percentages of Color #fe699d

%49.22
%20.35
%30.43

CMYK Percentages of Color #fe699d

%0
%59
%38
%0

Triadic Colors of #fe699d

#fe699d #9dfe69 #699dfe

Analogous Colors of #fe699d

#fe699d #fe8069 #fe69e8

Monochromatic Colors of #fe699d

#fe699d

Complementary Color

#fe699d #69feca

#fe699d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe699d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe699d Color CSS Codes

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

#fe699d Text Font Color

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

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


#fe699d Background Color

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

This div background color is #fe699d


#fe699d Border Color

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

This div border color is #fe699d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe699d


Comments

No comments written yet.

Please login to write comment.