COLOR #FE7DE6

HEX: #FE7DE6
RGB: (254,125,230)

Color info

#FE7DE6 contains mainly red and blue colors. Web safe color of #FE7DE6 is #FF66CC (or #F6C).

RGB color model

#FE7DE6 color RGB value is (254,125,230).

  • red value is 254;
  • green value is 125;
  • blue value is 230.
RGB:
(254,125,230)
(100%,49%,90%)

RGB channels and saturation

R 254 of 255 = 100%
G 125 of 255 = 49%
B 230 of 255 = 90%

254
125
230

R + G + B ~ 80%. #FE7DE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 125 + 230 = 609 (100%)
R 254 of 609 ~ 41.71%
G 125 of 609 ~ 20.53%
B 230 of 609 ~ 37.77%

%41.71
%20.53
%37.77

CMYK color model

#FE7DE6 color CMYK value is (0,51,9,0).

  • cyan value is 0.00%
  • magenta value is 50.79%
  • yellow value is 9.45%
  • key color value is 0.39%
CMYK:
(0,51,9,0)
C0M51Y9K0 
(0%,51%,9%,0%)
(0.00/0.51/0.09/0.00)	

CMYK percentages

%0
%50.79
%9.45
%0.39

Codes

Color #FE7DE6 in popluar color models

FE7DE6
RGB254125230
HSL311°98.47%74.31%
HSB/HSV311°50.79%99.61%
CMYK0.00%50.79%9.45%
0.39%

Color #FE7DE6 in popluar number systems.

HEXFE7DE6
Decimal254125230
Binary11111110111110111100110
Octal376175346

Shades and tints

Shades of #FE7DE6

#FE7DE6
(254,125,230)
#E772D2
(231,114,210)
#D067BE
(208,103,190)
#B95CAA
(185,92,170)
#A25196
(162,81,150)
#8B4682
(139,70,130)
#743B6E
(116,59,110)
#5D305A
(93,48,90)
#462546
(70,37,70)
#2F1A32
(47,26,50)
#180F1E
(24,15,30)
#000000
(0,0,0)

Tints of #FE7DE6

#FE7DE6
(254,125,230)
#FE88E8
(254,136,232)
#FE93EA
(254,147,234)
#FE9EEC
(254,158,236)
#FEA9EE
(254,169,238)
#FEB4F0
(254,180,240)
#FEBFF2
(254,191,242)
#FECAF4
(254,202,244)
#FED5F6
(254,213,246)
#FEE0F8
(254,224,248)
#FEEBFA
(254,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE7DE6 color. Also use rgb(254,125,230) instead hex code.

Text Font Color

.myTextColor { color: #FE7DE6; }

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

This text font color is #FE7DE6.


Background Color

.myBgColor { background-color: #FE7DE6; }

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

This div background color is #FE7DE6.


Border color

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

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

This div border color is #FE7DE6.


Opacity

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

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

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

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

This text has shadow with #FE7DE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE7DE6 on black background.


Color preview on white background

This text has color #FE7DE6 on white background.



Black color preview on #FE7DE6 background

This text has black color on #FE7DE6 background.


White color preview on #FE7DE6 background

This text has white color on #FE7DE6 background.