COLOR #FA9CEE

HEX: #FA9CEE
RGB: (250,156,238)

Color info

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

RGB color model

#FA9CEE color RGB value is (250,156,238).

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

RGB channels and saturation

R 250 of 255 = 98%
G 156 of 255 = 61%
B 238 of 255 = 93%

250
156
238

R + G + B ~ 84%. #FA9CEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 156 + 238 = 644 (100%)
R 250 of 644 ~ 38.82%
G 156 of 644 ~ 24.22%
B 238 of 644 ~ 36.96%

%38.82
%24.22
%36.96

CMYK color model

#FA9CEE color CMYK value is (0,38,5,2).

  • cyan value is 0.00%
  • magenta value is 37.60%
  • yellow value is 4.80%
  • key color value is 1.96%
CMYK:
(0,38,5,2)
C0M38Y5K2 
(0%,38%,5%,2%)
(0.00/0.38/0.05/0.02)	

CMYK percentages

%0
%37.6
%4.8
%1.96

Codes

Color #FA9CEE in popluar color models

FA9CEE
RGB250156238
HSL308°90.38%79.61%
HSB/HSV308°37.60%98.04%
CMYK0.00%37.60%4.80%
1.96%

Color #FA9CEE in popluar number systems.

HEXFA9CEE
Decimal250156238
Binary111110101001110011101110
Octal372234356

Shades and tints

Shades of #FA9CEE

#FA9CEE
(250,156,238)
#E48ED9
(228,142,217)
#CE80C4
(206,128,196)
#B872AF
(184,114,175)
#A2649A
(162,100,154)
#8C5685
(140,86,133)
#764870
(118,72,112)
#603A5B
(96,58,91)
#4A2C46
(74,44,70)
#341E31
(52,30,49)
#1E101C
(30,16,28)
#000000
(0,0,0)

Tints of #FA9CEE

#FA9CEE
(250,156,238)
#FAA5EF
(250,165,239)
#FAAEF0
(250,174,240)
#FAB7F1
(250,183,241)
#FAC0F2
(250,192,242)
#FAC9F3
(250,201,243)
#FAD2F4
(250,210,244)
#FADBF5
(250,219,245)
#FAE4F6
(250,228,246)
#FAEDF7
(250,237,247)
#FAF6F8
(250,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FA9CEE; }

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

This text font color is #FA9CEE.


Background Color

.myBgColor { background-color: #FA9CEE; }

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

This div background color is #FA9CEE.


Border color

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

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

This div border color is #FA9CEE.


Opacity

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

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

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

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

This text has shadow with #FA9CEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA9CEE on black background.


Color preview on white background

This text has color #FA9CEE on white background.



Black color preview on #FA9CEE background

This text has black color on #FA9CEE background.


White color preview on #FA9CEE background

This text has white color on #FA9CEE background.