COLOR #FE9AF9

HEX: #FE9AF9 RGB: (254,154,249)

Color info

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

RGB color model

#FE9AF9 color RGB value is (254,154,249).

RGB: (254,154,249) (100%, 60%, 98%)

RGB channels and saturation

R 254 of 255 = 100%
G 154 of 255 = 60%
B 249 of 255 = 98%

254
154
249

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

Portions of RGB colors in percentages

R + G + B = 254 + 154 + 249 = 657 (100%)
R 254 of 657 ~ 38.66%
G 154 of 657 ~ 23.44%
B 249 of 657 ~ 37.9'%

%38.66
%23.44
%37.9

CMYK color model

#FE9AF9 color CMYK value is (0,39,2,0).

  • cyan value is 0.00%
  • magenta value is 39.37%
  • yellow value is 1.97%
  • key color value is 0.39%

CMYK: (0,39,2,0)
C0M39Y2K0 (0%, 39%, 2%, 0%)
(0.00 / 0.39 / 0.02 / 0.00)

CMYK percentages

%0
%39.37
%1.97
%0.39

Codes

Color #FE9AF9 in popluar color models

FE 9A F9
RGB 254 154 249
HSL 303° 98.04% 80.00%
HSB/HSV 303° 39.37% 99.61%
CMYK 0.00% 39.37% 1.97%
0.39%

Color #FE9AF9 in popluar number systems.

HEX FE 9A F9
Decimal 254 154 249
Binary 11111110 10011010 11111001
Octal 376 232 371

Shades and tints

Shades of #FE9AF9

#FE9AF9
(254,154,249)
#E78CE3
(231,140,227)
#D07ECD
(208,126,205)
#B970B7
(185,112,183)
#A262A1
(162,98,161)
#8B548B
(139,84,139)
#744675
(116,70,117)
#5D385F
(93,56,95)
#462A49
(70,42,73)
#2F1C33
(47,28,51)
#180E1D
(24,14,29)
#000000
(0,0,0)

Tints of #FE9AF9

#FE9AF9
(254,154,249)
#FEA3F9
(254,163,249)
#FEACF9
(254,172,249)
#FEB5F9
(254,181,249)
#FEBEF9
(254,190,249)
#FEC7F9
(254,199,249)
#FED0F9
(254,208,249)
#FED9F9
(254,217,249)
#FEE2F9
(254,226,249)
#FEEBF9
(254,235,249)
#FEF4F9
(254,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE9AF9 color. Also use rgb(254,154,249) instead hex code.

Text Font Color

.myTextColor { color: #FE9AF9; }

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

This text font color is #FE9AF9.

Background Color

.myBgColor { background-color: #FE9AF9; }

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

This div background color is #FE9AF9.

Border color

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

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

This div border color is #FE9AF9.

Opacity

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

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

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

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

This text has shadow with #FE9AF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FE9AF9.

Preview

Color preview on black background

This text has color #FE9AF9 on black background.


Color preview on white background

This text has color #FE9AF9 on white background.


Black color preview on #FE9AF9 background

This text has black color on #FE9AF9 background.


White color preview on #FE9AF9 background

This text has white color on #FE9AF9 background.


Related colors

Complementary color

Complementary color for #hex is #016506.


I love getcolorcode.com

Triadic colors

1 #F9FE9A and #9AF9FE with #FE9AF9 are triadic colors.

2 #F99AFE and #9AFEF9 with #FE9AF9 are triadic colors.