COLOR #F9AAEE

HEX: #F9AAEE RGB: (249,170,238)

Color info

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

RGB color model

#F9AAEE color RGB value is (249,170,238).

RGB: (249,170,238) (98%, 67%, 93%)

RGB channels and saturation

R 249 of 255 = 98%
G 170 of 255 = 67%
B 238 of 255 = 93%

249
170
238

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

Portions of RGB colors in percentages

R + G + B = 249 + 170 + 238 = 657 (100%)
R 249 of 657 ~ 37.9%
G 170 of 657 ~ 25.88%
B 238 of 657 ~ 36.23'%

%37.9
%25.88
%36.23

CMYK color model

#F9AAEE color CMYK value is (0,32,4,2).

  • cyan value is 0.00%
  • magenta value is 31.73%
  • yellow value is 4.42%
  • key color value is 2.35%

CMYK: (0,32,4,2)
C0M32Y4K2 (0%, 32%, 4%, 2%)
(0.00 / 0.32 / 0.04 / 0.02)

CMYK percentages

%0
%31.73
%4.42
%2.35

Codes

Color #F9AAEE in popluar color models

F9 AA EE
RGB 249 170 238
HSL 308° 86.81% 82.16%
HSB/HSV 308° 31.73% 97.65%
CMYK 0.00% 31.73% 4.42%
2.35%

Color #F9AAEE in popluar number systems.

HEX F9 AA EE
Decimal 249 170 238
Binary 11111001 10101010 11101110
Octal 371 252 356

Shades and tints

Shades of #F9AAEE

#F9AAEE
(249,170,238)
#E39BD9
(227,155,217)
#CD8CC4
(205,140,196)
#B77DAF
(183,125,175)
#A16E9A
(161,110,154)
#8B5F85
(139,95,133)
#755070
(117,80,112)
#5F415B
(95,65,91)
#493246
(73,50,70)
#332331
(51,35,49)
#1D141C
(29,20,28)
#000000
(0,0,0)

Tints of #F9AAEE

#F9AAEE
(249,170,238)
#F9B1EF
(249,177,239)
#F9B8F0
(249,184,240)
#F9BFF1
(249,191,241)
#F9C6F2
(249,198,242)
#F9CDF3
(249,205,243)
#F9D4F4
(249,212,244)
#F9DBF5
(249,219,245)
#F9E2F6
(249,226,246)
#F9E9F7
(249,233,247)
#F9F0F8
(249,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9AAEE; }

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

This text font color is #F9AAEE.

Background Color

.myBgColor { background-color: #F9AAEE; }

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

This div background color is #F9AAEE.

Border color

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

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

This div border color is #F9AAEE.

Opacity

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

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

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

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

This text has shadow with #F9AAEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9AAEE.

Preview

Color preview on black background

This text has color #F9AAEE on black background.


Color preview on white background

This text has color #F9AAEE on white background.


Black color preview on #F9AAEE background

This text has black color on #F9AAEE background.


White color preview on #F9AAEE background

This text has white color on #F9AAEE background.


Related colors

Complementary color

Complementary color for #hex is #065511.


I love getcolorcode.com

Triadic colors

1 #EEF9AA and #AAEEF9 with #F9AAEE are triadic colors.

2 #EEAAF9 and #AAF9EE with #F9AAEE are triadic colors.