COLOR #FAAA8F

HEX: #FAAA8F RGB: (250,170,143)

Color info

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

RGB color model

#FAAA8F color RGB value is (250,170,143).

RGB: (250,170,143) (98%, 67%, 56%)

RGB channels and saturation

R 250 of 255 = 98%
G 170 of 255 = 67%
B 143 of 255 = 56%

250
170
143

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

Portions of RGB colors in percentages

R + G + B = 250 + 170 + 143 = 563 (100%)
R 250 of 563 ~ 44.4%
G 170 of 563 ~ 30.2%
B 143 of 563 ~ 25.4'%

%44.4
%30.2
%25.4

CMYK color model

#FAAA8F color CMYK value is (0,32,43,2).

  • cyan value is 0.00%
  • magenta value is 32.00%
  • yellow value is 42.80%
  • key color value is 1.96%

CMYK: (0,32,43,2)
C0M32Y43K2 (0%, 32%, 43%, 2%)
(0.00 / 0.32 / 0.43 / 0.02)

CMYK percentages

%0
%32
%42.8
%1.96

Codes

Color #FAAA8F in popluar color models

FA AA 8F
RGB 250 170 143
HSL 15° 91.45% 77.06%
HSB/HSV 15° 42.80% 98.04%
CMYK 0.00% 32.00% 42.80%
1.96%

Color #FAAA8F in popluar number systems.

HEX FA AA 8F
Decimal 250 170 143
Binary 11111010 10101010 10001111
Octal 372 252 217

Shades and tints

Shades of #FAAA8F

#FAAA8F
(250,170,143)
#E49B82
(228,155,130)
#CE8C75
(206,140,117)
#B87D68
(184,125,104)
#A26E5B
(162,110,91)
#8C5F4E
(140,95,78)
#765041
(118,80,65)
#604134
(96,65,52)
#4A3227
(74,50,39)
#34231A
(52,35,26)
#1E140D
(30,20,13)
#000000
(0,0,0)

Tints of #FAAA8F

#FAAA8F
(250,170,143)
#FAB199
(250,177,153)
#FAB8A3
(250,184,163)
#FABFAD
(250,191,173)
#FAC6B7
(250,198,183)
#FACDC1
(250,205,193)
#FAD4CB
(250,212,203)
#FADBD5
(250,219,213)
#FAE2DF
(250,226,223)
#FAE9E9
(250,233,233)
#FAF0F3
(250,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAAA8F color. Also use rgb(250,170,143) instead hex code.

Text Font Color

.myTextColor { color: #FAAA8F; }

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

This text font color is #FAAA8F.

Background Color

.myBgColor { background-color: #FAAA8F; }

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

This div background color is #FAAA8F.

Border color

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

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

This div border color is #FAAA8F.

Opacity

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

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

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

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

This text has shadow with #FAAA8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAAA8F.

Preview

Color preview on black background

This text has color #FAAA8F on black background.


Color preview on white background

This text has color #FAAA8F on white background.


Black color preview on #FAAA8F background

This text has black color on #FAAA8F background.


White color preview on #FAAA8F background

This text has white color on #FAAA8F background.


Related colors

Complementary color

Complementary color for #hex is #055570.


I love getcolorcode.com

Triadic colors

1 #8FFAAA and #AA8FFA with #FAAA8F are triadic colors.

2 #8FAAFA and #AAFA8F with #FAAA8F are triadic colors.