COLOR #F7A9CC

HEX: #F7A9CC RGB: (247,169,204)

Color info

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

RGB color model

#F7A9CC color RGB value is (247,169,204).

RGB: (247,169,204) (97%, 66%, 80%)

RGB channels and saturation

R 247 of 255 = 97%
G 169 of 255 = 66%
B 204 of 255 = 80%

247
169
204

R + G + B ~ 81%. #F7A9CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 247 + 169 + 204 = 620 (100%)
R 247 of 620 ~ 39.84%
G 169 of 620 ~ 27.26%
B 204 of 620 ~ 32.9'%

%39.84
%27.26
%32.9

CMYK color model

#F7A9CC color CMYK value is (0,32,17,3).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 17.41%
  • key color value is 3.14%
CMYK: (0,32,17,3) C0M32Y17K3 (0%,32%,17%,3%) (0.00/0.32/0.17/0.03) 

CMYK percentages

%0
%31.58
%17.41
%3.14

Codes

Color #F7A9CC in popluar color models

F7 A9 CC
RGB 247 169 204
HSL 333° 82.98% 81.57%
HSB/HSV 333° 31.58% 96.86%
CMYK 0.00% 31.58% 17.41%
3.14%

Color #F7A9CC in popluar number systems.

HEX F7 A9 CC
Decimal 247 169 204
Binary 11110111 10101001 11001100
Octal 367 251 314

Shades and tints

Shades of #F7A9CC

#F7A9CC
(247,169,204)
#E19ABA
(225,154,186)
#CB8BA8
(203,139,168)
#B57C96
(181,124,150)
#9F6D84
(159,109,132)
#895E72
(137,94,114)
#734F60
(115,79,96)
#5D404E
(93,64,78)
#47313C
(71,49,60)
#31222A
(49,34,42)
#1B1318
(27,19,24)
#000000
(0,0,0)

Tints of #F7A9CC

#F7A9CC
(247,169,204)
#F7B0D0
(247,176,208)
#F7B7D4
(247,183,212)
#F7BED8
(247,190,216)
#F7C5DC
(247,197,220)
#F7CCE0
(247,204,224)
#F7D3E4
(247,211,228)
#F7DAE8
(247,218,232)
#F7E1EC
(247,225,236)
#F7E8F0
(247,232,240)
#F7EFF4
(247,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7A9CC color. Also use rgb(247,169,204) instead hex code.

Text Font Color

.myTextColor { color: #F7A9CC; }

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

This text font color is #F7A9CC.

Background Color

.myBgColor { background-color: #F7A9CC; }

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

This div background color is #F7A9CC.

Border color

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

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

This div border color is #F7A9CC.

Opacity

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

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

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

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

This text has shadow with #F7A9CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7A9CC.

Preview

Color preview on black background

This text has color #F7A9CC on black background.


Color preview on white background

This text has color #F7A9CC on white background.


Black color preview on #F7A9CC background

This text has black color on #F7A9CC background.


White color preview on #F7A9CC background

This text has white color on #F7A9CC background.


Related colors

Complementary color

Complementary color for #hex is #085633.


I love getcolorcode.com

Triadic colors

1 #CCF7A9 and #A9CCF7 with #F7A9CC are triadic colors.

2 #CCA9F7 and #A9F7CC with #F7A9CC are triadic colors.