COLOR #F0AEF5

HEX: #F0AEF5
RGB: (240,174,245)

Color info

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

RGB color model

#F0AEF5 color RGB value is (240,174,245).

  • red value is 240;
  • green value is 174;
  • blue value is 245.
RGB:
(240,174,245)
(94%,68%,96%)

RGB channels and saturation

R 240 of 255 = 94%
G 174 of 255 = 68%
B 245 of 255 = 96%

240
174
245

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

Portions of RGB colors in percentages

R + G + B =
240 + 174 + 245 = 659 (100%)
R 240 of 659 ~ 36.42%
G 174 of 659 ~ 26.4%
B 245 of 659 ~ 37.18%

%36.42
%26.4
%37.18

CMYK color model

#F0AEF5 color CMYK value is (2,29,0,4).

  • cyan value is 2.04%
  • magenta value is 28.98%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(2,29,0,4)
C2M29Y0K4 
(2%,29%,0%,4%)
(0.02/0.29/0.00/0.04)	

CMYK percentages

%2.04
%28.98
%0
%3.92

Codes

Color #F0AEF5 in popluar color models

F0AEF5
RGB240174245
HSL296°78.02%82.16%
HSB/HSV296°28.98%96.08%
CMYK2.04%28.98%0.00%
3.92%

Color #F0AEF5 in popluar number systems.

HEXF0AEF5
Decimal240174245
Binary111100001010111011110101
Octal360256365

Shades and tints

Shades of #F0AEF5

#F0AEF5
(240,174,245)
#DB9FDF
(219,159,223)
#C690C9
(198,144,201)
#B181B3
(177,129,179)
#9C729D
(156,114,157)
#876387
(135,99,135)
#725471
(114,84,113)
#5D455B
(93,69,91)
#483645
(72,54,69)
#33272F
(51,39,47)
#1E1819
(30,24,25)
#000000
(0,0,0)

Tints of #F0AEF5

#F0AEF5
(240,174,245)
#F1B5F5
(241,181,245)
#F2BCF5
(242,188,245)
#F3C3F5
(243,195,245)
#F4CAF5
(244,202,245)
#F5D1F5
(245,209,245)
#F6D8F5
(246,216,245)
#F7DFF5
(247,223,245)
#F8E6F5
(248,230,245)
#F9EDF5
(249,237,245)
#FAF4F5
(250,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0AEF5; }

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

This text font color is #F0AEF5.


Background Color

.myBgColor { background-color: #F0AEF5; }

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

This div background color is #F0AEF5.


Border color

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

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

This div border color is #F0AEF5.


Opacity

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

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

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

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

This text has shadow with #F0AEF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0AEF5 on black background.


Color preview on white background

This text has color #F0AEF5 on white background.



Black color preview on #F0AEF5 background

This text has black color on #F0AEF5 background.


White color preview on #F0AEF5 background

This text has white color on #F0AEF5 background.