COLOR #FE7BEE

HEX: #FE7BEE
RGB: (254,123,238)

Color info

#FE7BEE contains mainly red and blue colors. Web safe color of #FE7BEE is #FF66FF (or #F6F).

RGB color model

#FE7BEE color RGB value is (254,123,238).

  • red value is 254;
  • green value is 123;
  • blue value is 238.
RGB:
(254,123,238)
(100%,48%,93%)

RGB channels and saturation

R 254 of 255 = 100%
G 123 of 255 = 48%
B 238 of 255 = 93%

254
123
238

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

Portions of RGB colors in percentages

R + G + B =
254 + 123 + 238 = 615 (100%)
R 254 of 615 ~ 41.3%
G 123 of 615 ~ 20%
B 238 of 615 ~ 38.7%

%41.3
%20
%38.7

CMYK color model

#FE7BEE color CMYK value is (0,52,6,0).

  • cyan value is 0.00%
  • magenta value is 51.57%
  • yellow value is 6.30%
  • key color value is 0.39%
CMYK:
(0,52,6,0)
C0M52Y6K0 
(0%,52%,6%,0%)
(0.00/0.52/0.06/0.00)	

CMYK percentages

%0
%51.57
%6.3
%0.39

Codes

Color #FE7BEE in popluar color models

FE7BEE
RGB254123238
HSL307°98.50%73.92%
HSB/HSV307°51.57%99.61%
CMYK0.00%51.57%6.30%
0.39%

Color #FE7BEE in popluar number systems.

HEXFE7BEE
Decimal254123238
Binary11111110111101111101110
Octal376173356

Shades and tints

Shades of #FE7BEE

#FE7BEE
(254,123,238)
#E770D9
(231,112,217)
#D065C4
(208,101,196)
#B95AAF
(185,90,175)
#A24F9A
(162,79,154)
#8B4485
(139,68,133)
#743970
(116,57,112)
#5D2E5B
(93,46,91)
#462346
(70,35,70)
#2F1831
(47,24,49)
#180D1C
(24,13,28)
#000000
(0,0,0)

Tints of #FE7BEE

#FE7BEE
(254,123,238)
#FE87EF
(254,135,239)
#FE93F0
(254,147,240)
#FE9FF1
(254,159,241)
#FEABF2
(254,171,242)
#FEB7F3
(254,183,243)
#FEC3F4
(254,195,244)
#FECFF5
(254,207,245)
#FEDBF6
(254,219,246)
#FEE7F7
(254,231,247)
#FEF3F8
(254,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE7BEE color. Also use rgb(254,123,238) instead hex code.

Text Font Color

.myTextColor { color: #FE7BEE; }

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

This text font color is #FE7BEE.


Background Color

.myBgColor { background-color: #FE7BEE; }

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

This div background color is #FE7BEE.


Border color

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

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

This div border color is #FE7BEE.


Opacity

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

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

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

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

This text has shadow with #FE7BEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE7BEE on black background.


Color preview on white background

This text has color #FE7BEE on white background.



Black color preview on #FE7BEE background

This text has black color on #FE7BEE background.


White color preview on #FE7BEE background

This text has white color on #FE7BEE background.