COLOR #F0AEF9

HEX: #F0AEF9
RGB: (240,174,249)

Color info

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

RGB color model

#F0AEF9 color RGB value is (240,174,249).

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

RGB channels and saturation

R 240 of 255 = 94%
G 174 of 255 = 68%
B 249 of 255 = 98%

240
174
249

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

Portions of RGB colors in percentages

R + G + B =
240 + 174 + 249 = 663 (100%)
R 240 of 663 ~ 36.2%
G 174 of 663 ~ 26.24%
B 249 of 663 ~ 37.56%

%36.2
%26.24
%37.56

CMYK color model

#F0AEF9 color CMYK value is (4,30,0,2).

  • cyan value is 3.61%
  • magenta value is 30.12%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(4,30,0,2)
C4M30Y0K2 
(4%,30%,0%,2%)
(0.04/0.30/0.00/0.02)	

CMYK percentages

%3.61
%30.12
%0
%2.35

Codes

Color #F0AEF9 in popluar color models

F0AEF9
RGB240174249
HSL293°86.21%82.94%
HSB/HSV293°30.12%97.65%
CMYK3.61%30.12%0.00%
2.35%

Color #F0AEF9 in popluar number systems.

HEXF0AEF9
Decimal240174249
Binary111100001010111011111001
Octal360256371

Shades and tints

Shades of #F0AEF9

#F0AEF9
(240,174,249)
#DB9FE3
(219,159,227)
#C690CD
(198,144,205)
#B181B7
(177,129,183)
#9C72A1
(156,114,161)
#87638B
(135,99,139)
#725475
(114,84,117)
#5D455F
(93,69,95)
#483649
(72,54,73)
#332733
(51,39,51)
#1E181D
(30,24,29)
#000000
(0,0,0)

Tints of #F0AEF9

#F0AEF9
(240,174,249)
#F1B5F9
(241,181,249)
#F2BCF9
(242,188,249)
#F3C3F9
(243,195,249)
#F4CAF9
(244,202,249)
#F5D1F9
(245,209,249)
#F6D8F9
(246,216,249)
#F7DFF9
(247,223,249)
#F8E6F9
(248,230,249)
#F9EDF9
(249,237,249)
#FAF4F9
(250,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0AEF9; }

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

This text font color is #F0AEF9.


Background Color

.myBgColor { background-color: #F0AEF9; }

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

This div background color is #F0AEF9.


Border color

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

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

This div border color is #F0AEF9.


Opacity

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

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

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

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

This text has shadow with #F0AEF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0AEF9 on black background.


Color preview on white background

This text has color #F0AEF9 on white background.



Black color preview on #F0AEF9 background

This text has black color on #F0AEF9 background.


White color preview on #F0AEF9 background

This text has white color on #F0AEF9 background.