COLOR #F0AEDF

HEX: #F0AEDF RGB: (240,174,223)

Color info

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

RGB color model

#F0AEDF color RGB value is (240,174,223).

RGB: (240,174,223) (94%, 68%, 87%)

RGB channels and saturation

R 240 of 255 = 94%
G 174 of 255 = 68%
B 223 of 255 = 87%

240
174
223

R + G + B ~ 83%. #F0AEDF is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 174 + 223 = 637 (100%)
R 240 of 637 ~ 37.68%
G 174 of 637 ~ 27.32%
B 223 of 637 ~ 35.01'%

%37.68
%27.32
%35.01

CMYK color model

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

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

CMYK: (0,28,7,6)
C0M28Y7K6 (0%, 28%, 7%, 6%)
(0.00 / 0.28 / 0.07 / 0.06)

CMYK percentages

%0
%27.5
%7.08
%5.88

Codes

Color #F0AEDF in popluar color models

F0 AE DF
RGB 240 174 223
HSL 315° 68.75% 81.18%
HSB/HSV 315° 27.50% 94.12%
CMYK 0.00% 27.50% 7.08%
5.88%

Color #F0AEDF in popluar number systems.

HEX F0 AE DF
Decimal 240 174 223
Binary 11110000 10101110 11011111
Octal 360 256 337

Shades and tints

Shades of #F0AEDF

#F0AEDF
(240,174,223)
#DB9FCB
(219,159,203)
#C690B7
(198,144,183)
#B181A3
(177,129,163)
#9C728F
(156,114,143)
#87637B
(135,99,123)
#725467
(114,84,103)
#5D4553
(93,69,83)
#48363F
(72,54,63)
#33272B
(51,39,43)
#1E1817
(30,24,23)
#000000
(0,0,0)

Tints of #F0AEDF

#F0AEDF
(240,174,223)
#F1B5E1
(241,181,225)
#F2BCE3
(242,188,227)
#F3C3E5
(243,195,229)
#F4CAE7
(244,202,231)
#F5D1E9
(245,209,233)
#F6D8EB
(246,216,235)
#F7DFED
(247,223,237)
#F8E6EF
(248,230,239)
#F9EDF1
(249,237,241)
#FAF4F3
(250,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0AEDF; }

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

This text font color is #F0AEDF.

Background Color

.myBgColor { background-color: #F0AEDF; }

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

This div background color is #F0AEDF.

Border color

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

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

This div border color is #F0AEDF.

Opacity

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

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

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

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

This text has shadow with #F0AEDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0AEDF.

Preview

Color preview on black background

This text has color #F0AEDF on black background.


Color preview on white background

This text has color #F0AEDF on white background.


Black color preview on #F0AEDF background

This text has black color on #F0AEDF background.


White color preview on #F0AEDF background

This text has white color on #F0AEDF background.


Related colors

Complementary color

Complementary color for #hex is #0F5120.


I love getcolorcode.com

Triadic colors

1 #DFF0AE and #AEDFF0 with #F0AEDF are triadic colors.

2 #DFAEF0 and #AEF0DF with #F0AEDF are triadic colors.