COLOR #F9AAE6

HEX: #F9AAE6 RGB: (249,170,230)

Color info

#F9AAE6 contains mainly red and blue colors. Web safe color of #F9AAE6 is #FF99CC (or #F9C).

RGB color model

#F9AAE6 color RGB value is (249,170,230).

RGB: (249,170,230) (98%, 67%, 90%)

RGB channels and saturation

R 249 of 255 = 98%
G 170 of 255 = 67%
B 230 of 255 = 90%

249
170
230

R + G + B ~ 85%. #F9AAE6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 170 + 230 = 649 (100%)
R 249 of 649 ~ 38.37%
G 170 of 649 ~ 26.19%
B 230 of 649 ~ 35.44'%

%38.37
%26.19
%35.44

CMYK color model

#F9AAE6 color CMYK value is (0,32,8,2).

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

CMYK: (0,32,8,2)
C0M32Y8K2 (0%, 32%, 8%, 2%)
(0.00 / 0.32 / 0.08 / 0.02)

CMYK percentages

%0
%31.73
%7.63
%2.35

Codes

Color #F9AAE6 in popluar color models

F9 AA E6
RGB 249 170 230
HSL 314° 86.81% 82.16%
HSB/HSV 314° 31.73% 97.65%
CMYK 0.00% 31.73% 7.63%
2.35%

Color #F9AAE6 in popluar number systems.

HEX F9 AA E6
Decimal 249 170 230
Binary 11111001 10101010 11100110
Octal 371 252 346

Shades and tints

Shades of #F9AAE6

#F9AAE6
(249,170,230)
#E39BD2
(227,155,210)
#CD8CBE
(205,140,190)
#B77DAA
(183,125,170)
#A16E96
(161,110,150)
#8B5F82
(139,95,130)
#75506E
(117,80,110)
#5F415A
(95,65,90)
#493246
(73,50,70)
#332332
(51,35,50)
#1D141E
(29,20,30)
#000000
(0,0,0)

Tints of #F9AAE6

#F9AAE6
(249,170,230)
#F9B1E8
(249,177,232)
#F9B8EA
(249,184,234)
#F9BFEC
(249,191,236)
#F9C6EE
(249,198,238)
#F9CDF0
(249,205,240)
#F9D4F2
(249,212,242)
#F9DBF4
(249,219,244)
#F9E2F6
(249,226,246)
#F9E9F8
(249,233,248)
#F9F0FA
(249,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9AAE6; }

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

This text font color is #F9AAE6.

Background Color

.myBgColor { background-color: #F9AAE6; }

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

This div background color is #F9AAE6.

Border color

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

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

This div border color is #F9AAE6.

Opacity

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

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

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

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

This text has shadow with #F9AAE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9AAE6.

Preview

Color preview on black background

This text has color #F9AAE6 on black background.


Color preview on white background

This text has color #F9AAE6 on white background.


Black color preview on #F9AAE6 background

This text has black color on #F9AAE6 background.


White color preview on #F9AAE6 background

This text has white color on #F9AAE6 background.


Related colors

Complementary color

Complementary color for #hex is #065519.


I love getcolorcode.com

Triadic colors

1 #E6F9AA and #AAE6F9 with #F9AAE6 are triadic colors.

2 #E6AAF9 and #AAF9E6 with #F9AAE6 are triadic colors.