COLOR #FE76A7

HEX: #FE76A7
RGB: (254,118,167)

Color info

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

RGB color model

#FE76A7 color RGB value is (254,118,167).

  • red value is 254;
  • green value is 118;
  • blue value is 167.
RGB:
(254,118,167)
(100%,46%,65%)

RGB channels and saturation

R 254 of 255 = 100%
G 118 of 255 = 46%
B 167 of 255 = 65%

254
118
167

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

Portions of RGB colors in percentages

R + G + B =
254 + 118 + 167 = 539 (100%)
R 254 of 539 ~ 47.12%
G 118 of 539 ~ 21.89%
B 167 of 539 ~ 30.98%

%47.12
%21.89
%30.98

CMYK color model

#FE76A7 color CMYK value is (0,54,34,0).

  • cyan value is 0.00%
  • magenta value is 53.54%
  • yellow value is 34.25%
  • key color value is 0.39%
CMYK:
(0,54,34,0)
C0M54Y34K0 
(0%,54%,34%,0%)
(0.00/0.54/0.34/0.00)	

CMYK percentages

%0
%53.54
%34.25
%0.39

Codes

Color #FE76A7 in popluar color models

FE76A7
RGB254118167
HSL338°98.55%72.94%
HSB/HSV338°53.54%99.61%
CMYK0.00%53.54%34.25%
0.39%

Color #FE76A7 in popluar number systems.

HEXFE76A7
Decimal254118167
Binary11111110111011010100111
Octal376166247

Shades and tints

Shades of #FE76A7

#FE76A7
(254,118,167)
#E76C98
(231,108,152)
#D06289
(208,98,137)
#B9587A
(185,88,122)
#A24E6B
(162,78,107)
#8B445C
(139,68,92)
#743A4D
(116,58,77)
#5D303E
(93,48,62)
#46262F
(70,38,47)
#2F1C20
(47,28,32)
#181211
(24,18,17)
#000000
(0,0,0)

Tints of #FE76A7

#FE76A7
(254,118,167)
#FE82AF
(254,130,175)
#FE8EB7
(254,142,183)
#FE9ABF
(254,154,191)
#FEA6C7
(254,166,199)
#FEB2CF
(254,178,207)
#FEBED7
(254,190,215)
#FECADF
(254,202,223)
#FED6E7
(254,214,231)
#FEE2EF
(254,226,239)
#FEEEF7
(254,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE76A7 color. Also use rgb(254,118,167) instead hex code.

Text Font Color

.myTextColor { color: #FE76A7; }

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

This text font color is #FE76A7.


Background Color

.myBgColor { background-color: #FE76A7; }

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

This div background color is #FE76A7.


Border color

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

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

This div border color is #FE76A7.


Opacity

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

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

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

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

This text has shadow with #FE76A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE76A7 on black background.


Color preview on white background

This text has color #FE76A7 on white background.



Black color preview on #FE76A7 background

This text has black color on #FE76A7 background.


White color preview on #FE76A7 background

This text has white color on #FE76A7 background.