COLOR #FA82B1

HEX: #FA82B1
RGB: (250,130,177)

Color info

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

RGB color model

#FA82B1 color RGB value is (250,130,177).

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

RGB channels and saturation

R 250 of 255 = 98%
G 130 of 255 = 51%
B 177 of 255 = 69%

250
130
177

R + G + B ~ 73%. #FA82B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 130 + 177 = 557 (100%)
R 250 of 557 ~ 44.88%
G 130 of 557 ~ 23.34%
B 177 of 557 ~ 31.78%

%44.88
%23.34
%31.78

CMYK color model

#FA82B1 color CMYK value is (0,48,29,2).

  • cyan value is 0.00%
  • magenta value is 48.00%
  • yellow value is 29.20%
  • key color value is 1.96%
CMYK:
(0,48,29,2)
C0M48Y29K2 
(0%,48%,29%,2%)
(0.00/0.48/0.29/0.02)	

CMYK percentages

%0
%48
%29.2
%1.96

Codes

Color #FA82B1 in popluar color models

FA82B1
RGB250130177
HSL337°92.31%74.51%
HSB/HSV337°48.00%98.04%
CMYK0.00%48.00%29.20%
1.96%

Color #FA82B1 in popluar number systems.

HEXFA82B1
Decimal250130177
Binary111110101000001010110001
Octal372202261

Shades and tints

Shades of #FA82B1

#FA82B1
(250,130,177)
#E477A1
(228,119,161)
#CE6C91
(206,108,145)
#B86181
(184,97,129)
#A25671
(162,86,113)
#8C4B61
(140,75,97)
#764051
(118,64,81)
#603541
(96,53,65)
#4A2A31
(74,42,49)
#341F21
(52,31,33)
#1E1411
(30,20,17)
#000000
(0,0,0)

Tints of #FA82B1

#FA82B1
(250,130,177)
#FA8DB8
(250,141,184)
#FA98BF
(250,152,191)
#FAA3C6
(250,163,198)
#FAAECD
(250,174,205)
#FAB9D4
(250,185,212)
#FAC4DB
(250,196,219)
#FACFE2
(250,207,226)
#FADAE9
(250,218,233)
#FAE5F0
(250,229,240)
#FAF0F7
(250,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FA82B1; }

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

This text font color is #FA82B1.


Background Color

.myBgColor { background-color: #FA82B1; }

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

This div background color is #FA82B1.


Border color

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

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

This div border color is #FA82B1.


Opacity

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

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

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

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

This text has shadow with #FA82B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA82B1 on black background.


Color preview on white background

This text has color #FA82B1 on white background.



Black color preview on #FA82B1 background

This text has black color on #FA82B1 background.


White color preview on #FA82B1 background

This text has white color on #FA82B1 background.