COLOR #FA9887

HEX: #FA9887
RGB: (250,152,135)

Color info

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

RGB color model

#FA9887 color RGB value is (250,152,135).

  • red value is 250;
  • green value is 152;
  • blue value is 135.
RGB:
(250,152,135)
(98%,60%,53%)

RGB channels and saturation

R 250 of 255 = 98%
G 152 of 255 = 60%
B 135 of 255 = 53%

250
152
135

R + G + B ~ 70%. #FA9887 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 152 + 135 = 537 (100%)
R 250 of 537 ~ 46.55%
G 152 of 537 ~ 28.31%
B 135 of 537 ~ 25.14%

%46.55
%28.31
%25.14

CMYK color model

#FA9887 color CMYK value is (0,39,46,2).

  • cyan value is 0.00%
  • magenta value is 39.20%
  • yellow value is 46.00%
  • key color value is 1.96%
CMYK:
(0,39,46,2)
C0M39Y46K2 
(0%,39%,46%,2%)
(0.00/0.39/0.46/0.02)	

CMYK percentages

%0
%39.2
%46
%1.96

Codes

Color #FA9887 in popluar color models

FA9887
RGB250152135
HSL92.00%75.49%
HSB/HSV46.00%98.04%
CMYK0.00%39.20%46.00%
1.96%

Color #FA9887 in popluar number systems.

HEXFA9887
Decimal250152135
Binary111110101001100010000111
Octal372230207

Shades and tints

Shades of #FA9887

#FA9887
(250,152,135)
#E48B7B
(228,139,123)
#CE7E6F
(206,126,111)
#B87163
(184,113,99)
#A26457
(162,100,87)
#8C574B
(140,87,75)
#764A3F
(118,74,63)
#603D33
(96,61,51)
#4A3027
(74,48,39)
#34231B
(52,35,27)
#1E160F
(30,22,15)
#000000
(0,0,0)

Tints of #FA9887

#FA9887
(250,152,135)
#FAA191
(250,161,145)
#FAAA9B
(250,170,155)
#FAB3A5
(250,179,165)
#FABCAF
(250,188,175)
#FAC5B9
(250,197,185)
#FACEC3
(250,206,195)
#FAD7CD
(250,215,205)
#FAE0D7
(250,224,215)
#FAE9E1
(250,233,225)
#FAF2EB
(250,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FA9887; }

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

This text font color is #FA9887.


Background Color

.myBgColor { background-color: #FA9887; }

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

This div background color is #FA9887.


Border color

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

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

This div border color is #FA9887.


Opacity

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

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

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

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

This text has shadow with #FA9887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA9887 on black background.


Color preview on white background

This text has color #FA9887 on white background.



Black color preview on #FA9887 background

This text has black color on #FA9887 background.


White color preview on #FA9887 background

This text has white color on #FA9887 background.