COLOR #FE789E

HEX: #FE789E
RGB: (254,120,158)

Color info

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

RGB color model

#FE789E color RGB value is (254,120,158).

  • red value is 254;
  • green value is 120;
  • blue value is 158.
RGB:
(254,120,158)
(100%,47%,62%)

RGB channels and saturation

R 254 of 255 = 100%
G 120 of 255 = 47%
B 158 of 255 = 62%

254
120
158

R + G + B ~ 70%. #FE789E is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 120 + 158 = 532 (100%)
R 254 of 532 ~ 47.74%
G 120 of 532 ~ 22.56%
B 158 of 532 ~ 29.7%

%47.74
%22.56
%29.7

CMYK color model

#FE789E color CMYK value is (0,53,38,0).

  • cyan value is 0.00%
  • magenta value is 52.76%
  • yellow value is 37.80%
  • key color value is 0.39%
CMYK:
(0,53,38,0)
C0M53Y38K0 
(0%,53%,38%,0%)
(0.00/0.53/0.38/0.00)	

CMYK percentages

%0
%52.76
%37.8
%0.39

Codes

Color #FE789E in popluar color models

FE789E
RGB254120158
HSL343°98.53%73.33%
HSB/HSV343°52.76%99.61%
CMYK0.00%52.76%37.80%
0.39%

Color #FE789E in popluar number systems.

HEXFE789E
Decimal254120158
Binary11111110111100010011110
Octal376170236

Shades and tints

Shades of #FE789E

#FE789E
(254,120,158)
#E76E90
(231,110,144)
#D06482
(208,100,130)
#B95A74
(185,90,116)
#A25066
(162,80,102)
#8B4658
(139,70,88)
#743C4A
(116,60,74)
#5D323C
(93,50,60)
#46282E
(70,40,46)
#2F1E20
(47,30,32)
#181412
(24,20,18)
#000000
(0,0,0)

Tints of #FE789E

#FE789E
(254,120,158)
#FE84A6
(254,132,166)
#FE90AE
(254,144,174)
#FE9CB6
(254,156,182)
#FEA8BE
(254,168,190)
#FEB4C6
(254,180,198)
#FEC0CE
(254,192,206)
#FECCD6
(254,204,214)
#FED8DE
(254,216,222)
#FEE4E6
(254,228,230)
#FEF0EE
(254,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE789E color. Also use rgb(254,120,158) instead hex code.

Text Font Color

.myTextColor { color: #FE789E; }

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

This text font color is #FE789E.


Background Color

.myBgColor { background-color: #FE789E; }

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

This div background color is #FE789E.


Border color

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

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

This div border color is #FE789E.


Opacity

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

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

Text with #FE789E 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 #FE789E;}

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

This text has shadow with #FE789E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE789E on black background.


Color preview on white background

This text has color #FE789E on white background.



Black color preview on #FE789E background

This text has black color on #FE789E background.


White color preview on #FE789E background

This text has white color on #FE789E background.