COLOR #FAA9C5

HEX: #FAA9C5
RGB: (250,169,197)

Color info

#FAA9C5 contains mainly red and blue colors. Web safe color of #FAA9C5 is #FF99CC (or #F9C).

RGB color model

#FAA9C5 color RGB value is (250,169,197).

  • red value is 250;
  • green value is 169;
  • blue value is 197.
RGB:
(250,169,197)
(98%,66%,77%)

RGB channels and saturation

R 250 of 255 = 98%
G 169 of 255 = 66%
B 197 of 255 = 77%

250
169
197

R + G + B ~ 80%. #FAA9C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 169 + 197 = 616 (100%)
R 250 of 616 ~ 40.58%
G 169 of 616 ~ 27.44%
B 197 of 616 ~ 31.98%

%40.58
%27.44
%31.98

CMYK color model

#FAA9C5 color CMYK value is (0,32,21,2).

  • cyan value is 0.00%
  • magenta value is 32.40%
  • yellow value is 21.20%
  • key color value is 1.96%
CMYK:
(0,32,21,2)
C0M32Y21K2 
(0%,32%,21%,2%)
(0.00/0.32/0.21/0.02)	

CMYK percentages

%0
%32.4
%21.2
%1.96

Codes

Color #FAA9C5 in popluar color models

FAA9C5
RGB250169197
HSL339°89.01%82.16%
HSB/HSV339°32.40%98.04%
CMYK0.00%32.40%21.20%
1.96%

Color #FAA9C5 in popluar number systems.

HEXFAA9C5
Decimal250169197
Binary111110101010100111000101
Octal372251305

Shades and tints

Shades of #FAA9C5

#FAA9C5
(250,169,197)
#E49AB4
(228,154,180)
#CE8BA3
(206,139,163)
#B87C92
(184,124,146)
#A26D81
(162,109,129)
#8C5E70
(140,94,112)
#764F5F
(118,79,95)
#60404E
(96,64,78)
#4A313D
(74,49,61)
#34222C
(52,34,44)
#1E131B
(30,19,27)
#000000
(0,0,0)

Tints of #FAA9C5

#FAA9C5
(250,169,197)
#FAB0CA
(250,176,202)
#FAB7CF
(250,183,207)
#FABED4
(250,190,212)
#FAC5D9
(250,197,217)
#FACCDE
(250,204,222)
#FAD3E3
(250,211,227)
#FADAE8
(250,218,232)
#FAE1ED
(250,225,237)
#FAE8F2
(250,232,242)
#FAEFF7
(250,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAA9C5 color. Also use rgb(250,169,197) instead hex code.

Text Font Color

.myTextColor { color: #FAA9C5; }

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

This text font color is #FAA9C5.


Background Color

.myBgColor { background-color: #FAA9C5; }

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

This div background color is #FAA9C5.


Border color

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

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

This div border color is #FAA9C5.


Opacity

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

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

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

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

This text has shadow with #FAA9C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAA9C5 on black background.


Color preview on white background

This text has color #FAA9C5 on white background.



Black color preview on #FAA9C5 background

This text has black color on #FAA9C5 background.


White color preview on #FAA9C5 background

This text has white color on #FAA9C5 background.