COLOR #FA9882

HEX: #FA9882
RGB: (250,152,130)

Color info

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

RGB color model

#FA9882 color RGB value is (250,152,130).

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

RGB channels and saturation

R 250 of 255 = 98%
G 152 of 255 = 60%
B 130 of 255 = 51%

250
152
130

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

Portions of RGB colors in percentages

R + G + B =
250 + 152 + 130 = 532 (100%)
R 250 of 532 ~ 46.99%
G 152 of 532 ~ 28.57%
B 130 of 532 ~ 24.44%

%46.99
%28.57
%24.44

CMYK color model

#FA9882 color CMYK value is (0,39,48,2).

  • cyan value is 0.00%
  • magenta value is 39.20%
  • yellow value is 48.00%
  • key color value is 1.96%
CMYK:
(0,39,48,2)
C0M39Y48K2 
(0%,39%,48%,2%)
(0.00/0.39/0.48/0.02)	

CMYK percentages

%0
%39.2
%48
%1.96

Codes

Color #FA9882 in popluar color models

FA9882
RGB250152130
HSL11°92.31%74.51%
HSB/HSV11°48.00%98.04%
CMYK0.00%39.20%48.00%
1.96%

Color #FA9882 in popluar number systems.

HEXFA9882
Decimal250152130
Binary111110101001100010000010
Octal372230202

Shades and tints

Shades of #FA9882

#FA9882
(250,152,130)
#E48B77
(228,139,119)
#CE7E6C
(206,126,108)
#B87161
(184,113,97)
#A26456
(162,100,86)
#8C574B
(140,87,75)
#764A40
(118,74,64)
#603D35
(96,61,53)
#4A302A
(74,48,42)
#34231F
(52,35,31)
#1E1614
(30,22,20)
#000000
(0,0,0)

Tints of #FA9882

#FA9882
(250,152,130)
#FAA18D
(250,161,141)
#FAAA98
(250,170,152)
#FAB3A3
(250,179,163)
#FABCAE
(250,188,174)
#FAC5B9
(250,197,185)
#FACEC4
(250,206,196)
#FAD7CF
(250,215,207)
#FAE0DA
(250,224,218)
#FAE9E5
(250,233,229)
#FAF2F0
(250,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FA9882; }

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

This text font color is #FA9882.


Background Color

.myBgColor { background-color: #FA9882; }

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

This div background color is #FA9882.


Border color

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

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

This div border color is #FA9882.


Opacity

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

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

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

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

This text has shadow with #FA9882 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA9882 on black background.


Color preview on white background

This text has color #FA9882 on white background.



Black color preview on #FA9882 background

This text has black color on #FA9882 background.


White color preview on #FA9882 background

This text has white color on #FA9882 background.