COLOR #FA82A3

HEX: #FA82A3
RGB: (250,130,163)

Color info

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

RGB color model

#FA82A3 color RGB value is (250,130,163).

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

RGB channels and saturation

R 250 of 255 = 98%
G 130 of 255 = 51%
B 163 of 255 = 64%

250
130
163

R + G + B ~ 71%. #FA82A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 130 + 163 = 543 (100%)
R 250 of 543 ~ 46.04%
G 130 of 543 ~ 23.94%
B 163 of 543 ~ 30.02%

%46.04
%23.94
%30.02

CMYK color model

#FA82A3 color CMYK value is (0,48,35,2).

  • cyan value is 0.00%
  • magenta value is 48.00%
  • yellow value is 34.80%
  • key color value is 1.96%
CMYK:
(0,48,35,2)
C0M48Y35K2 
(0%,48%,35%,2%)
(0.00/0.48/0.35/0.02)	

CMYK percentages

%0
%48
%34.8
%1.96

Codes

Color #FA82A3 in popluar color models

FA82A3
RGB250130163
HSL344°92.31%74.51%
HSB/HSV344°48.00%98.04%
CMYK0.00%48.00%34.80%
1.96%

Color #FA82A3 in popluar number systems.

HEXFA82A3
Decimal250130163
Binary111110101000001010100011
Octal372202243

Shades and tints

Shades of #FA82A3

#FA82A3
(250,130,163)
#E47795
(228,119,149)
#CE6C87
(206,108,135)
#B86179
(184,97,121)
#A2566B
(162,86,107)
#8C4B5D
(140,75,93)
#76404F
(118,64,79)
#603541
(96,53,65)
#4A2A33
(74,42,51)
#341F25
(52,31,37)
#1E1417
(30,20,23)
#000000
(0,0,0)

Tints of #FA82A3

#FA82A3
(250,130,163)
#FA8DAB
(250,141,171)
#FA98B3
(250,152,179)
#FAA3BB
(250,163,187)
#FAAEC3
(250,174,195)
#FAB9CB
(250,185,203)
#FAC4D3
(250,196,211)
#FACFDB
(250,207,219)
#FADAE3
(250,218,227)
#FAE5EB
(250,229,235)
#FAF0F3
(250,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FA82A3; }

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

This text font color is #FA82A3.


Background Color

.myBgColor { background-color: #FA82A3; }

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

This div background color is #FA82A3.


Border color

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

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

This div border color is #FA82A3.


Opacity

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

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

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

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

This text has shadow with #FA82A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA82A3 on black background.


Color preview on white background

This text has color #FA82A3 on white background.



Black color preview on #FA82A3 background

This text has black color on #FA82A3 background.


White color preview on #FA82A3 background

This text has white color on #FA82A3 background.