Color Hex Logo

#fe887e Color Hex

#FE887E
(254,136,126)
0 Favorites   0 Comments

Color spaces of #fe887e

RGB 254136126
HSL0.010.980.75
HSV50°100°
CMYK 0.000.460.50   0.00
XYZ53.443140.185524.6785
Yxy40.18550.45170.3397
Hunter Lab63.392039.549621.2928
CIE-Lab69.601443.715525.6478

#fe887e color RGB value is (254,136,126).

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

The process color (four color CMYK) of #fe887e color hex is 0.00, 0.46, 0.50, 0.00. Web safe color of #fe887e is #ff9966. Color #fe887e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10001000 01111110
Octal 376 210 176
Decimal 254 136 126
Hex FE 88 7E

RGB Percentages of Color #fe887e

%49.22
%26.36
%24.42

CMYK Percentages of Color #fe887e

%0
%46
%50
%0

Triadic Colors of #fe887e

#fe887e #7efe88 #887efe

Analogous Colors of #fe887e

#fe887e #fec87e #fe7eb4

Monochromatic Colors of #fe887e

#fe887e

Complementary Color

#fe887e #7ef4fe

#fe887e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe887e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe887e Color CSS Codes

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

#fe887e Text Font Color

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

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


#fe887e Background Color

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

This div background color is #fe887e


#fe887e Border Color

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

This div border color is #fe887e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe887e

Related Colors


Comments

No comments written yet.

Please login to write comment.