COLOR #FA9ED1

HEX: #FA9ED1 RGB: (250,158,209)

Color info

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

RGB color model

#FA9ED1 color RGB value is (250,158,209).

RGB: (250,158,209) (98%, 62%, 82%)

RGB channels and saturation

R 250 of 255 = 98%
G 158 of 255 = 62%
B 209 of 255 = 82%

250
158
209

R + G + B ~ 81%. #FA9ED1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 158 + 209 = 617 (100%)
R 250 of 617 ~ 40.52%
G 158 of 617 ~ 25.61%
B 209 of 617 ~ 33.87'%

%40.52
%25.61
%33.87

CMYK color model

#FA9ED1 color CMYK value is (0,37,16,2).

  • cyan value is 0.00%
  • magenta value is 36.80%
  • yellow value is 16.40%
  • key color value is 1.96%

CMYK: (0,37,16,2)
C0M37Y16K2 (0%, 37%, 16%, 2%)
(0.00 / 0.37 / 0.16 / 0.02)

CMYK percentages

%0
%36.8
%16.4
%1.96

Codes

Color #FA9ED1 in popluar color models

FA 9E D1
RGB 250 158 209
HSL 327° 90.20% 80.00%
HSB/HSV 327° 36.80% 98.04%
CMYK 0.00% 36.80% 16.40%
1.96%

Color #FA9ED1 in popluar number systems.

HEX FA 9E D1
Decimal 250 158 209
Binary 11111010 10011110 11010001
Octal 372 236 321

Shades and tints

Shades of #FA9ED1

#FA9ED1
(250,158,209)
#E490BE
(228,144,190)
#CE82AB
(206,130,171)
#B87498
(184,116,152)
#A26685
(162,102,133)
#8C5872
(140,88,114)
#764A5F
(118,74,95)
#603C4C
(96,60,76)
#4A2E39
(74,46,57)
#342026
(52,32,38)
#1E1213
(30,18,19)
#000000
(0,0,0)

Tints of #FA9ED1

#FA9ED1
(250,158,209)
#FAA6D5
(250,166,213)
#FAAED9
(250,174,217)
#FAB6DD
(250,182,221)
#FABEE1
(250,190,225)
#FAC6E5
(250,198,229)
#FACEE9
(250,206,233)
#FAD6ED
(250,214,237)
#FADEF1
(250,222,241)
#FAE6F5
(250,230,245)
#FAEEF9
(250,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA9ED1 color. Also use rgb(250,158,209) instead hex code.

Text Font Color

.myTextColor { color: #FA9ED1; }

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

This text font color is #FA9ED1.

Background Color

.myBgColor { background-color: #FA9ED1; }

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

This div background color is #FA9ED1.

Border color

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

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

This div border color is #FA9ED1.

Opacity

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

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

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

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

This text has shadow with #FA9ED1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FA9ED1.

Preview

Color preview on black background

This text has color #FA9ED1 on black background.


Color preview on white background

This text has color #FA9ED1 on white background.


Black color preview on #FA9ED1 background

This text has black color on #FA9ED1 background.


White color preview on #FA9ED1 background

This text has white color on #FA9ED1 background.


Related colors

Complementary color

Complementary color for #hex is #05612E.


I love getcolorcode.com

Triadic colors

1 #D1FA9E and #9ED1FA with #FA9ED1 are triadic colors.

2 #D19EFA and #9EFAD1 with #FA9ED1 are triadic colors.