COLOR #FE2D6B

HEX: #FE2D6B
RGB: (254,45,107)

Color info

#FE2D6B contains mainly red color. Web safe color of #FE2D6B is #FF3366 (or #F36).

RGB color model

#FE2D6B color RGB value is (254,45,107).

  • red value is 254;
  • green value is 45;
  • blue value is 107.
RGB:
(254,45,107)
(100%,18%,42%)

RGB channels and saturation

R 254 of 255 = 100%
G 45 of 255 = 18%
B 107 of 255 = 42%

254
45
107

R + G + B ~ 53%. #FE2D6B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
254 + 45 + 107 = 406 (100%)
R 254 of 406 ~ 62.56%
G 45 of 406 ~ 11.08%
B 107 of 406 ~ 26.35%

%62.56
%11.08
%26.35

CMYK color model

#FE2D6B color CMYK value is (0,82,58,0).

  • cyan value is 0.00%
  • magenta value is 82.28%
  • yellow value is 57.87%
  • key color value is 0.39%
CMYK:
(0,82,58,0)
C0M82Y58K0 
(0%,82%,58%,0%)
(0.00/0.82/0.58/0.00)	

CMYK percentages

%0
%82.28
%57.87
%0.39

Codes

Color #FE2D6B in popluar color models

FE2D6B
RGB25445107
HSL342°99.05%58.63%
HSB/HSV342°82.28%99.61%
CMYK0.00%82.28%57.87%
0.39%

Color #FE2D6B in popluar number systems.

HEXFE2D6B
Decimal25445107
Binary111111101011011101011
Octal37655153

Shades and tints

Shades of #FE2D6B

#FE2D6B
(254,45,107)
#E72962
(231,41,98)
#D02559
(208,37,89)
#B92150
(185,33,80)
#A21D47
(162,29,71)
#8B193E
(139,25,62)
#741535
(116,21,53)
#5D112C
(93,17,44)
#460D23
(70,13,35)
#2F091A
(47,9,26)
#180511
(24,5,17)
#000000
(0,0,0)

Tints of #FE2D6B

#FE2D6B
(254,45,107)
#FE4078
(254,64,120)
#FE5385
(254,83,133)
#FE6692
(254,102,146)
#FE799F
(254,121,159)
#FE8CAC
(254,140,172)
#FE9FB9
(254,159,185)
#FEB2C6
(254,178,198)
#FEC5D3
(254,197,211)
#FED8E0
(254,216,224)
#FEEBED
(254,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE2D6B color. Also use rgb(254,45,107) instead hex code.

Text Font Color

.myTextColor { color: #FE2D6B; }

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

This text font color is #FE2D6B.


Background Color

.myBgColor { background-color: #FE2D6B; }

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

This div background color is #FE2D6B.


Border color

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

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

This div border color is #FE2D6B.


Opacity

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

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

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

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

This text has shadow with #FE2D6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE2D6B on black background.


Color preview on white background

This text has color #FE2D6B on white background.



Black color preview on #FE2D6B background

This text has black color on #FE2D6B background.


White color preview on #FE2D6B background

This text has white color on #FE2D6B background.