COLOR #FA6FEE

HEX: #FA6FEE
RGB: (250,111,238)

Color info

#FA6FEE contains mainly red and blue colors. Web safe color of #FA6FEE is #FF66FF (or #F6F).

RGB color model

#FA6FEE color RGB value is (250,111,238).

  • red value is 250;
  • green value is 111;
  • blue value is 238.
RGB:
(250,111,238)
(98%,44%,93%)

RGB channels and saturation

R 250 of 255 = 98%
G 111 of 255 = 44%
B 238 of 255 = 93%

250
111
238

R + G + B ~ 78%. #FA6FEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 111 + 238 = 599 (100%)
R 250 of 599 ~ 41.74%
G 111 of 599 ~ 18.53%
B 238 of 599 ~ 39.73%

%41.74
%18.53
%39.73

CMYK color model

#FA6FEE color CMYK value is (0,56,5,2).

  • cyan value is 0.00%
  • magenta value is 55.60%
  • yellow value is 4.80%
  • key color value is 1.96%
CMYK:
(0,56,5,2)
C0M56Y5K2 
(0%,56%,5%,2%)
(0.00/0.56/0.05/0.02)	

CMYK percentages

%0
%55.6
%4.8
%1.96

Codes

Color #FA6FEE in popluar color models

FA6FEE
RGB250111238
HSL305°93.29%70.78%
HSB/HSV305°55.60%98.04%
CMYK0.00%55.60%4.80%
1.96%

Color #FA6FEE in popluar number systems.

HEXFA6FEE
Decimal250111238
Binary11111010110111111101110
Octal372157356

Shades and tints

Shades of #FA6FEE

#FA6FEE
(250,111,238)
#E465D9
(228,101,217)
#CE5BC4
(206,91,196)
#B851AF
(184,81,175)
#A2479A
(162,71,154)
#8C3D85
(140,61,133)
#763370
(118,51,112)
#60295B
(96,41,91)
#4A1F46
(74,31,70)
#341531
(52,21,49)
#1E0B1C
(30,11,28)
#000000
(0,0,0)

Tints of #FA6FEE

#FA6FEE
(250,111,238)
#FA7CEF
(250,124,239)
#FA89F0
(250,137,240)
#FA96F1
(250,150,241)
#FAA3F2
(250,163,242)
#FAB0F3
(250,176,243)
#FABDF4
(250,189,244)
#FACAF5
(250,202,245)
#FAD7F6
(250,215,246)
#FAE4F7
(250,228,247)
#FAF1F8
(250,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA6FEE color. Also use rgb(250,111,238) instead hex code.

Text Font Color

.myTextColor { color: #FA6FEE; }

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

This text font color is #FA6FEE.


Background Color

.myBgColor { background-color: #FA6FEE; }

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

This div background color is #FA6FEE.


Border color

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

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

This div border color is #FA6FEE.


Opacity

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

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

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

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

This text has shadow with #FA6FEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA6FEE on black background.


Color preview on white background

This text has color #FA6FEE on white background.



Black color preview on #FA6FEE background

This text has black color on #FA6FEE background.


White color preview on #FA6FEE background

This text has white color on #FA6FEE background.