COLOR #F0AED7

HEX: #F0AED7 RGB: (240,174,215)

Color info

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

RGB color model

#F0AED7 color RGB value is (240,174,215).

RGB: (240,174,215) (94%, 68%, 84%)

RGB channels and saturation

R 240 of 255 = 94%
G 174 of 255 = 68%
B 215 of 255 = 84%

240
174
215

R + G + B ~ 82%. #F0AED7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 174 + 215 = 629 (100%)
R 240 of 629 ~ 38.16%
G 174 of 629 ~ 27.66%
B 215 of 629 ~ 34.18'%

%38.16
%27.66
%34.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.50%
  • yellow value is 10.42%
  • key color value is 5.88%

CMYK: (0,28,10,6)
C0M28Y10K6 (0%, 28%, 10%, 6%)
(0.00 / 0.28 / 0.10 / 0.06)

CMYK percentages

%0
%27.5
%10.42
%5.88

Codes

Color #F0AED7 in popluar color models

F0 AE D7
RGB 240 174 215
HSL 323° 68.75% 81.18%
HSB/HSV 323° 27.50% 94.12%
CMYK 0.00% 27.50% 10.42%
5.88%

Color #F0AED7 in popluar number systems.

HEX F0 AE D7
Decimal 240 174 215
Binary 11110000 10101110 11010111
Octal 360 256 327

Shades and tints

Shades of #F0AED7

#F0AED7
(240,174,215)
#DB9FC4
(219,159,196)
#C690B1
(198,144,177)
#B1819E
(177,129,158)
#9C728B
(156,114,139)
#876378
(135,99,120)
#725465
(114,84,101)
#5D4552
(93,69,82)
#48363F
(72,54,63)
#33272C
(51,39,44)
#1E1819
(30,24,25)
#000000
(0,0,0)

Tints of #F0AED7

#F0AED7
(240,174,215)
#F1B5DA
(241,181,218)
#F2BCDD
(242,188,221)
#F3C3E0
(243,195,224)
#F4CAE3
(244,202,227)
#F5D1E6
(245,209,230)
#F6D8E9
(246,216,233)
#F7DFEC
(247,223,236)
#F8E6EF
(248,230,239)
#F9EDF2
(249,237,242)
#FAF4F5
(250,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0AED7; }

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

This text font color is #F0AED7.

Background Color

.myBgColor { background-color: #F0AED7; }

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

This div background color is #F0AED7.

Border color

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

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

This div border color is #F0AED7.

Opacity

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

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

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

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

This text has shadow with #F0AED7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0AED7.

Preview

Color preview on black background

This text has color #F0AED7 on black background.


Color preview on white background

This text has color #F0AED7 on white background.


Black color preview on #F0AED7 background

This text has black color on #F0AED7 background.


White color preview on #F0AED7 background

This text has white color on #F0AED7 background.


Related colors

Complementary color

Complementary color for #hex is #0F5128.


I love getcolorcode.com

Triadic colors

1 #D7F0AE and #AED7F0 with #F0AED7 are triadic colors.

2 #D7AEF0 and #AEF0D7 with #F0AED7 are triadic colors.