COLOR #FAA9C7

HEX: #FAA9C7
RGB: (250,169,199)

Color info

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

RGB color model

#FAA9C7 color RGB value is (250,169,199).

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

RGB channels and saturation

R 250 of 255 = 98%
G 169 of 255 = 66%
B 199 of 255 = 78%

250
169
199

R + G + B ~ 81%. #FAA9C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 169 + 199 = 618 (100%)
R 250 of 618 ~ 40.45%
G 169 of 618 ~ 27.35%
B 199 of 618 ~ 32.2%

%40.45
%27.35
%32.2

CMYK color model

#FAA9C7 color CMYK value is (0,32,20,2).

  • cyan value is 0.00%
  • magenta value is 32.40%
  • yellow value is 20.40%
  • key color value is 1.96%
CMYK:
(0,32,20,2)
C0M32Y20K2 
(0%,32%,20%,2%)
(0.00/0.32/0.20/0.02)	

CMYK percentages

%0
%32.4
%20.4
%1.96

Codes

Color #FAA9C7 in popluar color models

FAA9C7
RGB250169199
HSL338°89.01%82.16%
HSB/HSV338°32.40%98.04%
CMYK0.00%32.40%20.40%
1.96%

Color #FAA9C7 in popluar number systems.

HEXFAA9C7
Decimal250169199
Binary111110101010100111000111
Octal372251307

Shades and tints

Shades of #FAA9C7

#FAA9C7
(250,169,199)
#E49AB5
(228,154,181)
#CE8BA3
(206,139,163)
#B87C91
(184,124,145)
#A26D7F
(162,109,127)
#8C5E6D
(140,94,109)
#764F5B
(118,79,91)
#604049
(96,64,73)
#4A3137
(74,49,55)
#342225
(52,34,37)
#1E1313
(30,19,19)
#000000
(0,0,0)

Tints of #FAA9C7

#FAA9C7
(250,169,199)
#FAB0CC
(250,176,204)
#FAB7D1
(250,183,209)
#FABED6
(250,190,214)
#FAC5DB
(250,197,219)
#FACCE0
(250,204,224)
#FAD3E5
(250,211,229)
#FADAEA
(250,218,234)
#FAE1EF
(250,225,239)
#FAE8F4
(250,232,244)
#FAEFF9
(250,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAA9C7; }

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

This text font color is #FAA9C7.


Background Color

.myBgColor { background-color: #FAA9C7; }

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

This div background color is #FAA9C7.


Border color

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

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

This div border color is #FAA9C7.


Opacity

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

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

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

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

This text has shadow with #FAA9C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAA9C7 on black background.


Color preview on white background

This text has color #FAA9C7 on white background.



Black color preview on #FAA9C7 background

This text has black color on #FAA9C7 background.


White color preview on #FAA9C7 background

This text has white color on #FAA9C7 background.