COLOR #F0A9C2

HEX: #F0A9C2 RGB: (240,169,194)

Color info

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

RGB color model

#F0A9C2 color RGB value is (240,169,194).

RGB: (240,169,194) (94%, 66%, 76%)

RGB channels and saturation

R 240 of 255 = 94%
G 169 of 255 = 66%
B 194 of 255 = 76%

240
169
194

R + G + B ~ 79%. #F0A9C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 169 + 194 = 603 (100%)
R 240 of 603 ~ 39.8%
G 169 of 603 ~ 28.03%
B 194 of 603 ~ 32.17'%

%39.8
%28.03
%32.17

CMYK color model

#F0A9C2 color CMYK value is (0,30,19,6).

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

CMYK: (0,30,19,6)
C0M30Y19K6 (0%, 30%, 19%, 6%)
(0.00 / 0.30 / 0.19 / 0.06)

CMYK percentages

%0
%29.58
%19.17
%5.88

Codes

Color #F0A9C2 in popluar color models

F0 A9 C2
RGB 240 169 194
HSL 339° 70.30% 80.20%
HSB/HSV 339° 29.58% 94.12%
CMYK 0.00% 29.58% 19.17%
5.88%

Color #F0A9C2 in popluar number systems.

HEX F0 A9 C2
Decimal 240 169 194
Binary 11110000 10101001 11000010
Octal 360 251 302

Shades and tints

Shades of #F0A9C2

#F0A9C2
(240,169,194)
#DB9AB1
(219,154,177)
#C68BA0
(198,139,160)
#B17C8F
(177,124,143)
#9C6D7E
(156,109,126)
#875E6D
(135,94,109)
#724F5C
(114,79,92)
#5D404B
(93,64,75)
#48313A
(72,49,58)
#332229
(51,34,41)
#1E1318
(30,19,24)
#000000
(0,0,0)

Tints of #F0A9C2

#F0A9C2
(240,169,194)
#F1B0C7
(241,176,199)
#F2B7CC
(242,183,204)
#F3BED1
(243,190,209)
#F4C5D6
(244,197,214)
#F5CCDB
(245,204,219)
#F6D3E0
(246,211,224)
#F7DAE5
(247,218,229)
#F8E1EA
(248,225,234)
#F9E8EF
(249,232,239)
#FAEFF4
(250,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0A9C2; }

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

This text font color is #F0A9C2.

Background Color

.myBgColor { background-color: #F0A9C2; }

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

This div background color is #F0A9C2.

Border color

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

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

This div border color is #F0A9C2.

Opacity

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

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

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

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

This text has shadow with #F0A9C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0A9C2.

Preview

Color preview on black background

This text has color #F0A9C2 on black background.


Color preview on white background

This text has color #F0A9C2 on white background.


Black color preview on #F0A9C2 background

This text has black color on #F0A9C2 background.


White color preview on #F0A9C2 background

This text has white color on #F0A9C2 background.


Related colors

Complementary color

Complementary color for #hex is #0F563D.


I love getcolorcode.com

Triadic colors

1 #C2F0A9 and #A9C2F0 with #F0A9C2 are triadic colors.

2 #C2A9F0 and #A9F0C2 with #F0A9C2 are triadic colors.