Color Hex Logo

#fe898c Color Hex

#FE898C
(254,137,140)
0 Favorites   0 Comments

Color spaces of #fe898c

RGB 254137140
HSL1.000.980.77
HSV358°46°100°
CMYK 0.000.460.45   0.00
XYZ54.552340.855629.8216
Yxy40.85560.43560.3262
Hunter Lab63.918440.486917.0807
CIE-Lab70.074644.511518.5212

#fe898c color RGB value is (254,137,140).

#fe898c hex color red value is 254, green value is 137 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #fe898c hue: 1.00 , saturation: 0.98 and the lightness value of fe898c is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10001001 10001100
Octal 376 211 214
Decimal 254 137 140
Hex FE 89 8C

RGB Percentages of Color #fe898c

%47.83
%25.80
%26.37

CMYK Percentages of Color #fe898c

%0
%46
%45
%0

Triadic Colors of #fe898c

#fe898c #8cfe89 #898cfe

Analogous Colors of #fe898c

#fe898c #fec189 #fe89c7

Monochromatic Colors of #fe898c

#fe898c

Complementary Color

#fe898c #89fefb

#fe898c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe898c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe898c Color CSS Codes

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

#fe898c Text Font Color

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

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


#fe898c Background Color

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

This div background color is #fe898c


#fe898c Border Color

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

This div border color is #fe898c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe898c

Related Colors


Comments

No comments written yet.

Please login to write comment.