COLOR #F2AEF5

HEX: #F2AEF5 RGB: (242,174,245)

Color info

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

RGB color model

#F2AEF5 color RGB value is (242,174,245).

RGB: (242,174,245) (95%, 68%, 96%)

RGB channels and saturation

R 242 of 255 = 95%
G 174 of 255 = 68%
B 245 of 255 = 96%

242
174
245

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

Portions of RGB colors in percentages

R + G + B = 242 + 174 + 245 = 661 (100%)
R 242 of 661 ~ 36.61%
G 174 of 661 ~ 26.32%
B 245 of 661 ~ 37.07'%

%36.61
%26.32
%37.07

CMYK color model

#F2AEF5 color CMYK value is (1,29,0,4).

  • cyan value is 1.22%
  • magenta value is 28.98%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (1,29,0,4)
C1M29Y0K4 (1%, 29%, 0%, 4%)
(0.01 / 0.29 / 0.00 / 0.04)

CMYK percentages

%1.22
%28.98
%0
%3.92

Codes

Color #F2AEF5 in popluar color models

F2 AE F5
RGB 242 174 245
HSL 297° 78.02% 82.16%
HSB/HSV 297° 28.98% 96.08%
CMYK 1.22% 28.98% 0.00%
3.92%

Color #F2AEF5 in popluar number systems.

HEX F2 AE F5
Decimal 242 174 245
Binary 11110010 10101110 11110101
Octal 362 256 365

Shades and tints

Shades of #F2AEF5

#F2AEF5
(242,174,245)
#DC9FDF
(220,159,223)
#C690C9
(198,144,201)
#B081B3
(176,129,179)
#9A729D
(154,114,157)
#846387
(132,99,135)
#6E5471
(110,84,113)
#58455B
(88,69,91)
#423645
(66,54,69)
#2C272F
(44,39,47)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #F2AEF5

#F2AEF5
(242,174,245)
#F3B5F5
(243,181,245)
#F4BCF5
(244,188,245)
#F5C3F5
(245,195,245)
#F6CAF5
(246,202,245)
#F7D1F5
(247,209,245)
#F8D8F5
(248,216,245)
#F9DFF5
(249,223,245)
#FAE6F5
(250,230,245)
#FBEDF5
(251,237,245)
#FCF4F5
(252,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2AEF5 color. Also use rgb(242,174,245) instead hex code.

Text Font Color

.myTextColor { color: #F2AEF5; }

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

This text font color is #F2AEF5.

Background Color

.myBgColor { background-color: #F2AEF5; }

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

This div background color is #F2AEF5.

Border color

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

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

This div border color is #F2AEF5.

Opacity

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

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

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

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

This text has shadow with #F2AEF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2AEF5.

Preview

Color preview on black background

This text has color #F2AEF5 on black background.


Color preview on white background

This text has color #F2AEF5 on white background.


Black color preview on #F2AEF5 background

This text has black color on #F2AEF5 background.


White color preview on #F2AEF5 background

This text has white color on #F2AEF5 background.


Related colors

Complementary color

Complementary color for #hex is #0D510A.


I love getcolorcode.com

Triadic colors

1 #F5F2AE and #AEF5F2 with #F2AEF5 are triadic colors.

2 #F5AEF2 and #AEF2F5 with #F2AEF5 are triadic colors.