COLOR #FA85B7

HEX: #FA85B7
RGB: (250,133,183)

Color info

#FA85B7 contains mainly red color. Web safe color of #FA85B7 is #FF99CC (or #F9C).

RGB color model

#FA85B7 color RGB value is (250,133,183).

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

RGB channels and saturation

R 250 of 255 = 98%
G 133 of 255 = 52%
B 183 of 255 = 72%

250
133
183

R + G + B ~ 74%. #FA85B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 133 + 183 = 566 (100%)
R 250 of 566 ~ 44.17%
G 133 of 566 ~ 23.5%
B 183 of 566 ~ 32.33%

%44.17
%23.5
%32.33

CMYK color model

#FA85B7 color CMYK value is (0,47,27,2).

  • cyan value is 0.00%
  • magenta value is 46.80%
  • yellow value is 26.80%
  • key color value is 1.96%
CMYK:
(0,47,27,2)
C0M47Y27K2 
(0%,47%,27%,2%)
(0.00/0.47/0.27/0.02)	

CMYK percentages

%0
%46.8
%26.8
%1.96

Codes

Color #FA85B7 in popluar color models

FA85B7
RGB250133183
HSL334°92.13%75.10%
HSB/HSV334°46.80%98.04%
CMYK0.00%46.80%26.80%
1.96%

Color #FA85B7 in popluar number systems.

HEXFA85B7
Decimal250133183
Binary111110101000010110110111
Octal372205267

Shades and tints

Shades of #FA85B7

#FA85B7
(250,133,183)
#E479A7
(228,121,167)
#CE6D97
(206,109,151)
#B86187
(184,97,135)
#A25577
(162,85,119)
#8C4967
(140,73,103)
#763D57
(118,61,87)
#603147
(96,49,71)
#4A2537
(74,37,55)
#341927
(52,25,39)
#1E0D17
(30,13,23)
#000000
(0,0,0)

Tints of #FA85B7

#FA85B7
(250,133,183)
#FA90BD
(250,144,189)
#FA9BC3
(250,155,195)
#FAA6C9
(250,166,201)
#FAB1CF
(250,177,207)
#FABCD5
(250,188,213)
#FAC7DB
(250,199,219)
#FAD2E1
(250,210,225)
#FADDE7
(250,221,231)
#FAE8ED
(250,232,237)
#FAF3F3
(250,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FA85B7; }

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

This text font color is #FA85B7.


Background Color

.myBgColor { background-color: #FA85B7; }

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

This div background color is #FA85B7.


Border color

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

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

This div border color is #FA85B7.


Opacity

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

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

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

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

This text has shadow with #FA85B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA85B7 on black background.


Color preview on white background

This text has color #FA85B7 on white background.



Black color preview on #FA85B7 background

This text has black color on #FA85B7 background.


White color preview on #FA85B7 background

This text has white color on #FA85B7 background.