COLOR #F7A9BF

HEX: #F7A9BF
RGB: (247,169,191)

Color info

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

RGB color model

#F7A9BF color RGB value is (247,169,191).

  • red value is 247;
  • green value is 169;
  • blue value is 191.
RGB:
(247,169,191)
(97%,66%,75%)

RGB channels and saturation

R 247 of 255 = 97%
G 169 of 255 = 66%
B 191 of 255 = 75%

247
169
191

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

Portions of RGB colors in percentages

R + G + B =
247 + 169 + 191 = 607 (100%)
R 247 of 607 ~ 40.69%
G 169 of 607 ~ 27.84%
B 191 of 607 ~ 31.47%

%40.69
%27.84
%31.47

CMYK color model

#F7A9BF color CMYK value is (0,32,23,3).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 22.67%
  • key color value is 3.14%
CMYK:
(0,32,23,3)
C0M32Y23K3 
(0%,32%,23%,3%)
(0.00/0.32/0.23/0.03)	

CMYK percentages

%0
%31.58
%22.67
%3.14

Codes

Color #F7A9BF in popluar color models

F7A9BF
RGB247169191
HSL343°82.98%81.57%
HSB/HSV343°31.58%96.86%
CMYK0.00%31.58%22.67%
3.14%

Color #F7A9BF in popluar number systems.

HEXF7A9BF
Decimal247169191
Binary111101111010100110111111
Octal367251277

Shades and tints

Shades of #F7A9BF

#F7A9BF
(247,169,191)
#E19AAE
(225,154,174)
#CB8B9D
(203,139,157)
#B57C8C
(181,124,140)
#9F6D7B
(159,109,123)
#895E6A
(137,94,106)
#734F59
(115,79,89)
#5D4048
(93,64,72)
#473137
(71,49,55)
#312226
(49,34,38)
#1B1315
(27,19,21)
#000000
(0,0,0)

Tints of #F7A9BF

#F7A9BF
(247,169,191)
#F7B0C4
(247,176,196)
#F7B7C9
(247,183,201)
#F7BECE
(247,190,206)
#F7C5D3
(247,197,211)
#F7CCD8
(247,204,216)
#F7D3DD
(247,211,221)
#F7DAE2
(247,218,226)
#F7E1E7
(247,225,231)
#F7E8EC
(247,232,236)
#F7EFF1
(247,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7A9BF; }

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

This text font color is #F7A9BF.


Background Color

.myBgColor { background-color: #F7A9BF; }

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

This div background color is #F7A9BF.


Border color

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

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

This div border color is #F7A9BF.


Opacity

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

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

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

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

This text has shadow with #F7A9BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7A9BF on black background.


Color preview on white background

This text has color #F7A9BF on white background.



Black color preview on #F7A9BF background

This text has black color on #F7A9BF background.


White color preview on #F7A9BF background

This text has white color on #F7A9BF background.