COLOR #F5AAEE

HEX: #F5AAEE RGB: (245,170,238)

Color info

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

RGB color model

#F5AAEE color RGB value is (245,170,238).

RGB: (245,170,238) (96%, 67%, 93%)

RGB channels and saturation

R 245 of 255 = 96%
G 170 of 255 = 67%
B 238 of 255 = 93%

245
170
238

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

Portions of RGB colors in percentages

R + G + B = 245 + 170 + 238 = 653 (100%)
R 245 of 653 ~ 37.52%
G 170 of 653 ~ 26.03%
B 238 of 653 ~ 36.45'%

%37.52
%26.03
%36.45

CMYK color model

#F5AAEE color CMYK value is (0,31,3,4).

  • cyan value is 0.00%
  • magenta value is 30.61%
  • yellow value is 2.86%
  • key color value is 3.92%
CMYK: (0,31,3,4) C0M31Y3K4 (0%,31%,3%,4%) (0.00/0.31/0.03/0.04) 

CMYK percentages

%0
%30.61
%2.86
%3.92

Codes

Color #F5AAEE in popluar color models

F5 AA EE
RGB 245 170 238
HSL 306° 78.95% 81.37%
HSB/HSV 306° 30.61% 96.08%
CMYK 0.00% 30.61% 2.86%
3.92%

Color #F5AAEE in popluar number systems.

HEX F5 AA EE
Decimal 245 170 238
Binary 11110101 10101010 11101110
Octal 365 252 356

Shades and tints

Shades of #F5AAEE

#F5AAEE
(245,170,238)
#DF9BD9
(223,155,217)
#C98CC4
(201,140,196)
#B37DAF
(179,125,175)
#9D6E9A
(157,110,154)
#875F85
(135,95,133)
#715070
(113,80,112)
#5B415B
(91,65,91)
#453246
(69,50,70)
#2F2331
(47,35,49)
#19141C
(25,20,28)
#000000
(0,0,0)

Tints of #F5AAEE

#F5AAEE
(245,170,238)
#F5B1EF
(245,177,239)
#F5B8F0
(245,184,240)
#F5BFF1
(245,191,241)
#F5C6F2
(245,198,242)
#F5CDF3
(245,205,243)
#F5D4F4
(245,212,244)
#F5DBF5
(245,219,245)
#F5E2F6
(245,226,246)
#F5E9F7
(245,233,247)
#F5F0F8
(245,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5AAEE; }

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

This text font color is #F5AAEE.

Background Color

.myBgColor { background-color: #F5AAEE; }

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

This div background color is #F5AAEE.

Border color

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

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

This div border color is #F5AAEE.

Opacity

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

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

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

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

This text has shadow with #F5AAEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5AAEE.

Preview

Color preview on black background

This text has color #F5AAEE on black background.


Color preview on white background

This text has color #F5AAEE on white background.


Black color preview on #F5AAEE background

This text has black color on #F5AAEE background.


White color preview on #F5AAEE background

This text has white color on #F5AAEE background.


Related colors

Complementary color

Complementary color for #hex is #0A5511.


I love getcolorcode.com

Triadic colors

1 #EEF5AA and #AAEEF5 with #F5AAEE are triadic colors.

2 #EEAAF5 and #AAF5EE with #F5AAEE are triadic colors.