COLOR #F9AAA4

HEX: #F9AAA4
RGB: (249,170,164)

Color info

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

RGB color model

#F9AAA4 color RGB value is (249,170,164).

  • red value is 249;
  • green value is 170;
  • blue value is 164.
RGB:
(249,170,164)
(98%,67%,64%)

RGB channels and saturation

R 249 of 255 = 98%
G 170 of 255 = 67%
B 164 of 255 = 64%

249
170
164

R + G + B ~ 76%. #F9AAA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 170 + 164 = 583 (100%)
R 249 of 583 ~ 42.71%
G 170 of 583 ~ 29.16%
B 164 of 583 ~ 28.13%

%42.71
%29.16
%28.13

CMYK color model

#F9AAA4 color CMYK value is (0,32,34,2).

  • cyan value is 0.00%
  • magenta value is 31.73%
  • yellow value is 34.14%
  • key color value is 2.35%
CMYK:
(0,32,34,2)
C0M32Y34K2 
(0%,32%,34%,2%)
(0.00/0.32/0.34/0.02)	

CMYK percentages

%0
%31.73
%34.14
%2.35

Codes

Color #F9AAA4 in popluar color models

F9AAA4
RGB249170164
HSL87.63%80.98%
HSB/HSV34.14%97.65%
CMYK0.00%31.73%34.14%
2.35%

Color #F9AAA4 in popluar number systems.

HEXF9AAA4
Decimal249170164
Binary111110011010101010100100
Octal371252244

Shades and tints

Shades of #F9AAA4

#F9AAA4
(249,170,164)
#E39B96
(227,155,150)
#CD8C88
(205,140,136)
#B77D7A
(183,125,122)
#A16E6C
(161,110,108)
#8B5F5E
(139,95,94)
#755050
(117,80,80)
#5F4142
(95,65,66)
#493234
(73,50,52)
#332326
(51,35,38)
#1D1418
(29,20,24)
#000000
(0,0,0)

Tints of #F9AAA4

#F9AAA4
(249,170,164)
#F9B1AC
(249,177,172)
#F9B8B4
(249,184,180)
#F9BFBC
(249,191,188)
#F9C6C4
(249,198,196)
#F9CDCC
(249,205,204)
#F9D4D4
(249,212,212)
#F9DBDC
(249,219,220)
#F9E2E4
(249,226,228)
#F9E9EC
(249,233,236)
#F9F0F4
(249,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9AAA4; }

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

This text font color is #F9AAA4.


Background Color

.myBgColor { background-color: #F9AAA4; }

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

This div background color is #F9AAA4.


Border color

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

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

This div border color is #F9AAA4.


Opacity

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

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

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

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

This text has shadow with #F9AAA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9AAA4 on black background.


Color preview on white background

This text has color #F9AAA4 on white background.



Black color preview on #F9AAA4 background

This text has black color on #F9AAA4 background.


White color preview on #F9AAA4 background

This text has white color on #F9AAA4 background.