COLOR #F0AAE5

HEX: #F0AAE5
RGB: (240,170,229)

Color info

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

RGB color model

#F0AAE5 color RGB value is (240,170,229).

  • red value is 240;
  • green value is 170;
  • blue value is 229.
RGB:
(240,170,229)
(94%,67%,90%)

RGB channels and saturation

R 240 of 255 = 94%
G 170 of 255 = 67%
B 229 of 255 = 90%

240
170
229

R + G + B ~ 84%. #F0AAE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 170 + 229 = 639 (100%)
R 240 of 639 ~ 37.56%
G 170 of 639 ~ 26.6%
B 229 of 639 ~ 35.84%

%37.56
%26.6
%35.84

CMYK color model

#F0AAE5 color CMYK value is (0,29,5,6).

  • cyan value is 0.00%
  • magenta value is 29.17%
  • yellow value is 4.58%
  • key color value is 5.88%
CMYK:
(0,29,5,6)
C0M29Y5K6 
(0%,29%,5%,6%)
(0.00/0.29/0.05/0.06)	

CMYK percentages

%0
%29.17
%4.58
%5.88

Codes

Color #F0AAE5 in popluar color models

F0AAE5
RGB240170229
HSL309°70.00%80.39%
HSB/HSV309°29.17%94.12%
CMYK0.00%29.17%4.58%
5.88%

Color #F0AAE5 in popluar number systems.

HEXF0AAE5
Decimal240170229
Binary111100001010101011100101
Octal360252345

Shades and tints

Shades of #F0AAE5

#F0AAE5
(240,170,229)
#DB9BD1
(219,155,209)
#C68CBD
(198,140,189)
#B17DA9
(177,125,169)
#9C6E95
(156,110,149)
#875F81
(135,95,129)
#72506D
(114,80,109)
#5D4159
(93,65,89)
#483245
(72,50,69)
#332331
(51,35,49)
#1E141D
(30,20,29)
#000000
(0,0,0)

Tints of #F0AAE5

#F0AAE5
(240,170,229)
#F1B1E7
(241,177,231)
#F2B8E9
(242,184,233)
#F3BFEB
(243,191,235)
#F4C6ED
(244,198,237)
#F5CDEF
(245,205,239)
#F6D4F1
(246,212,241)
#F7DBF3
(247,219,243)
#F8E2F5
(248,226,245)
#F9E9F7
(249,233,247)
#FAF0F9
(250,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0AAE5 color. Also use rgb(240,170,229) instead hex code.

Text Font Color

.myTextColor { color: #F0AAE5; }

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

This text font color is #F0AAE5.


Background Color

.myBgColor { background-color: #F0AAE5; }

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

This div background color is #F0AAE5.


Border color

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

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

This div border color is #F0AAE5.


Opacity

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

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

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

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

This text has shadow with #F0AAE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0AAE5 on black background.


Color preview on white background

This text has color #F0AAE5 on white background.



Black color preview on #F0AAE5 background

This text has black color on #F0AAE5 background.


White color preview on #F0AAE5 background

This text has white color on #F0AAE5 background.