Color Hex Logo

#fe898d Color Hex

#FE898D
(254,137,141)
0 Favorites   0 Comments

Color spaces of #fe898d

RGB 254137141
HSL0.990.980.77
HSV358°46°100°
CMYK 0.000.460.44   0.00
XYZ54.626440.885230.2118
Yxy40.88520.43450.3252
Hunter Lab63.941540.598116.7451
CIE-Lab70.095444.609917.9930

#fe898d color RGB value is (254,137,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10001001 10001101
Octal 376 211 215
Decimal 254 137 141
Hex FE 89 8D

RGB Percentages of Color #fe898d

%47.74
%25.75
%26.50

CMYK Percentages of Color #fe898d

%0
%46
%44
%0

Triadic Colors of #fe898d

#fe898d #8dfe89 #898dfe

Analogous Colors of #fe898d

#fe898d #fec089 #fe89c8

Monochromatic Colors of #fe898d

#fe898d

Complementary Color

#fe898d #89fefa

#fe898d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe898d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe898d Color CSS Codes

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

#fe898d Text Font Color

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

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


#fe898d Background Color

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

This div background color is #fe898d


#fe898d Border Color

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

This div border color is #fe898d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe898d


Comments

No comments written yet.

Please login to write comment.