COLOR #FAA988

HEX: #FAA988
RGB: (250,169,136)

Color info

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

RGB color model

#FAA988 color RGB value is (250,169,136).

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

RGB channels and saturation

R 250 of 255 = 98%
G 169 of 255 = 66%
B 136 of 255 = 53%

250
169
136

R + G + B ~ 72%. #FAA988 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 169 + 136 = 555 (100%)
R 250 of 555 ~ 45.05%
G 169 of 555 ~ 30.45%
B 136 of 555 ~ 24.5%

%45.05
%30.45
%24.5

CMYK color model

#FAA988 color CMYK value is (0,32,46,2).

  • cyan value is 0.00%
  • magenta value is 32.40%
  • yellow value is 45.60%
  • key color value is 1.96%
CMYK:
(0,32,46,2)
C0M32Y46K2 
(0%,32%,46%,2%)
(0.00/0.32/0.46/0.02)	

CMYK percentages

%0
%32.4
%45.6
%1.96

Codes

Color #FAA988 in popluar color models

FAA988
RGB250169136
HSL17°91.94%75.69%
HSB/HSV17°45.60%98.04%
CMYK0.00%32.40%45.60%
1.96%

Color #FAA988 in popluar number systems.

HEXFAA988
Decimal250169136
Binary111110101010100110001000
Octal372251210

Shades and tints

Shades of #FAA988

#FAA988
(250,169,136)
#E49A7C
(228,154,124)
#CE8B70
(206,139,112)
#B87C64
(184,124,100)
#A26D58
(162,109,88)
#8C5E4C
(140,94,76)
#764F40
(118,79,64)
#604034
(96,64,52)
#4A3128
(74,49,40)
#34221C
(52,34,28)
#1E1310
(30,19,16)
#000000
(0,0,0)

Tints of #FAA988

#FAA988
(250,169,136)
#FAB092
(250,176,146)
#FAB79C
(250,183,156)
#FABEA6
(250,190,166)
#FAC5B0
(250,197,176)
#FACCBA
(250,204,186)
#FAD3C4
(250,211,196)
#FADACE
(250,218,206)
#FAE1D8
(250,225,216)
#FAE8E2
(250,232,226)
#FAEFEC
(250,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAA988; }

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

This text font color is #FAA988.


Background Color

.myBgColor { background-color: #FAA988; }

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

This div background color is #FAA988.


Border color

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

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

This div border color is #FAA988.


Opacity

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

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

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

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

This text has shadow with #FAA988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAA988 on black background.


Color preview on white background

This text has color #FAA988 on white background.



Black color preview on #FAA988 background

This text has black color on #FAA988 background.


White color preview on #FAA988 background

This text has white color on #FAA988 background.