COLOR #F2ADEA

HEX: #F2ADEA RGB: (242,173,234)

Color info

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

RGB color model

#F2ADEA color RGB value is (242,173,234).

RGB: (242,173,234) (95%, 68%, 92%)

RGB channels and saturation

R 242 of 255 = 95%
G 173 of 255 = 68%
B 234 of 255 = 92%

242
173
234

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

Portions of RGB colors in percentages

R + G + B = 242 + 173 + 234 = 649 (100%)
R 242 of 649 ~ 37.29%
G 173 of 649 ~ 26.66%
B 234 of 649 ~ 36.06'%

%37.29
%26.66
%36.06

CMYK color model

#F2ADEA color CMYK value is (0,29,3,5).

  • cyan value is 0.00%
  • magenta value is 28.51%
  • yellow value is 3.31%
  • key color value is 5.10%

CMYK: (0,29,3,5)
C0M29Y3K5 (0%, 29%, 3%, 5%)
(0.00 / 0.29 / 0.03 / 0.05)

CMYK percentages

%0
%28.51
%3.31
%5.1

Codes

Color #F2ADEA in popluar color models

F2 AD EA
RGB 242 173 234
HSL 307° 72.63% 81.37%
HSB/HSV 307° 28.51% 94.90%
CMYK 0.00% 28.51% 3.31%
5.10%

Color #F2ADEA in popluar number systems.

HEX F2 AD EA
Decimal 242 173 234
Binary 11110010 10101101 11101010
Octal 362 255 352

Shades and tints

Shades of #F2ADEA

#F2ADEA
(242,173,234)
#DC9ED5
(220,158,213)
#C68FC0
(198,143,192)
#B080AB
(176,128,171)
#9A7196
(154,113,150)
#846281
(132,98,129)
#6E536C
(110,83,108)
#584457
(88,68,87)
#423542
(66,53,66)
#2C262D
(44,38,45)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #F2ADEA

#F2ADEA
(242,173,234)
#F3B4EB
(243,180,235)
#F4BBEC
(244,187,236)
#F5C2ED
(245,194,237)
#F6C9EE
(246,201,238)
#F7D0EF
(247,208,239)
#F8D7F0
(248,215,240)
#F9DEF1
(249,222,241)
#FAE5F2
(250,229,242)
#FBECF3
(251,236,243)
#FCF3F4
(252,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2ADEA; }

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

This text font color is #F2ADEA.

Background Color

.myBgColor { background-color: #F2ADEA; }

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

This div background color is #F2ADEA.

Border color

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

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

This div border color is #F2ADEA.

Opacity

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

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

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

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

This text has shadow with #F2ADEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2ADEA.

Preview

Color preview on black background

This text has color #F2ADEA on black background.


Color preview on white background

This text has color #F2ADEA on white background.


Black color preview on #F2ADEA background

This text has black color on #F2ADEA background.


White color preview on #F2ADEA background

This text has white color on #F2ADEA background.


Related colors

Complementary color

Complementary color for #hex is #0D5215.


I love getcolorcode.com

Triadic colors

1 #EAF2AD and #ADEAF2 with #F2ADEA are triadic colors.

2 #EAADF2 and #ADF2EA with #F2ADEA are triadic colors.