COLOR #FEA6EB

HEX: #FEA6EB
RGB: (254,166,235)

Color info

#FEA6EB contains mainly red and blue colors. Web safe color of #FEA6EB is #FF99FF (or #F9F).

RGB color model

#FEA6EB color RGB value is (254,166,235).

  • red value is 254;
  • green value is 166;
  • blue value is 235.
RGB:
(254,166,235)
(100%,65%,92%)

RGB channels and saturation

R 254 of 255 = 100%
G 166 of 255 = 65%
B 235 of 255 = 92%

254
166
235

R + G + B ~ 86%. #FEA6EB is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 166 + 235 = 655 (100%)
R 254 of 655 ~ 38.78%
G 166 of 655 ~ 25.34%
B 235 of 655 ~ 35.88%

%38.78
%25.34
%35.88

CMYK color model

#FEA6EB color CMYK value is (0,35,7,0).

  • cyan value is 0.00%
  • magenta value is 34.65%
  • yellow value is 7.48%
  • key color value is 0.39%
CMYK:
(0,35,7,0)
C0M35Y7K0 
(0%,35%,7%,0%)
(0.00/0.35/0.07/0.00)	

CMYK percentages

%0
%34.65
%7.48
%0.39

Codes

Color #FEA6EB in popluar color models

FEA6EB
RGB254166235
HSL313°97.78%82.35%
HSB/HSV313°34.65%99.61%
CMYK0.00%34.65%7.48%
0.39%

Color #FEA6EB in popluar number systems.

HEXFEA6EB
Decimal254166235
Binary111111101010011011101011
Octal376246353

Shades and tints

Shades of #FEA6EB

#FEA6EB
(254,166,235)
#E797D6
(231,151,214)
#D088C1
(208,136,193)
#B979AC
(185,121,172)
#A26A97
(162,106,151)
#8B5B82
(139,91,130)
#744C6D
(116,76,109)
#5D3D58
(93,61,88)
#462E43
(70,46,67)
#2F1F2E
(47,31,46)
#181019
(24,16,25)
#000000
(0,0,0)

Tints of #FEA6EB

#FEA6EB
(254,166,235)
#FEAEEC
(254,174,236)
#FEB6ED
(254,182,237)
#FEBEEE
(254,190,238)
#FEC6EF
(254,198,239)
#FECEF0
(254,206,240)
#FED6F1
(254,214,241)
#FEDEF2
(254,222,242)
#FEE6F3
(254,230,243)
#FEEEF4
(254,238,244)
#FEF6F5
(254,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEA6EB color. Also use rgb(254,166,235) instead hex code.

Text Font Color

.myTextColor { color: #FEA6EB; }

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

This text font color is #FEA6EB.


Background Color

.myBgColor { background-color: #FEA6EB; }

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

This div background color is #FEA6EB.


Border color

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

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

This div border color is #FEA6EB.


Opacity

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

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

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

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

This text has shadow with #FEA6EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEA6EB on black background.


Color preview on white background

This text has color #FEA6EB on white background.



Black color preview on #FEA6EB background

This text has black color on #FEA6EB background.


White color preview on #FEA6EB background

This text has white color on #FEA6EB background.