COLOR #F4A49E

HEX: #F4A49E RGB: (244,164,158)

Color info

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

RGB color model

#F4A49E color RGB value is (244,164,158).

RGB: (244,164,158) (96%, 64%, 62%)

RGB channels and saturation

R 244 of 255 = 96%
G 164 of 255 = 64%
B 158 of 255 = 62%

244
164
158

R + G + B ~ 74%. #F4A49E is quite light color.

Portions of RGB colors in percentages

R + G + B = 244 + 164 + 158 = 566 (100%)
R 244 of 566 ~ 43.11%
G 164 of 566 ~ 28.98%
B 158 of 566 ~ 27.92'%

%43.11
%28.98
%27.92

CMYK color model

#F4A49E color CMYK value is (0,33,35,4).

  • cyan value is 0.00%
  • magenta value is 32.79%
  • yellow value is 35.25%
  • key color value is 4.31%

CMYK: (0,33,35,4)
C0M33Y35K4 (0%, 33%, 35%, 4%)
(0.00 / 0.33 / 0.35 / 0.04)

CMYK percentages

%0
%32.79
%35.25
%4.31

Codes

Color #F4A49E in popluar color models

F4 A4 9E
RGB 244 164 158
HSL 79.63% 78.82%
HSB/HSV 35.25% 95.69%
CMYK 0.00% 32.79% 35.25%
4.31%

Color #F4A49E in popluar number systems.

HEX F4 A4 9E
Decimal 244 164 158
Binary 11110100 10100100 10011110
Octal 364 244 236

Shades and tints

Shades of #F4A49E

#F4A49E
(244,164,158)
#DE9690
(222,150,144)
#C88882
(200,136,130)
#B27A74
(178,122,116)
#9C6C66
(156,108,102)
#865E58
(134,94,88)
#70504A
(112,80,74)
#5A423C
(90,66,60)
#44342E
(68,52,46)
#2E2620
(46,38,32)
#181812
(24,24,18)
#000000
(0,0,0)

Tints of #F4A49E

#F4A49E
(244,164,158)
#F5ACA6
(245,172,166)
#F6B4AE
(246,180,174)
#F7BCB6
(247,188,182)
#F8C4BE
(248,196,190)
#F9CCC6
(249,204,198)
#FAD4CE
(250,212,206)
#FBDCD6
(251,220,214)
#FCE4DE
(252,228,222)
#FDECE6
(253,236,230)
#FEF4EE
(254,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4A49E color. Also use rgb(244,164,158) instead hex code.

Text Font Color

.myTextColor { color: #F4A49E; }

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

This text font color is #F4A49E.

Background Color

.myBgColor { background-color: #F4A49E; }

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

This div background color is #F4A49E.

Border color

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

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

This div border color is #F4A49E.

Opacity

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

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

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

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

This text has shadow with #F4A49E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4A49E.

Preview

Color preview on black background

This text has color #F4A49E on black background.


Color preview on white background

This text has color #F4A49E on white background.


Black color preview on #F4A49E background

This text has black color on #F4A49E background.


White color preview on #F4A49E background

This text has white color on #F4A49E background.


Related colors

Complementary color

Complementary color for #hex is #0B5B61.


I love getcolorcode.com

Triadic colors

1 #9EF4A4 and #A49EF4 with #F4A49E are triadic colors.

2 #9EA4F4 and #A4F49E with #F4A49E are triadic colors.