COLOR #FE78B9

HEX: #FE78B9
RGB: (254,120,185)

Color info

#FE78B9 contains mainly red color. Web safe color of #FE78B9 is #FF66CC (or #F6C).

RGB color model

#FE78B9 color RGB value is (254,120,185).

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

RGB channels and saturation

R 254 of 255 = 100%
G 120 of 255 = 47%
B 185 of 255 = 73%

254
120
185

R + G + B ~ 73%. #FE78B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 120 + 185 = 559 (100%)
R 254 of 559 ~ 45.44%
G 120 of 559 ~ 21.47%
B 185 of 559 ~ 33.09%

%45.44
%21.47
%33.09

CMYK color model

#FE78B9 color CMYK value is (0,53,27,0).

  • cyan value is 0.00%
  • magenta value is 52.76%
  • yellow value is 27.17%
  • key color value is 0.39%
CMYK:
(0,53,27,0)
C0M53Y27K0 
(0%,53%,27%,0%)
(0.00/0.53/0.27/0.00)	

CMYK percentages

%0
%52.76
%27.17
%0.39

Codes

Color #FE78B9 in popluar color models

FE78B9
RGB254120185
HSL331°98.53%73.33%
HSB/HSV331°52.76%99.61%
CMYK0.00%52.76%27.17%
0.39%

Color #FE78B9 in popluar number systems.

HEXFE78B9
Decimal254120185
Binary11111110111100010111001
Octal376170271

Shades and tints

Shades of #FE78B9

#FE78B9
(254,120,185)
#E76EA9
(231,110,169)
#D06499
(208,100,153)
#B95A89
(185,90,137)
#A25079
(162,80,121)
#8B4669
(139,70,105)
#743C59
(116,60,89)
#5D3249
(93,50,73)
#462839
(70,40,57)
#2F1E29
(47,30,41)
#181419
(24,20,25)
#000000
(0,0,0)

Tints of #FE78B9

#FE78B9
(254,120,185)
#FE84BF
(254,132,191)
#FE90C5
(254,144,197)
#FE9CCB
(254,156,203)
#FEA8D1
(254,168,209)
#FEB4D7
(254,180,215)
#FEC0DD
(254,192,221)
#FECCE3
(254,204,227)
#FED8E9
(254,216,233)
#FEE4EF
(254,228,239)
#FEF0F5
(254,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FE78B9; }

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

This text font color is #FE78B9.


Background Color

.myBgColor { background-color: #FE78B9; }

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

This div background color is #FE78B9.


Border color

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

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

This div border color is #FE78B9.


Opacity

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

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

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

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

This text has shadow with #FE78B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE78B9 on black background.


Color preview on white background

This text has color #FE78B9 on white background.



Black color preview on #FE78B9 background

This text has black color on #FE78B9 background.


White color preview on #FE78B9 background

This text has white color on #FE78B9 background.