COLOR #F9A7B4

HEX: #F9A7B4
RGB: (249,167,180)

Color info

#F9A7B4 contains mainly red color. Web safe color of #F9A7B4 is #FF99CC (or #F9C).

RGB color model

#F9A7B4 color RGB value is (249,167,180).

  • red value is 249;
  • green value is 167;
  • blue value is 180.
RGB:
(249,167,180)
(98%,65%,71%)

RGB channels and saturation

R 249 of 255 = 98%
G 167 of 255 = 65%
B 180 of 255 = 71%

249
167
180

R + G + B ~ 78%. #F9A7B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 167 + 180 = 596 (100%)
R 249 of 596 ~ 41.78%
G 167 of 596 ~ 28.02%
B 180 of 596 ~ 30.2%

%41.78
%28.02
%30.2

CMYK color model

#F9A7B4 color CMYK value is (0,33,28,2).

  • cyan value is 0.00%
  • magenta value is 32.93%
  • yellow value is 27.71%
  • key color value is 2.35%
CMYK:
(0,33,28,2)
C0M33Y28K2 
(0%,33%,28%,2%)
(0.00/0.33/0.28/0.02)	

CMYK percentages

%0
%32.93
%27.71
%2.35

Codes

Color #F9A7B4 in popluar color models

F9A7B4
RGB249167180
HSL350°87.23%81.57%
HSB/HSV350°32.93%97.65%
CMYK0.00%32.93%27.71%
2.35%

Color #F9A7B4 in popluar number systems.

HEXF9A7B4
Decimal249167180
Binary111110011010011110110100
Octal371247264

Shades and tints

Shades of #F9A7B4

#F9A7B4
(249,167,180)
#E398A4
(227,152,164)
#CD8994
(205,137,148)
#B77A84
(183,122,132)
#A16B74
(161,107,116)
#8B5C64
(139,92,100)
#754D54
(117,77,84)
#5F3E44
(95,62,68)
#492F34
(73,47,52)
#332024
(51,32,36)
#1D1114
(29,17,20)
#000000
(0,0,0)

Tints of #F9A7B4

#F9A7B4
(249,167,180)
#F9AFBA
(249,175,186)
#F9B7C0
(249,183,192)
#F9BFC6
(249,191,198)
#F9C7CC
(249,199,204)
#F9CFD2
(249,207,210)
#F9D7D8
(249,215,216)
#F9DFDE
(249,223,222)
#F9E7E4
(249,231,228)
#F9EFEA
(249,239,234)
#F9F7F0
(249,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9A7B4; }

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

This text font color is #F9A7B4.


Background Color

.myBgColor { background-color: #F9A7B4; }

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

This div background color is #F9A7B4.


Border color

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

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

This div border color is #F9A7B4.


Opacity

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

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

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

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

This text has shadow with #F9A7B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9A7B4 on black background.


Color preview on white background

This text has color #F9A7B4 on white background.



Black color preview on #F9A7B4 background

This text has black color on #F9A7B4 background.


White color preview on #F9A7B4 background

This text has white color on #F9A7B4 background.