COLOR #FAA5F9

HEX: #FAA5F9 RGB: (250,165,249)

Color info

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

RGB color model

#FAA5F9 color RGB value is (250,165,249).

RGB: (250,165,249) (98%, 65%, 98%)

RGB channels and saturation

R 250 of 255 = 98%
G 165 of 255 = 65%
B 249 of 255 = 98%

250
165
249

R + G + B ~ 87%. #FAA5F9 is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 165 + 249 = 664 (100%)
R 250 of 664 ~ 37.65%
G 165 of 664 ~ 24.85%
B 249 of 664 ~ 37.5'%

%37.65
%24.85
%37.5

CMYK color model

#FAA5F9 color CMYK value is (0,34,0,2).

  • cyan value is 0.00%
  • magenta value is 34.00%
  • yellow value is 0.40%
  • key color value is 1.96%

CMYK: (0,34,0,2)
C0M34Y0K2 (0%, 34%, 0%, 2%)
(0.00 / 0.34 / 0.00 / 0.02)

CMYK percentages

%0
%34
%0.4
%1.96

Codes

Color #FAA5F9 in popluar color models

FA A5 F9
RGB 250 165 249
HSL 301° 89.47% 81.37%
HSB/HSV 301° 34.00% 98.04%
CMYK 0.00% 34.00% 0.40%
1.96%

Color #FAA5F9 in popluar number systems.

HEX FA A5 F9
Decimal 250 165 249
Binary 11111010 10100101 11111001
Octal 372 245 371

Shades and tints

Shades of #FAA5F9

#FAA5F9
(250,165,249)
#E496E3
(228,150,227)
#CE87CD
(206,135,205)
#B878B7
(184,120,183)
#A269A1
(162,105,161)
#8C5A8B
(140,90,139)
#764B75
(118,75,117)
#603C5F
(96,60,95)
#4A2D49
(74,45,73)
#341E33
(52,30,51)
#1E0F1D
(30,15,29)
#000000
(0,0,0)

Tints of #FAA5F9

#FAA5F9
(250,165,249)
#FAADF9
(250,173,249)
#FAB5F9
(250,181,249)
#FABDF9
(250,189,249)
#FAC5F9
(250,197,249)
#FACDF9
(250,205,249)
#FAD5F9
(250,213,249)
#FADDF9
(250,221,249)
#FAE5F9
(250,229,249)
#FAEDF9
(250,237,249)
#FAF5F9
(250,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAA5F9 color. Also use rgb(250,165,249) instead hex code.

Text Font Color

.myTextColor { color: #FAA5F9; }

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

This text font color is #FAA5F9.

Background Color

.myBgColor { background-color: #FAA5F9; }

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

This div background color is #FAA5F9.

Border color

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

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

This div border color is #FAA5F9.

Opacity

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

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

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

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

This text has shadow with #FAA5F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAA5F9.

Preview

Color preview on black background

This text has color #FAA5F9 on black background.


Color preview on white background

This text has color #FAA5F9 on white background.


Black color preview on #FAA5F9 background

This text has black color on #FAA5F9 background.


White color preview on #FAA5F9 background

This text has white color on #FAA5F9 background.


Related colors

Complementary color

Complementary color for #hex is #055A06.


I love getcolorcode.com

Triadic colors

1 #F9FAA5 and #A5F9FA with #FAA5F9 are triadic colors.

2 #F9A5FA and #A5FAF9 with #FAA5F9 are triadic colors.