COLOR #FFAAEB

HEX: #FFAAEB
RGB: (255,170,235)

Color info

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

RGB color model

#FFAAEB color RGB value is (255,170,235).

  • red value is 255;
  • green value is 170;
  • blue value is 235.
RGB:
(255,170,235)
(100%,67%,92%)

RGB channels and saturation

R 255 of 255 = 100%
G 170 of 255 = 67%
B 235 of 255 = 92%

255
170
235

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

Portions of RGB colors in percentages

R + G + B =
255 + 170 + 235 = 660 (100%)
R 255 of 660 ~ 38.64%
G 170 of 660 ~ 25.76%
B 235 of 660 ~ 35.61%

%38.64
%25.76
%35.61

CMYK color model

#FFAAEB color CMYK value is (0,33,8,0).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 7.84%
  • key color value is 0.00%
CMYK:
(0,33,8,0)
C0M33Y8K0 
(0%,33%,8%,0%)
(0.00/0.33/0.08/0.00)	

CMYK percentages

%0
%33.33
%7.84
%0

Codes

Color #FFAAEB in popluar color models

FFAAEB
RGB255170235
HSL314°100.00%83.33%
HSB/HSV314°33.33%100.00%
CMYK0.00%33.33%7.84%
0.00%

Color #FFAAEB in popluar number systems.

HEXFFAAEB
Decimal255170235
Binary111111111010101011101011
Octal377252353

Shades and tints

Shades of #FFAAEB

#FFAAEB
(255,170,235)
#E89BD6
(232,155,214)
#D18CC1
(209,140,193)
#BA7DAC
(186,125,172)
#A36E97
(163,110,151)
#8C5F82
(140,95,130)
#75506D
(117,80,109)
#5E4158
(94,65,88)
#473243
(71,50,67)
#30232E
(48,35,46)
#191419
(25,20,25)
#000000
(0,0,0)

Tints of #FFAAEB

#FFAAEB
(255,170,235)
#FFB1EC
(255,177,236)
#FFB8ED
(255,184,237)
#FFBFEE
(255,191,238)
#FFC6EF
(255,198,239)
#FFCDF0
(255,205,240)
#FFD4F1
(255,212,241)
#FFDBF2
(255,219,242)
#FFE2F3
(255,226,243)
#FFE9F4
(255,233,244)
#FFF0F5
(255,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFAAEB color. Also use rgb(255,170,235) instead hex code.

Text Font Color

.myTextColor { color: #FFAAEB; }

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

This text font color is #FFAAEB.


Background Color

.myBgColor { background-color: #FFAAEB; }

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

This div background color is #FFAAEB.


Border color

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

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

This div border color is #FFAAEB.


Opacity

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

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

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

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

This text has shadow with #FFAAEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFAAEB on black background.


Color preview on white background

This text has color #FFAAEB on white background.



Black color preview on #FFAAEB background

This text has black color on #FFAAEB background.


White color preview on #FFAAEB background

This text has white color on #FFAAEB background.