COLOR #F9A7C5

HEX: #F9A7C5 RGB: (249,167,197)

Color info

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

RGB color model

#F9A7C5 color RGB value is (249,167,197).

RGB: (249,167,197) (98%, 65%, 77%)

RGB channels and saturation

R 249 of 255 = 98%
G 167 of 255 = 65%
B 197 of 255 = 77%

249
167
197

R + G + B ~ 80%. #F9A7C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 167 + 197 = 613 (100%)
R 249 of 613 ~ 40.62%
G 167 of 613 ~ 27.24%
B 197 of 613 ~ 32.14'%

%40.62
%27.24
%32.14

CMYK color model

#F9A7C5 color CMYK value is (0,33,21,2).

  • cyan value is 0.00%
  • magenta value is 32.93%
  • yellow value is 20.88%
  • key color value is 2.35%

CMYK: (0,33,21,2)
C0M33Y21K2 (0%, 33%, 21%, 2%)
(0.00 / 0.33 / 0.21 / 0.02)

CMYK percentages

%0
%32.93
%20.88
%2.35

Codes

Color #F9A7C5 in popluar color models

F9 A7 C5
RGB 249 167 197
HSL 338° 87.23% 81.57%
HSB/HSV 338° 32.93% 97.65%
CMYK 0.00% 32.93% 20.88%
2.35%

Color #F9A7C5 in popluar number systems.

HEX F9 A7 C5
Decimal 249 167 197
Binary 11111001 10100111 11000101
Octal 371 247 305

Shades and tints

Shades of #F9A7C5

#F9A7C5
(249,167,197)
#E398B4
(227,152,180)
#CD89A3
(205,137,163)
#B77A92
(183,122,146)
#A16B81
(161,107,129)
#8B5C70
(139,92,112)
#754D5F
(117,77,95)
#5F3E4E
(95,62,78)
#492F3D
(73,47,61)
#33202C
(51,32,44)
#1D111B
(29,17,27)
#000000
(0,0,0)

Tints of #F9A7C5

#F9A7C5
(249,167,197)
#F9AFCA
(249,175,202)
#F9B7CF
(249,183,207)
#F9BFD4
(249,191,212)
#F9C7D9
(249,199,217)
#F9CFDE
(249,207,222)
#F9D7E3
(249,215,227)
#F9DFE8
(249,223,232)
#F9E7ED
(249,231,237)
#F9EFF2
(249,239,242)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9A7C5 color. Also use rgb(249,167,197) instead hex code.

Text Font Color

.myTextColor { color: #F9A7C5; }

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

This text font color is #F9A7C5.

Background Color

.myBgColor { background-color: #F9A7C5; }

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

This div background color is #F9A7C5.

Border color

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

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

This div border color is #F9A7C5.

Opacity

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

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

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

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

This text has shadow with #F9A7C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9A7C5.

Preview

Color preview on black background

This text has color #F9A7C5 on black background.


Color preview on white background

This text has color #F9A7C5 on white background.


Black color preview on #F9A7C5 background

This text has black color on #F9A7C5 background.


White color preview on #F9A7C5 background

This text has white color on #F9A7C5 background.


Related colors

Complementary color

Complementary color for #hex is #06583A.


I love getcolorcode.com

Triadic colors

1 #C5F9A7 and #A7C5F9 with #F9A7C5 are triadic colors.

2 #C5A7F9 and #A7F9C5 with #F9A7C5 are triadic colors.