COLOR #FEA7FF

HEX: #FEA7FF
RGB: (254,167,255)

Color info

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

RGB color model

#FEA7FF color RGB value is (254,167,255).

  • red value is 254;
  • green value is 167;
  • blue value is 255.
RGB:
(254,167,255)
(100%,65%,100%)

RGB channels and saturation

R 254 of 255 = 100%
G 167 of 255 = 65%
B 255 of 255 = 100%

254
167
255

R + G + B ~ 88%. #FEA7FF is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 167 + 255 = 676 (100%)
R 254 of 676 ~ 37.57%
G 167 of 676 ~ 24.7%
B 255 of 676 ~ 37.72%

%37.57
%24.7
%37.72

CMYK color model

#FEA7FF color CMYK value is (0,35,0,0).

  • cyan value is 0.39%
  • magenta value is 34.51%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(0,35,0,0)
C0M35Y0K0 
(0%,35%,0%,0%)
(0.00/0.35/0.00/0.00)	

CMYK percentages

%0.39
%34.51
%0
%0

Codes

Color #FEA7FF in popluar color models

FEA7FF
RGB254167255
HSL299°100.00%82.75%
HSB/HSV299°34.51%100.00%
CMYK0.39%34.51%0.00%
0.00%

Color #FEA7FF in popluar number systems.

HEXFEA7FF
Decimal254167255
Binary111111101010011111111111
Octal376247377

Shades and tints

Shades of #FEA7FF

#FEA7FF
(254,167,255)
#E798E8
(231,152,232)
#D089D1
(208,137,209)
#B97ABA
(185,122,186)
#A26BA3
(162,107,163)
#8B5C8C
(139,92,140)
#744D75
(116,77,117)
#5D3E5E
(93,62,94)
#462F47
(70,47,71)
#2F2030
(47,32,48)
#181119
(24,17,25)
#000000
(0,0,0)

Tints of #FEA7FF

#FEA7FF
(254,167,255)
#FEAFFF
(254,175,255)
#FEB7FF
(254,183,255)
#FEBFFF
(254,191,255)
#FEC7FF
(254,199,255)
#FECFFF
(254,207,255)
#FED7FF
(254,215,255)
#FEDFFF
(254,223,255)
#FEE7FF
(254,231,255)
#FEEFFF
(254,239,255)
#FEF7FF
(254,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEA7FF color. Also use rgb(254,167,255) instead hex code.

Text Font Color

.myTextColor { color: #FEA7FF; }

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

This text font color is #FEA7FF.


Background Color

.myBgColor { background-color: #FEA7FF; }

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

This div background color is #FEA7FF.


Border color

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

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

This div border color is #FEA7FF.


Opacity

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

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

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

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

This text has shadow with #FEA7FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEA7FF on black background.


Color preview on white background

This text has color #FEA7FF on white background.



Black color preview on #FEA7FF background

This text has black color on #FEA7FF background.


White color preview on #FEA7FF background

This text has white color on #FEA7FF background.