COLOR #F0A9DC

HEX: #F0A9DC RGB: (240,169,220)

Color info

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

RGB color model

#F0A9DC color RGB value is (240,169,220).

RGB: (240,169,220) (94%, 66%, 86%)

RGB channels and saturation

R 240 of 255 = 94%
G 169 of 255 = 66%
B 220 of 255 = 86%

240
169
220

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

Portions of RGB colors in percentages

R + G + B = 240 + 169 + 220 = 629 (100%)
R 240 of 629 ~ 38.16%
G 169 of 629 ~ 26.87%
B 220 of 629 ~ 34.98'%

%38.16
%26.87
%34.98

CMYK color model

#F0A9DC color CMYK value is (0,30,8,6).

  • cyan value is 0.00%
  • magenta value is 29.58%
  • yellow value is 8.33%
  • key color value is 5.88%

CMYK: (0,30,8,6)
C0M30Y8K6 (0%, 30%, 8%, 6%)
(0.00 / 0.30 / 0.08 / 0.06)

CMYK percentages

%0
%29.58
%8.33
%5.88

Codes

Color #F0A9DC in popluar color models

F0 A9 DC
RGB 240 169 220
HSL 317° 70.30% 80.20%
HSB/HSV 317° 29.58% 94.12%
CMYK 0.00% 29.58% 8.33%
5.88%

Color #F0A9DC in popluar number systems.

HEX F0 A9 DC
Decimal 240 169 220
Binary 11110000 10101001 11011100
Octal 360 251 334

Shades and tints

Shades of #F0A9DC

#F0A9DC
(240,169,220)
#DB9AC8
(219,154,200)
#C68BB4
(198,139,180)
#B17CA0
(177,124,160)
#9C6D8C
(156,109,140)
#875E78
(135,94,120)
#724F64
(114,79,100)
#5D4050
(93,64,80)
#48313C
(72,49,60)
#332228
(51,34,40)
#1E1314
(30,19,20)
#000000
(0,0,0)

Tints of #F0A9DC

#F0A9DC
(240,169,220)
#F1B0DF
(241,176,223)
#F2B7E2
(242,183,226)
#F3BEE5
(243,190,229)
#F4C5E8
(244,197,232)
#F5CCEB
(245,204,235)
#F6D3EE
(246,211,238)
#F7DAF1
(247,218,241)
#F8E1F4
(248,225,244)
#F9E8F7
(249,232,247)
#FAEFFA
(250,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0A9DC color. Also use rgb(240,169,220) instead hex code.

Text Font Color

.myTextColor { color: #F0A9DC; }

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

This text font color is #F0A9DC.

Background Color

.myBgColor { background-color: #F0A9DC; }

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

This div background color is #F0A9DC.

Border color

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

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

This div border color is #F0A9DC.

Opacity

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

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

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

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

This text has shadow with #F0A9DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0A9DC.

Preview

Color preview on black background

This text has color #F0A9DC on black background.


Color preview on white background

This text has color #F0A9DC on white background.


Black color preview on #F0A9DC background

This text has black color on #F0A9DC background.


White color preview on #F0A9DC background

This text has white color on #F0A9DC background.


Related colors

Complementary color

Complementary color for #hex is #0F5623.


I love getcolorcode.com

Triadic colors

1 #DCF0A9 and #A9DCF0 with #F0A9DC are triadic colors.

2 #DCA9F0 and #A9F0DC with #F0A9DC are triadic colors.