COLOR #F0AAE6

HEX: #F0AAE6
RGB: (240,170,230)

Color info

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

RGB color model

#F0AAE6 color RGB value is (240,170,230).

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

RGB channels and saturation

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

240
170
230

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

Portions of RGB colors in percentages

R + G + B =
240 + 170 + 230 = 640 (100%)
R 240 of 640 ~ 37.5%
G 170 of 640 ~ 26.56%
B 230 of 640 ~ 35.94%

%37.5
%26.56
%35.94

CMYK color model

#F0AAE6 color CMYK value is (0,29,4,6).

  • cyan value is 0.00%
  • magenta value is 29.17%
  • yellow value is 4.17%
  • key color value is 5.88%
CMYK:
(0,29,4,6)
C0M29Y4K6 
(0%,29%,4%,6%)
(0.00/0.29/0.04/0.06)	

CMYK percentages

%0
%29.17
%4.17
%5.88

Codes

Color #F0AAE6 in popluar color models

F0AAE6
RGB240170230
HSL309°70.00%80.39%
HSB/HSV309°29.17%94.12%
CMYK0.00%29.17%4.17%
5.88%

Color #F0AAE6 in popluar number systems.

HEXF0AAE6
Decimal240170230
Binary111100001010101011100110
Octal360252346

Shades and tints

Shades of #F0AAE6

#F0AAE6
(240,170,230)
#DB9BD2
(219,155,210)
#C68CBE
(198,140,190)
#B17DAA
(177,125,170)
#9C6E96
(156,110,150)
#875F82
(135,95,130)
#72506E
(114,80,110)
#5D415A
(93,65,90)
#483246
(72,50,70)
#332332
(51,35,50)
#1E141E
(30,20,30)
#000000
(0,0,0)

Tints of #F0AAE6

#F0AAE6
(240,170,230)
#F1B1E8
(241,177,232)
#F2B8EA
(242,184,234)
#F3BFEC
(243,191,236)
#F4C6EE
(244,198,238)
#F5CDF0
(245,205,240)
#F6D4F2
(246,212,242)
#F7DBF4
(247,219,244)
#F8E2F6
(248,226,246)
#F9E9F8
(249,233,248)
#FAF0FA
(250,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0AAE6; }

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

This text font color is #F0AAE6.


Background Color

.myBgColor { background-color: #F0AAE6; }

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

This div background color is #F0AAE6.


Border color

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

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

This div border color is #F0AAE6.


Opacity

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

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

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

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

This text has shadow with #F0AAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0AAE6 on black background.


Color preview on white background

This text has color #F0AAE6 on white background.



Black color preview on #F0AAE6 background

This text has black color on #F0AAE6 background.


White color preview on #F0AAE6 background

This text has white color on #F0AAE6 background.