COLOR #FE6889

HEX: #FE6889
RGB: (254,104,137)

Color info

#FE6889 contains mainly red color. Web safe color of #FE6889 is #FF6699 (or #F69).

RGB color model

#FE6889 color RGB value is (254,104,137).

  • red value is 254;
  • green value is 104;
  • blue value is 137.
RGB:
(254,104,137)
(100%,41%,54%)

RGB channels and saturation

R 254 of 255 = 100%
G 104 of 255 = 41%
B 137 of 255 = 54%

254
104
137

R + G + B ~ 65%. #FE6889 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 104 + 137 = 495 (100%)
R 254 of 495 ~ 51.31%
G 104 of 495 ~ 21.01%
B 137 of 495 ~ 27.68%

%51.31
%21.01
%27.68

CMYK color model

#FE6889 color CMYK value is (0,59,46,0).

  • cyan value is 0.00%
  • magenta value is 59.06%
  • yellow value is 46.06%
  • key color value is 0.39%
CMYK:
(0,59,46,0)
C0M59Y46K0 
(0%,59%,46%,0%)
(0.00/0.59/0.46/0.00)	

CMYK percentages

%0
%59.06
%46.06
%0.39

Codes

Color #FE6889 in popluar color models

FE6889
RGB254104137
HSL347°98.68%70.20%
HSB/HSV347°59.06%99.61%
CMYK0.00%59.06%46.06%
0.39%

Color #FE6889 in popluar number systems.

HEXFE6889
Decimal254104137
Binary11111110110100010001001
Octal376150211

Shades and tints

Shades of #FE6889

#FE6889
(254,104,137)
#E75F7D
(231,95,125)
#D05671
(208,86,113)
#B94D65
(185,77,101)
#A24459
(162,68,89)
#8B3B4D
(139,59,77)
#743241
(116,50,65)
#5D2935
(93,41,53)
#462029
(70,32,41)
#2F171D
(47,23,29)
#180E11
(24,14,17)
#000000
(0,0,0)

Tints of #FE6889

#FE6889
(254,104,137)
#FE7593
(254,117,147)
#FE829D
(254,130,157)
#FE8FA7
(254,143,167)
#FE9CB1
(254,156,177)
#FEA9BB
(254,169,187)
#FEB6C5
(254,182,197)
#FEC3CF
(254,195,207)
#FED0D9
(254,208,217)
#FEDDE3
(254,221,227)
#FEEAED
(254,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE6889 color. Also use rgb(254,104,137) instead hex code.

Text Font Color

.myTextColor { color: #FE6889; }

<p style="color:#FE6889">This sample text font color is #FE6889.</p>

This text font color is #FE6889.


Background Color

.myBgColor { background-color: #FE6889; }

<div style="background-color:#FE6889">Inner text</div>

This div background color is #FE6889.


Border color

.myBorderColor { border: 1px solid #FE6889; }

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

This div border color is #FE6889.


Opacity

.myOpacity80 { color: #FE6889; opacity: 0.8; }

<p style="color:#FE6889;opacity:0.8;">80%</p>

Text with #FE6889 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FE6889;}

<p style="text-shadow: 3px 3px 1px #FE6889">Text here.</p>

This text has shadow with #FE6889 color.

.textShadow {text-shadow: 3px 3px 1px #FE6889, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FE6889, 5px 5px 20px red">Text here.</p>

This text has shadow with #FE6889 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FE6889, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FE6889, Direction=45, Strength=4)">Text</p>

This text has shadow with #FE6889 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FE6889;
  -webkit-box-shadow:	1px 1px 3px 2px #FE6889;
  box-shadow:		1px 1px 3px 2px #FE6889;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FE6889;
-webkit-box-shadow: 1px 1px 3px 2px #FE6889;
box-shadow:1px 1px 3px 2px #FE6889;">
Div content here</div>
This div box has shadow with color #FE6889.

Preview

Color preview on black background

This text has color #FE6889 on black background.


Color preview on white background

This text has color #FE6889 on white background.



Black color preview on #FE6889 background

This text has black color on #FE6889 background.


White color preview on #FE6889 background

This text has white color on #FE6889 background.