COLOR #F4AAE0

HEX: #F4AAE0
RGB: (244,170,224)

Color info

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

RGB color model

#F4AAE0 color RGB value is (244,170,224).

  • red value is 244;
  • green value is 170;
  • blue value is 224.
RGB:
(244,170,224)
(96%,67%,88%)

RGB channels and saturation

R 244 of 255 = 96%
G 170 of 255 = 67%
B 224 of 255 = 88%

244
170
224

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

Portions of RGB colors in percentages

R + G + B =
244 + 170 + 224 = 638 (100%)
R 244 of 638 ~ 38.24%
G 170 of 638 ~ 26.65%
B 224 of 638 ~ 35.11%

%38.24
%26.65
%35.11

CMYK color model

#F4AAE0 color CMYK value is (0,30,8,4).

  • cyan value is 0.00%
  • magenta value is 30.33%
  • yellow value is 8.20%
  • key color value is 4.31%
CMYK:
(0,30,8,4)
C0M30Y8K4 
(0%,30%,8%,4%)
(0.00/0.30/0.08/0.04)	

CMYK percentages

%0
%30.33
%8.2
%4.31

Codes

Color #F4AAE0 in popluar color models

F4AAE0
RGB244170224
HSL316°77.08%81.18%
HSB/HSV316°30.33%95.69%
CMYK0.00%30.33%8.20%
4.31%

Color #F4AAE0 in popluar number systems.

HEXF4AAE0
Decimal244170224
Binary111101001010101011100000
Octal364252340

Shades and tints

Shades of #F4AAE0

#F4AAE0
(244,170,224)
#DE9BCC
(222,155,204)
#C88CB8
(200,140,184)
#B27DA4
(178,125,164)
#9C6E90
(156,110,144)
#865F7C
(134,95,124)
#705068
(112,80,104)
#5A4154
(90,65,84)
#443240
(68,50,64)
#2E232C
(46,35,44)
#181418
(24,20,24)
#000000
(0,0,0)

Tints of #F4AAE0

#F4AAE0
(244,170,224)
#F5B1E2
(245,177,226)
#F6B8E4
(246,184,228)
#F7BFE6
(247,191,230)
#F8C6E8
(248,198,232)
#F9CDEA
(249,205,234)
#FAD4EC
(250,212,236)
#FBDBEE
(251,219,238)
#FCE2F0
(252,226,240)
#FDE9F2
(253,233,242)
#FEF0F4
(254,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4AAE0 color. Also use rgb(244,170,224) instead hex code.

Text Font Color

.myTextColor { color: #F4AAE0; }

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

This text font color is #F4AAE0.


Background Color

.myBgColor { background-color: #F4AAE0; }

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

This div background color is #F4AAE0.


Border color

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

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

This div border color is #F4AAE0.


Opacity

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

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

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

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

This text has shadow with #F4AAE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4AAE0 on black background.


Color preview on white background

This text has color #F4AAE0 on white background.



Black color preview on #F4AAE0 background

This text has black color on #F4AAE0 background.


White color preview on #F4AAE0 background

This text has white color on #F4AAE0 background.