COLOR #F2AAEA

HEX: #F2AAEA
RGB: (242,170,234)

Color info

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

RGB color model

#F2AAEA color RGB value is (242,170,234).

  • red value is 242;
  • green value is 170;
  • blue value is 234.
RGB:
(242,170,234)
(95%,67%,92%)

RGB channels and saturation

R 242 of 255 = 95%
G 170 of 255 = 67%
B 234 of 255 = 92%

242
170
234

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

Portions of RGB colors in percentages

R + G + B =
242 + 170 + 234 = 646 (100%)
R 242 of 646 ~ 37.46%
G 170 of 646 ~ 26.32%
B 234 of 646 ~ 36.22%

%37.46
%26.32
%36.22

CMYK color model

#F2AAEA color CMYK value is (0,30,3,5).

  • cyan value is 0.00%
  • magenta value is 29.75%
  • yellow value is 3.31%
  • key color value is 5.10%
CMYK:
(0,30,3,5)
C0M30Y3K5 
(0%,30%,3%,5%)
(0.00/0.30/0.03/0.05)	

CMYK percentages

%0
%29.75
%3.31
%5.1

Codes

Color #F2AAEA in popluar color models

F2AAEA
RGB242170234
HSL307°73.47%80.78%
HSB/HSV307°29.75%94.90%
CMYK0.00%29.75%3.31%
5.10%

Color #F2AAEA in popluar number systems.

HEXF2AAEA
Decimal242170234
Binary111100101010101011101010
Octal362252352

Shades and tints

Shades of #F2AAEA

#F2AAEA
(242,170,234)
#DC9BD5
(220,155,213)
#C68CC0
(198,140,192)
#B07DAB
(176,125,171)
#9A6E96
(154,110,150)
#845F81
(132,95,129)
#6E506C
(110,80,108)
#584157
(88,65,87)
#423242
(66,50,66)
#2C232D
(44,35,45)
#161418
(22,20,24)
#000000
(0,0,0)

Tints of #F2AAEA

#F2AAEA
(242,170,234)
#F3B1EB
(243,177,235)
#F4B8EC
(244,184,236)
#F5BFED
(245,191,237)
#F6C6EE
(246,198,238)
#F7CDEF
(247,205,239)
#F8D4F0
(248,212,240)
#F9DBF1
(249,219,241)
#FAE2F2
(250,226,242)
#FBE9F3
(251,233,243)
#FCF0F4
(252,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2AAEA color. Also use rgb(242,170,234) instead hex code.

Text Font Color

.myTextColor { color: #F2AAEA; }

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

This text font color is #F2AAEA.


Background Color

.myBgColor { background-color: #F2AAEA; }

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

This div background color is #F2AAEA.


Border color

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

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

This div border color is #F2AAEA.


Opacity

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

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

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

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

This text has shadow with #F2AAEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2AAEA on black background.


Color preview on white background

This text has color #F2AAEA on white background.



Black color preview on #F2AAEA background

This text has black color on #F2AAEA background.


White color preview on #F2AAEA background

This text has white color on #F2AAEA background.