COLOR #F9AAFE

HEX: #F9AAFE
RGB: (249,170,254)

Color info

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

RGB color model

#F9AAFE color RGB value is (249,170,254).

  • red value is 249;
  • green value is 170;
  • blue value is 254.
RGB:
(249,170,254)
(98%,67%,100%)

RGB channels and saturation

R 249 of 255 = 98%
G 170 of 255 = 67%
B 254 of 255 = 100%

249
170
254

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

Portions of RGB colors in percentages

R + G + B =
249 + 170 + 254 = 673 (100%)
R 249 of 673 ~ 37%
G 170 of 673 ~ 25.26%
B 254 of 673 ~ 37.74%

%37
%25.26
%37.74

CMYK color model

#F9AAFE color CMYK value is (2,33,0,0).

  • cyan value is 1.97%
  • magenta value is 33.07%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(2,33,0,0)
C2M33Y0K0 
(2%,33%,0%,0%)
(0.02/0.33/0.00/0.00)	

CMYK percentages

%1.97
%33.07
%0
%0.39

Codes

Color #F9AAFE in popluar color models

F9AAFE
RGB249170254
HSL296°97.67%83.14%
HSB/HSV296°33.07%99.61%
CMYK1.97%33.07%0.00%
0.39%

Color #F9AAFE in popluar number systems.

HEXF9AAFE
Decimal249170254
Binary111110011010101011111110
Octal371252376

Shades and tints

Shades of #F9AAFE

#F9AAFE
(249,170,254)
#E39BE7
(227,155,231)
#CD8CD0
(205,140,208)
#B77DB9
(183,125,185)
#A16EA2
(161,110,162)
#8B5F8B
(139,95,139)
#755074
(117,80,116)
#5F415D
(95,65,93)
#493246
(73,50,70)
#33232F
(51,35,47)
#1D1418
(29,20,24)
#000000
(0,0,0)

Tints of #F9AAFE

#F9AAFE
(249,170,254)
#F9B1FE
(249,177,254)
#F9B8FE
(249,184,254)
#F9BFFE
(249,191,254)
#F9C6FE
(249,198,254)
#F9CDFE
(249,205,254)
#F9D4FE
(249,212,254)
#F9DBFE
(249,219,254)
#F9E2FE
(249,226,254)
#F9E9FE
(249,233,254)
#F9F0FE
(249,240,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9AAFE; }

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

This text font color is #F9AAFE.


Background Color

.myBgColor { background-color: #F9AAFE; }

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

This div background color is #F9AAFE.


Border color

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

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

This div border color is #F9AAFE.


Opacity

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

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

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

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

This text has shadow with #F9AAFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9AAFE on black background.


Color preview on white background

This text has color #F9AAFE on white background.



Black color preview on #F9AAFE background

This text has black color on #F9AAFE background.


White color preview on #F9AAFE background

This text has white color on #F9AAFE background.