COLOR #FA91EC

HEX: #FA91EC
RGB: (250,145,236)

Color info

#FA91EC contains mainly red and blue colors. Web safe color of #FA91EC is #FF99FF (or #F9F).

RGB color model

#FA91EC color RGB value is (250,145,236).

  • red value is 250;
  • green value is 145;
  • blue value is 236.
RGB:
(250,145,236)
(98%,57%,93%)

RGB channels and saturation

R 250 of 255 = 98%
G 145 of 255 = 57%
B 236 of 255 = 93%

250
145
236

R + G + B ~ 83%. #FA91EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 145 + 236 = 631 (100%)
R 250 of 631 ~ 39.62%
G 145 of 631 ~ 22.98%
B 236 of 631 ~ 37.4%

%39.62
%22.98
%37.4

CMYK color model

#FA91EC color CMYK value is (0,42,6,2).

  • cyan value is 0.00%
  • magenta value is 42.00%
  • yellow value is 5.60%
  • key color value is 1.96%
CMYK:
(0,42,6,2)
C0M42Y6K2 
(0%,42%,6%,2%)
(0.00/0.42/0.06/0.02)	

CMYK percentages

%0
%42
%5.6
%1.96

Codes

Color #FA91EC in popluar color models

FA91EC
RGB250145236
HSL308°91.30%77.45%
HSB/HSV308°42.00%98.04%
CMYK0.00%42.00%5.60%
1.96%

Color #FA91EC in popluar number systems.

HEXFA91EC
Decimal250145236
Binary111110101001000111101100
Octal372221354

Shades and tints

Shades of #FA91EC

#FA91EC
(250,145,236)
#E484D7
(228,132,215)
#CE77C2
(206,119,194)
#B86AAD
(184,106,173)
#A25D98
(162,93,152)
#8C5083
(140,80,131)
#76436E
(118,67,110)
#603659
(96,54,89)
#4A2944
(74,41,68)
#341C2F
(52,28,47)
#1E0F1A
(30,15,26)
#000000
(0,0,0)

Tints of #FA91EC

#FA91EC
(250,145,236)
#FA9BED
(250,155,237)
#FAA5EE
(250,165,238)
#FAAFEF
(250,175,239)
#FAB9F0
(250,185,240)
#FAC3F1
(250,195,241)
#FACDF2
(250,205,242)
#FAD7F3
(250,215,243)
#FAE1F4
(250,225,244)
#FAEBF5
(250,235,245)
#FAF5F6
(250,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA91EC color. Also use rgb(250,145,236) instead hex code.

Text Font Color

.myTextColor { color: #FA91EC; }

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

This text font color is #FA91EC.


Background Color

.myBgColor { background-color: #FA91EC; }

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

This div background color is #FA91EC.


Border color

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

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

This div border color is #FA91EC.


Opacity

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

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

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

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

This text has shadow with #FA91EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA91EC on black background.


Color preview on white background

This text has color #FA91EC on white background.



Black color preview on #FA91EC background

This text has black color on #FA91EC background.


White color preview on #FA91EC background

This text has white color on #FA91EC background.