COLOR #FAA8A7

HEX: #FAA8A7 RGB: (250,168,167)

Color info

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

RGB color model

#FAA8A7 color RGB value is (250,168,167).

RGB: (250,168,167) (98%, 66%, 65%)

RGB channels and saturation

R 250 of 255 = 98%
G 168 of 255 = 66%
B 167 of 255 = 65%

250
168
167

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

Portions of RGB colors in percentages

R + G + B = 250 + 168 + 167 = 585 (100%)
R 250 of 585 ~ 42.74%
G 168 of 585 ~ 28.72%
B 167 of 585 ~ 28.55'%

%42.74
%28.72
%28.55

CMYK color model

#FAA8A7 color CMYK value is (0,33,33,2).

  • cyan value is 0.00%
  • magenta value is 32.80%
  • yellow value is 33.20%
  • key color value is 1.96%

CMYK: (0,33,33,2)
C0M33Y33K2 (0%, 33%, 33%, 2%)
(0.00 / 0.33 / 0.33 / 0.02)

CMYK percentages

%0
%32.8
%33.2
%1.96

Codes

Color #FAA8A7 in popluar color models

FA A8 A7
RGB 250 168 167
HSL 89.25% 81.76%
HSB/HSV 33.20% 98.04%
CMYK 0.00% 32.80% 33.20%
1.96%

Color #FAA8A7 in popluar number systems.

HEX FA A8 A7
Decimal 250 168 167
Binary 11111010 10101000 10100111
Octal 372 250 247

Shades and tints

Shades of #FAA8A7

#FAA8A7
(250,168,167)
#E49998
(228,153,152)
#CE8A89
(206,138,137)
#B87B7A
(184,123,122)
#A26C6B
(162,108,107)
#8C5D5C
(140,93,92)
#764E4D
(118,78,77)
#603F3E
(96,63,62)
#4A302F
(74,48,47)
#342120
(52,33,32)
#1E1211
(30,18,17)
#000000
(0,0,0)

Tints of #FAA8A7

#FAA8A7
(250,168,167)
#FAAFAF
(250,175,175)
#FAB6B7
(250,182,183)
#FABDBF
(250,189,191)
#FAC4C7
(250,196,199)
#FACBCF
(250,203,207)
#FAD2D7
(250,210,215)
#FAD9DF
(250,217,223)
#FAE0E7
(250,224,231)
#FAE7EF
(250,231,239)
#FAEEF7
(250,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAA8A7 color. Also use rgb(250,168,167) instead hex code.

Text Font Color

.myTextColor { color: #FAA8A7; }

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

This text font color is #FAA8A7.

Background Color

.myBgColor { background-color: #FAA8A7; }

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

This div background color is #FAA8A7.

Border color

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

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

This div border color is #FAA8A7.

Opacity

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

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

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

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

This text has shadow with #FAA8A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAA8A7.

Preview

Color preview on black background

This text has color #FAA8A7 on black background.


Color preview on white background

This text has color #FAA8A7 on white background.


Black color preview on #FAA8A7 background

This text has black color on #FAA8A7 background.


White color preview on #FAA8A7 background

This text has white color on #FAA8A7 background.


Related colors

Complementary color

Complementary color for #hex is #055758.


I love getcolorcode.com

Triadic colors

1 #A7FAA8 and #A8A7FA with #FAA8A7 are triadic colors.

2 #A7A8FA and #A8FAA7 with #FAA8A7 are triadic colors.