COLOR #FA87CE

HEX: #FA87CE
RGB: (250,135,206)

Color info

#FA87CE contains mainly red and blue colors. Web safe color of #FA87CE is #FF99CC (or #F9C).

RGB color model

#FA87CE color RGB value is (250,135,206).

  • red value is 250;
  • green value is 135;
  • blue value is 206.
RGB:
(250,135,206)
(98%,53%,81%)

RGB channels and saturation

R 250 of 255 = 98%
G 135 of 255 = 53%
B 206 of 255 = 81%

250
135
206

R + G + B ~ 77%. #FA87CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 135 + 206 = 591 (100%)
R 250 of 591 ~ 42.3%
G 135 of 591 ~ 22.84%
B 206 of 591 ~ 34.86%

%42.3
%22.84
%34.86

CMYK color model

#FA87CE color CMYK value is (0,46,18,2).

  • cyan value is 0.00%
  • magenta value is 46.00%
  • yellow value is 17.60%
  • key color value is 1.96%
CMYK:
(0,46,18,2)
C0M46Y18K2 
(0%,46%,18%,2%)
(0.00/0.46/0.18/0.02)	

CMYK percentages

%0
%46
%17.6
%1.96

Codes

Color #FA87CE in popluar color models

FA87CE
RGB250135206
HSL323°92.00%75.49%
HSB/HSV323°46.00%98.04%
CMYK0.00%46.00%17.60%
1.96%

Color #FA87CE in popluar number systems.

HEXFA87CE
Decimal250135206
Binary111110101000011111001110
Octal372207316

Shades and tints

Shades of #FA87CE

#FA87CE
(250,135,206)
#E47BBC
(228,123,188)
#CE6FAA
(206,111,170)
#B86398
(184,99,152)
#A25786
(162,87,134)
#8C4B74
(140,75,116)
#763F62
(118,63,98)
#603350
(96,51,80)
#4A273E
(74,39,62)
#341B2C
(52,27,44)
#1E0F1A
(30,15,26)
#000000
(0,0,0)

Tints of #FA87CE

#FA87CE
(250,135,206)
#FA91D2
(250,145,210)
#FA9BD6
(250,155,214)
#FAA5DA
(250,165,218)
#FAAFDE
(250,175,222)
#FAB9E2
(250,185,226)
#FAC3E6
(250,195,230)
#FACDEA
(250,205,234)
#FAD7EE
(250,215,238)
#FAE1F2
(250,225,242)
#FAEBF6
(250,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA87CE color. Also use rgb(250,135,206) instead hex code.

Text Font Color

.myTextColor { color: #FA87CE; }

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

This text font color is #FA87CE.


Background Color

.myBgColor { background-color: #FA87CE; }

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

This div background color is #FA87CE.


Border color

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

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

This div border color is #FA87CE.


Opacity

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

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

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

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

This text has shadow with #FA87CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA87CE on black background.


Color preview on white background

This text has color #FA87CE on white background.



Black color preview on #FA87CE background

This text has black color on #FA87CE background.


White color preview on #FA87CE background

This text has white color on #FA87CE background.