COLOR #FAA687

HEX: #FAA687 RGB: (250,166,135)

Color info

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

RGB color model

#FAA687 color RGB value is (250,166,135).

RGB: (250,166,135) (98%, 65%, 53%)

RGB channels and saturation

R 250 of 255 = 98%
G 166 of 255 = 65%
B 135 of 255 = 53%

250
166
135

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

Portions of RGB colors in percentages

R + G + B = 250 + 166 + 135 = 551 (100%)
R 250 of 551 ~ 45.37%
G 166 of 551 ~ 30.13%
B 135 of 551 ~ 24.5'%

%45.37
%30.13
%24.5

CMYK color model

#FAA687 color CMYK value is (0,34,46,2).

  • cyan value is 0.00%
  • magenta value is 33.60%
  • yellow value is 46.00%
  • key color value is 1.96%

CMYK: (0,34,46,2)
C0M34Y46K2 (0%, 34%, 46%, 2%)
(0.00 / 0.34 / 0.46 / 0.02)

CMYK percentages

%0
%33.6
%46
%1.96

Codes

Color #FAA687 in popluar color models

FA A6 87
RGB 250 166 135
HSL 16° 92.00% 75.49%
HSB/HSV 16° 46.00% 98.04%
CMYK 0.00% 33.60% 46.00%
1.96%

Color #FAA687 in popluar number systems.

HEX FA A6 87
Decimal 250 166 135
Binary 11111010 10100110 10000111
Octal 372 246 207

Shades and tints

Shades of #FAA687

#FAA687
(250,166,135)
#E4977B
(228,151,123)
#CE886F
(206,136,111)
#B87963
(184,121,99)
#A26A57
(162,106,87)
#8C5B4B
(140,91,75)
#764C3F
(118,76,63)
#603D33
(96,61,51)
#4A2E27
(74,46,39)
#341F1B
(52,31,27)
#1E100F
(30,16,15)
#000000
(0,0,0)

Tints of #FAA687

#FAA687
(250,166,135)
#FAAE91
(250,174,145)
#FAB69B
(250,182,155)
#FABEA5
(250,190,165)
#FAC6AF
(250,198,175)
#FACEB9
(250,206,185)
#FAD6C3
(250,214,195)
#FADECD
(250,222,205)
#FAE6D7
(250,230,215)
#FAEEE1
(250,238,225)
#FAF6EB
(250,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAA687 color. Also use rgb(250,166,135) instead hex code.

Text Font Color

.myTextColor { color: #FAA687; }

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

This text font color is #FAA687.

Background Color

.myBgColor { background-color: #FAA687; }

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

This div background color is #FAA687.

Border color

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

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

This div border color is #FAA687.

Opacity

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

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

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

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

This text has shadow with #FAA687 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAA687.

Preview

Color preview on black background

This text has color #FAA687 on black background.


Color preview on white background

This text has color #FAA687 on white background.


Black color preview on #FAA687 background

This text has black color on #FAA687 background.


White color preview on #FAA687 background

This text has white color on #FAA687 background.


Related colors

Complementary color

Complementary color for #hex is #055978.


I love getcolorcode.com

Triadic colors

1 #87FAA6 and #A687FA with #FAA687 are triadic colors.

2 #87A6FA and #A6FA87 with #FAA687 are triadic colors.