Color Hex Logo

#fe889c Color Hex

#FE889C
(254,136,156)
0 Favorites   0 Comments

Color spaces of #fe889c

RGB 254136156
HSL0.970.980.76
HSV350°46°100°
CMYK 0.000.460.39   0.00
XYZ55.678041.079436.4471
Yxy41.07940.41800.3084
Hunter Lab64.093242.900511.1495
CIE-Lab70.231546.67409.8085

#fe889c color RGB value is (254,136,156).

#fe889c hex color red value is 254, green value is 136 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #fe889c hue: 0.97 , saturation: 0.98 and the lightness value of fe889c is 0.76.

The process color (four color CMYK) of #fe889c color hex is 0.00, 0.46, 0.39, 0.00. Web safe color of #fe889c is #ff9999. Color #fe889c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10001000 10011100
Octal 376 210 234
Decimal 254 136 156
Hex FE 88 9C

RGB Percentages of Color #fe889c

%46.52
%24.91
%28.57

CMYK Percentages of Color #fe889c

%0
%46
%39
%0

Triadic Colors of #fe889c

#fe889c #9cfe88 #889cfe

Analogous Colors of #fe889c

#fe889c #feaf88 #fe88d7

Monochromatic Colors of #fe889c

#fe889c

Complementary Color

#fe889c #88feea

#fe889c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe889c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe889c Color CSS Codes

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

#fe889c Text Font Color

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

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


#fe889c Background Color

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

This div background color is #fe889c


#fe889c Border Color

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

This div border color is #fe889c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe889c


Comments

No comments written yet.

Please login to write comment.