COLOR #FE1EB0

HEX: #FE1EB0
RGB: (254,30,176)

Color info

#FE1EB0 contains mainly red color. Web safe color of #FE1EB0 is #FF3399 (or #F39).

RGB color model

#FE1EB0 color RGB value is (254,30,176).

  • red value is 254;
  • green value is 30;
  • blue value is 176.
RGB:
(254,30,176)
(100%,12%,69%)

RGB channels and saturation

R 254 of 255 = 100%
G 30 of 255 = 12%
B 176 of 255 = 69%

254
30
176

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

Portions of RGB colors in percentages

R + G + B =
254 + 30 + 176 = 460 (100%)
R 254 of 460 ~ 55.22%
G 30 of 460 ~ 6.52%
B 176 of 460 ~ 38.26%

%55.22
%38.26

CMYK color model

#FE1EB0 color CMYK value is (0,88,31,0).

  • cyan value is 0.00%
  • magenta value is 88.19%
  • yellow value is 30.71%
  • key color value is 0.39%
CMYK:
(0,88,31,0)
C0M88Y31K0 
(0%,88%,31%,0%)
(0.00/0.88/0.31/0.00)	

CMYK percentages

%0
%88.19
%30.71
%0.39

Codes

Color #FE1EB0 in popluar color models

FE1EB0
RGB25430176
HSL321°99.12%55.69%
HSB/HSV321°88.19%99.61%
CMYK0.00%88.19%30.71%
0.39%

Color #FE1EB0 in popluar number systems.

HEXFE1EB0
Decimal25430176
Binary111111101111010110000
Octal37636260

Shades and tints

Shades of #FE1EB0

#FE1EB0
(254,30,176)
#E71CA0
(231,28,160)
#D01A90
(208,26,144)
#B91880
(185,24,128)
#A21670
(162,22,112)
#8B1460
(139,20,96)
#741250
(116,18,80)
#5D1040
(93,16,64)
#460E30
(70,14,48)
#2F0C20
(47,12,32)
#180A10
(24,10,16)
#000000
(0,0,0)

Tints of #FE1EB0

#FE1EB0
(254,30,176)
#FE32B7
(254,50,183)
#FE46BE
(254,70,190)
#FE5AC5
(254,90,197)
#FE6ECC
(254,110,204)
#FE82D3
(254,130,211)
#FE96DA
(254,150,218)
#FEAAE1
(254,170,225)
#FEBEE8
(254,190,232)
#FED2EF
(254,210,239)
#FEE6F6
(254,230,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE1EB0 color. Also use rgb(254,30,176) instead hex code.

Text Font Color

.myTextColor { color: #FE1EB0; }

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

This text font color is #FE1EB0.


Background Color

.myBgColor { background-color: #FE1EB0; }

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

This div background color is #FE1EB0.


Border color

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

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

This div border color is #FE1EB0.


Opacity

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

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

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

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

This text has shadow with #FE1EB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE1EB0 on black background.


Color preview on white background

This text has color #FE1EB0 on white background.



Black color preview on #FE1EB0 background

This text has black color on #FE1EB0 background.


White color preview on #FE1EB0 background

This text has white color on #FE1EB0 background.