COLOR #F9B4A7

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

Color info

#F9B4A7 contains mainly red color. Web safe color of #F9B4A7 is #FFCC99 (or #FC9).

RGB color model

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

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

RGB channels and saturation

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

249
180
167

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

Portions of RGB colors in percentages

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

%41.78
%30.2
%28.02

CMYK color model

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

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

CMYK percentages

%0
%27.71
%32.93
%2.35

Codes

Color #F9B4A7 in popluar color models

F9B4A7
RGB249180167
HSL10°87.23%81.57%
HSB/HSV10°32.93%97.65%
CMYK0.00%27.71%32.93%
2.35%

Color #F9B4A7 in popluar number systems.

HEXF9B4A7
Decimal249180167
Binary111110011011010010100111
Octal371264247

Shades and tints

Shades of #F9B4A7

#F9B4A7
(249,180,167)
#E3A498
(227,164,152)
#CD9489
(205,148,137)
#B7847A
(183,132,122)
#A1746B
(161,116,107)
#8B645C
(139,100,92)
#75544D
(117,84,77)
#5F443E
(95,68,62)
#49342F
(73,52,47)
#332420
(51,36,32)
#1D1411
(29,20,17)
#000000
(0,0,0)

Tints of #F9B4A7

#F9B4A7
(249,180,167)
#F9BAAF
(249,186,175)
#F9C0B7
(249,192,183)
#F9C6BF
(249,198,191)
#F9CCC7
(249,204,199)
#F9D2CF
(249,210,207)
#F9D8D7
(249,216,215)
#F9DEDF
(249,222,223)
#F9E4E7
(249,228,231)
#F9EAEF
(249,234,239)
#F9F0F7
(249,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9B4A7; }

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

This text font color is #F9B4A7.


Background Color

.myBgColor { background-color: #F9B4A7; }

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

This div background color is #F9B4A7.


Border color

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

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

This div border color is #F9B4A7.


Opacity

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

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

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

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

This text has shadow with #F9B4A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9B4A7 on black background.


Color preview on white background

This text has color #F9B4A7 on white background.



Black color preview on #F9B4A7 background

This text has black color on #F9B4A7 background.


White color preview on #F9B4A7 background

This text has white color on #F9B4A7 background.