COLOR #FEA1F2

HEX: #FEA1F2 RGB: (254,161,242)

Color info

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

RGB color model

#FEA1F2 color RGB value is (254,161,242).

RGB: (254,161,242) (100%, 63%, 95%)

RGB channels and saturation

R 254 of 255 = 100%
G 161 of 255 = 63%
B 242 of 255 = 95%

254
161
242

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

Portions of RGB colors in percentages

R + G + B = 254 + 161 + 242 = 657 (100%)
R 254 of 657 ~ 38.66%
G 161 of 657 ~ 24.51%
B 242 of 657 ~ 36.83'%

%38.66
%24.51
%36.83

CMYK color model

#FEA1F2 color CMYK value is (0,37,5,0).

  • cyan value is 0.00%
  • magenta value is 36.61%
  • yellow value is 4.72%
  • key color value is 0.39%

CMYK: (0,37,5,0)
C0M37Y5K0 (0%, 37%, 5%, 0%)
(0.00 / 0.37 / 0.05 / 0.00)

CMYK percentages

%0
%36.61
%4.72
%0.39

Codes

Color #FEA1F2 in popluar color models

FE A1 F2
RGB 254 161 242
HSL 308° 97.89% 81.37%
HSB/HSV 308° 36.61% 99.61%
CMYK 0.00% 36.61% 4.72%
0.39%

Color #FEA1F2 in popluar number systems.

HEX FE A1 F2
Decimal 254 161 242
Binary 11111110 10100001 11110010
Octal 376 241 362

Shades and tints

Shades of #FEA1F2

#FEA1F2
(254,161,242)
#E793DC
(231,147,220)
#D085C6
(208,133,198)
#B977B0
(185,119,176)
#A2699A
(162,105,154)
#8B5B84
(139,91,132)
#744D6E
(116,77,110)
#5D3F58
(93,63,88)
#463142
(70,49,66)
#2F232C
(47,35,44)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #FEA1F2

#FEA1F2
(254,161,242)
#FEA9F3
(254,169,243)
#FEB1F4
(254,177,244)
#FEB9F5
(254,185,245)
#FEC1F6
(254,193,246)
#FEC9F7
(254,201,247)
#FED1F8
(254,209,248)
#FED9F9
(254,217,249)
#FEE1FA
(254,225,250)
#FEE9FB
(254,233,251)
#FEF1FC
(254,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEA1F2 color. Also use rgb(254,161,242) instead hex code.

Text Font Color

.myTextColor { color: #FEA1F2; }

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

This text font color is #FEA1F2.

Background Color

.myBgColor { background-color: #FEA1F2; }

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

This div background color is #FEA1F2.

Border color

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

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

This div border color is #FEA1F2.

Opacity

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

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

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

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

This text has shadow with #FEA1F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEA1F2.

Preview

Color preview on black background

This text has color #FEA1F2 on black background.


Color preview on white background

This text has color #FEA1F2 on white background.


Black color preview on #FEA1F2 background

This text has black color on #FEA1F2 background.


White color preview on #FEA1F2 background

This text has white color on #FEA1F2 background.


Related colors

Complementary color

Complementary color for #hex is #015E0D.


I love getcolorcode.com

Triadic colors

1 #F2FEA1 and #A1F2FE with #FEA1F2 are triadic colors.

2 #F2A1FE and #A1FEF2 with #FEA1F2 are triadic colors.