COLOR #FA8985

HEX: #FA8985
RGB: (250,137,133)

Color info

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

RGB color model

#FA8985 color RGB value is (250,137,133).

  • red value is 250;
  • green value is 137;
  • blue value is 133.
RGB:
(250,137,133)
(98%,54%,52%)

RGB channels and saturation

R 250 of 255 = 98%
G 137 of 255 = 54%
B 133 of 255 = 52%

250
137
133

R + G + B ~ 68%. #FA8985 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 137 + 133 = 520 (100%)
R 250 of 520 ~ 48.08%
G 137 of 520 ~ 26.35%
B 133 of 520 ~ 25.58%

%48.08
%26.35
%25.58

CMYK color model

#FA8985 color CMYK value is (0,45,47,2).

  • cyan value is 0.00%
  • magenta value is 45.20%
  • yellow value is 46.80%
  • key color value is 1.96%
CMYK:
(0,45,47,2)
C0M45Y47K2 
(0%,45%,47%,2%)
(0.00/0.45/0.47/0.02)	

CMYK percentages

%0
%45.2
%46.8
%1.96

Codes

Color #FA8985 in popluar color models

FA8985
RGB250137133
HSL92.13%75.10%
HSB/HSV46.80%98.04%
CMYK0.00%45.20%46.80%
1.96%

Color #FA8985 in popluar number systems.

HEXFA8985
Decimal250137133
Binary111110101000100110000101
Octal372211205

Shades and tints

Shades of #FA8985

#FA8985
(250,137,133)
#E47D79
(228,125,121)
#CE716D
(206,113,109)
#B86561
(184,101,97)
#A25955
(162,89,85)
#8C4D49
(140,77,73)
#76413D
(118,65,61)
#603531
(96,53,49)
#4A2925
(74,41,37)
#341D19
(52,29,25)
#1E110D
(30,17,13)
#000000
(0,0,0)

Tints of #FA8985

#FA8985
(250,137,133)
#FA9390
(250,147,144)
#FA9D9B
(250,157,155)
#FAA7A6
(250,167,166)
#FAB1B1
(250,177,177)
#FABBBC
(250,187,188)
#FAC5C7
(250,197,199)
#FACFD2
(250,207,210)
#FAD9DD
(250,217,221)
#FAE3E8
(250,227,232)
#FAEDF3
(250,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA8985 color. Also use rgb(250,137,133) instead hex code.

Text Font Color

.myTextColor { color: #FA8985; }

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

This text font color is #FA8985.


Background Color

.myBgColor { background-color: #FA8985; }

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

This div background color is #FA8985.


Border color

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

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

This div border color is #FA8985.


Opacity

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

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

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

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

This text has shadow with #FA8985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA8985 on black background.


Color preview on white background

This text has color #FA8985 on white background.



Black color preview on #FA8985 background

This text has black color on #FA8985 background.


White color preview on #FA8985 background

This text has white color on #FA8985 background.