COLOR #F9A49D

HEX: #F9A49D RGB: (249,164,157)

Color info

#F9A49D contains mainly red color. Web safe color of #F9A49D is #FF9999 (or #F99).

RGB color model

#F9A49D color RGB value is (249,164,157).

RGB: (249,164,157) (98%, 64%, 62%)

RGB channels and saturation

R 249 of 255 = 98%
G 164 of 255 = 64%
B 157 of 255 = 62%

249
164
157

R + G + B ~ 75%. #F9A49D is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 164 + 157 = 570 (100%)
R 249 of 570 ~ 43.68%
G 164 of 570 ~ 28.77%
B 157 of 570 ~ 27.54'%

%43.68
%28.77
%27.54

CMYK color model

#F9A49D color CMYK value is (0,34,37,2).

  • cyan value is 0.00%
  • magenta value is 34.14%
  • yellow value is 36.95%
  • key color value is 2.35%

CMYK: (0,34,37,2)
C0M34Y37K2 (0%, 34%, 37%, 2%)
(0.00 / 0.34 / 0.37 / 0.02)

CMYK percentages

%0
%34.14
%36.95
%2.35

Codes

Color #F9A49D in popluar color models

F9 A4 9D
RGB 249 164 157
HSL 88.46% 79.61%
HSB/HSV 36.95% 97.65%
CMYK 0.00% 34.14% 36.95%
2.35%

Color #F9A49D in popluar number systems.

HEX F9 A4 9D
Decimal 249 164 157
Binary 11111001 10100100 10011101
Octal 371 244 235

Shades and tints

Shades of #F9A49D

#F9A49D
(249,164,157)
#E3968F
(227,150,143)
#CD8881
(205,136,129)
#B77A73
(183,122,115)
#A16C65
(161,108,101)
#8B5E57
(139,94,87)
#755049
(117,80,73)
#5F423B
(95,66,59)
#49342D
(73,52,45)
#33261F
(51,38,31)
#1D1811
(29,24,17)
#000000
(0,0,0)

Tints of #F9A49D

#F9A49D
(249,164,157)
#F9ACA5
(249,172,165)
#F9B4AD
(249,180,173)
#F9BCB5
(249,188,181)
#F9C4BD
(249,196,189)
#F9CCC5
(249,204,197)
#F9D4CD
(249,212,205)
#F9DCD5
(249,220,213)
#F9E4DD
(249,228,221)
#F9ECE5
(249,236,229)
#F9F4ED
(249,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9A49D color. Also use rgb(249,164,157) instead hex code.

Text Font Color

.myTextColor { color: #F9A49D; }

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

This text font color is #F9A49D.

Background Color

.myBgColor { background-color: #F9A49D; }

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

This div background color is #F9A49D.

Border color

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

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

This div border color is #F9A49D.

Opacity

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

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

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

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

This text has shadow with #F9A49D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9A49D.

Preview

Color preview on black background

This text has color #F9A49D on black background.


Color preview on white background

This text has color #F9A49D on white background.


Black color preview on #F9A49D background

This text has black color on #F9A49D background.


White color preview on #F9A49D background

This text has white color on #F9A49D background.


Related colors

Complementary color

Complementary color for #hex is #065B62.


I love getcolorcode.com

Triadic colors

1 #9DF9A4 and #A49DF9 with #F9A49D are triadic colors.

2 #9DA4F9 and #A4F99D with #F9A49D are triadic colors.