COLOR #F9AA93

HEX: #F9AA93
RGB: (249,170,147)

Color info

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

RGB color model

#F9AA93 color RGB value is (249,170,147).

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

RGB channels and saturation

R 249 of 255 = 98%
G 170 of 255 = 67%
B 147 of 255 = 58%

249
170
147

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

Portions of RGB colors in percentages

R + G + B =
249 + 170 + 147 = 566 (100%)
R 249 of 566 ~ 43.99%
G 170 of 566 ~ 30.04%
B 147 of 566 ~ 25.97%

%43.99
%30.04
%25.97

CMYK color model

#F9AA93 color CMYK value is (0,32,41,2).

  • cyan value is 0.00%
  • magenta value is 31.73%
  • yellow value is 40.96%
  • key color value is 2.35%
CMYK:
(0,32,41,2)
C0M32Y41K2 
(0%,32%,41%,2%)
(0.00/0.32/0.41/0.02)	

CMYK percentages

%0
%31.73
%40.96
%2.35

Codes

Color #F9AA93 in popluar color models

F9AA93
RGB249170147
HSL14°89.47%77.65%
HSB/HSV14°40.96%97.65%
CMYK0.00%31.73%40.96%
2.35%

Color #F9AA93 in popluar number systems.

HEXF9AA93
Decimal249170147
Binary111110011010101010010011
Octal371252223

Shades and tints

Shades of #F9AA93

#F9AA93
(249,170,147)
#E39B86
(227,155,134)
#CD8C79
(205,140,121)
#B77D6C
(183,125,108)
#A16E5F
(161,110,95)
#8B5F52
(139,95,82)
#755045
(117,80,69)
#5F4138
(95,65,56)
#49322B
(73,50,43)
#33231E
(51,35,30)
#1D1411
(29,20,17)
#000000
(0,0,0)

Tints of #F9AA93

#F9AA93
(249,170,147)
#F9B19C
(249,177,156)
#F9B8A5
(249,184,165)
#F9BFAE
(249,191,174)
#F9C6B7
(249,198,183)
#F9CDC0
(249,205,192)
#F9D4C9
(249,212,201)
#F9DBD2
(249,219,210)
#F9E2DB
(249,226,219)
#F9E9E4
(249,233,228)
#F9F0ED
(249,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9AA93; }

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

This text font color is #F9AA93.


Background Color

.myBgColor { background-color: #F9AA93; }

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

This div background color is #F9AA93.


Border color

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

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

This div border color is #F9AA93.


Opacity

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

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

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

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

This text has shadow with #F9AA93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9AA93 on black background.


Color preview on white background

This text has color #F9AA93 on white background.



Black color preview on #F9AA93 background

This text has black color on #F9AA93 background.


White color preview on #F9AA93 background

This text has white color on #F9AA93 background.