Color Hex Logo

#fe888b Color Hex

#FE888B
(254,136,139)
0 Favorites   0 Comments

Color spaces of #fe888b

RGB 254136139
HSL1.000.980.76
HSV358°46°100°
CMYK 0.000.460.45   0.00
XYZ54.337440.543229.3878
Yxy40.54320.43730.3263
Hunter Lab63.673540.898717.2069
CIE-Lab69.854744.913218.7748

#fe888b color RGB value is (254,136,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10001000 10001011
Octal 376 210 213
Decimal 254 136 139
Hex FE 88 8B

RGB Percentages of Color #fe888b

%48.02
%25.71
%26.28

CMYK Percentages of Color #fe888b

%0
%46
%45
%0

Triadic Colors of #fe888b

#fe888b #8bfe88 #888bfe

Analogous Colors of #fe888b

#fe888b #fec088 #fe88c6

Monochromatic Colors of #fe888b

#fe888b

Complementary Color

#fe888b #88fefb

#fe888b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe888b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe888b Color CSS Codes

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

#fe888b Text Font Color

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

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


#fe888b Background Color

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

This div background color is #fe888b


#fe888b Border Color

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

This div border color is #fe888b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe888b

Related Colors


Comments

No comments written yet.

Please login to write comment.