COLOR #F2AEF7

HEX: #F2AEF7 RGB: (242,174,247)

Color info

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

RGB color model

#F2AEF7 color RGB value is (242,174,247).

RGB: (242,174,247) (95%, 68%, 97%)

RGB channels and saturation

R 242 of 255 = 95%
G 174 of 255 = 68%
B 247 of 255 = 97%

242
174
247

R + G + B ~ 87%. #F2AEF7 is light color.

Portions of RGB colors in percentages

R + G + B = 242 + 174 + 247 = 663 (100%)
R 242 of 663 ~ 36.5%
G 174 of 663 ~ 26.24%
B 247 of 663 ~ 37.25'%

%36.5
%26.24
%37.25

CMYK color model

#F2AEF7 color CMYK value is (2,30,0,3).

  • cyan value is 2.02%
  • magenta value is 29.55%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK: (2,30,0,3) C2M30Y0K3 (2%,30%,0%,3%) (0.02/0.30/0.00/0.03) 

CMYK percentages

%2.02
%29.55
%0
%3.14

Codes

Color #F2AEF7 in popluar color models

F2 AE F7
RGB 242 174 247
HSL 296° 82.02% 82.55%
HSB/HSV 296° 29.55% 96.86%
CMYK 2.02% 29.55% 0.00%
3.14%

Color #F2AEF7 in popluar number systems.

HEX F2 AE F7
Decimal 242 174 247
Binary 11110010 10101110 11110111
Octal 362 256 367

Shades and tints

Shades of #F2AEF7

#F2AEF7
(242,174,247)
#DC9FE1
(220,159,225)
#C690CB
(198,144,203)
#B081B5
(176,129,181)
#9A729F
(154,114,159)
#846389
(132,99,137)
#6E5473
(110,84,115)
#58455D
(88,69,93)
#423647
(66,54,71)
#2C2731
(44,39,49)
#16181B
(22,24,27)
#000000
(0,0,0)

Tints of #F2AEF7

#F2AEF7
(242,174,247)
#F3B5F7
(243,181,247)
#F4BCF7
(244,188,247)
#F5C3F7
(245,195,247)
#F6CAF7
(246,202,247)
#F7D1F7
(247,209,247)
#F8D8F7
(248,216,247)
#F9DFF7
(249,223,247)
#FAE6F7
(250,230,247)
#FBEDF7
(251,237,247)
#FCF4F7
(252,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2AEF7; }

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

This text font color is #F2AEF7.

Background Color

.myBgColor { background-color: #F2AEF7; }

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

This div background color is #F2AEF7.

Border color

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

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

This div border color is #F2AEF7.

Opacity

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

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

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

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

This text has shadow with #F2AEF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2AEF7.

Preview

Color preview on black background

This text has color #F2AEF7 on black background.


Color preview on white background

This text has color #F2AEF7 on white background.


Black color preview on #F2AEF7 background

This text has black color on #F2AEF7 background.


White color preview on #F2AEF7 background

This text has white color on #F2AEF7 background.


Related colors

Complementary color

Complementary color for #hex is #0D5108.


I love getcolorcode.com

Triadic colors

1 #F7F2AE and #AEF7F2 with #F2AEF7 are triadic colors.

2 #F7AEF2 and #AEF2F7 with #F2AEF7 are triadic colors.