COLOR #F0AEE2

HEX: #F0AEE2
RGB: (240,174,226)

Color info

#F0AEE2 contains mainly red and blue colors. Web safe color of #F0AEE2 is #FF99CC (or #F9C).

RGB color model

#F0AEE2 color RGB value is (240,174,226).

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

RGB channels and saturation

R 240 of 255 = 94%
G 174 of 255 = 68%
B 226 of 255 = 89%

240
174
226

R + G + B ~ 84%. #F0AEE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 174 + 226 = 640 (100%)
R 240 of 640 ~ 37.5%
G 174 of 640 ~ 27.19%
B 226 of 640 ~ 35.31%

%37.5
%27.19
%35.31

CMYK color model

#F0AEE2 color CMYK value is (0,28,6,6).

  • cyan value is 0.00%
  • magenta value is 27.50%
  • yellow value is 5.83%
  • key color value is 5.88%
CMYK:
(0,28,6,6)
C0M28Y6K6 
(0%,28%,6%,6%)
(0.00/0.28/0.06/0.06)	

CMYK percentages

%0
%27.5
%5.83
%5.88

Codes

Color #F0AEE2 in popluar color models

F0AEE2
RGB240174226
HSL313°68.75%81.18%
HSB/HSV313°27.50%94.12%
CMYK0.00%27.50%5.83%
5.88%

Color #F0AEE2 in popluar number systems.

HEXF0AEE2
Decimal240174226
Binary111100001010111011100010
Octal360256342

Shades and tints

Shades of #F0AEE2

#F0AEE2
(240,174,226)
#DB9FCE
(219,159,206)
#C690BA
(198,144,186)
#B181A6
(177,129,166)
#9C7292
(156,114,146)
#87637E
(135,99,126)
#72546A
(114,84,106)
#5D4556
(93,69,86)
#483642
(72,54,66)
#33272E
(51,39,46)
#1E181A
(30,24,26)
#000000
(0,0,0)

Tints of #F0AEE2

#F0AEE2
(240,174,226)
#F1B5E4
(241,181,228)
#F2BCE6
(242,188,230)
#F3C3E8
(243,195,232)
#F4CAEA
(244,202,234)
#F5D1EC
(245,209,236)
#F6D8EE
(246,216,238)
#F7DFF0
(247,223,240)
#F8E6F2
(248,230,242)
#F9EDF4
(249,237,244)
#FAF4F6
(250,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0AEE2; }

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

This text font color is #F0AEE2.


Background Color

.myBgColor { background-color: #F0AEE2; }

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

This div background color is #F0AEE2.


Border color

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

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

This div border color is #F0AEE2.


Opacity

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

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

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

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

This text has shadow with #F0AEE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0AEE2 on black background.


Color preview on white background

This text has color #F0AEE2 on white background.



Black color preview on #F0AEE2 background

This text has black color on #F0AEE2 background.


White color preview on #F0AEE2 background

This text has white color on #F0AEE2 background.