COLOR #F4AEF6

HEX: #F4AEF6
RGB: (244,174,246)

Color info

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

RGB color model

#F4AEF6 color RGB value is (244,174,246).

  • red value is 244;
  • green value is 174;
  • blue value is 246.
RGB:
(244,174,246)
(96%,68%,96%)

RGB channels and saturation

R 244 of 255 = 96%
G 174 of 255 = 68%
B 246 of 255 = 96%

244
174
246

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

Portions of RGB colors in percentages

R + G + B =
244 + 174 + 246 = 664 (100%)
R 244 of 664 ~ 36.75%
G 174 of 664 ~ 26.2%
B 246 of 664 ~ 37.05%

%36.75
%26.2
%37.05

CMYK color model

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

  • cyan value is 0.81%
  • magenta value is 29.27%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(1,29,0,4)
C1M29Y0K4 
(1%,29%,0%,4%)
(0.01/0.29/0.00/0.04)	

CMYK percentages

%0.81
%29.27
%0
%3.53

Codes

Color #F4AEF6 in popluar color models

F4AEF6
RGB244174246
HSL298°80.00%82.35%
HSB/HSV298°29.27%96.47%
CMYK0.81%29.27%0.00%
3.53%

Color #F4AEF6 in popluar number systems.

HEXF4AEF6
Decimal244174246
Binary111101001010111011110110
Octal364256366

Shades and tints

Shades of #F4AEF6

#F4AEF6
(244,174,246)
#DE9FE0
(222,159,224)
#C890CA
(200,144,202)
#B281B4
(178,129,180)
#9C729E
(156,114,158)
#866388
(134,99,136)
#705472
(112,84,114)
#5A455C
(90,69,92)
#443646
(68,54,70)
#2E2730
(46,39,48)
#18181A
(24,24,26)
#000000
(0,0,0)

Tints of #F4AEF6

#F4AEF6
(244,174,246)
#F5B5F6
(245,181,246)
#F6BCF6
(246,188,246)
#F7C3F6
(247,195,246)
#F8CAF6
(248,202,246)
#F9D1F6
(249,209,246)
#FAD8F6
(250,216,246)
#FBDFF6
(251,223,246)
#FCE6F6
(252,230,246)
#FDEDF6
(253,237,246)
#FEF4F6
(254,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4AEF6 color. Also use rgb(244,174,246) instead hex code.

Text Font Color

.myTextColor { color: #F4AEF6; }

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

This text font color is #F4AEF6.


Background Color

.myBgColor { background-color: #F4AEF6; }

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

This div background color is #F4AEF6.


Border color

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

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

This div border color is #F4AEF6.


Opacity

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

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

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

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

This text has shadow with #F4AEF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4AEF6 on black background.


Color preview on white background

This text has color #F4AEF6 on white background.



Black color preview on #F4AEF6 background

This text has black color on #F4AEF6 background.


White color preview on #F4AEF6 background

This text has white color on #F4AEF6 background.