COLOR #FAAAF1

HEX: #FAAAF1 RGB: (250,170,241)

Color info

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

RGB color model

#FAAAF1 color RGB value is (250,170,241).

RGB: (250,170,241) (98%, 67%, 95%)

RGB channels and saturation

R 250 of 255 = 98%
G 170 of 255 = 67%
B 241 of 255 = 95%

250
170
241

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

Portions of RGB colors in percentages

R + G + B = 250 + 170 + 241 = 661 (100%)
R 250 of 661 ~ 37.82%
G 170 of 661 ~ 25.72%
B 241 of 661 ~ 36.46'%

%37.82
%25.72
%36.46

CMYK color model

#FAAAF1 color CMYK value is (0,32,4,2).

  • cyan value is 0.00%
  • magenta value is 32.00%
  • yellow value is 3.60%
  • key color value is 1.96%

CMYK: (0,32,4,2)
C0M32Y4K2 (0%, 32%, 4%, 2%)
(0.00 / 0.32 / 0.04 / 0.02)

CMYK percentages

%0
%32
%3.6
%1.96

Codes

Color #FAAAF1 in popluar color models

FA AA F1
RGB 250 170 241
HSL 307° 88.89% 82.35%
HSB/HSV 307° 32.00% 98.04%
CMYK 0.00% 32.00% 3.60%
1.96%

Color #FAAAF1 in popluar number systems.

HEX FA AA F1
Decimal 250 170 241
Binary 11111010 10101010 11110001
Octal 372 252 361

Shades and tints

Shades of #FAAAF1

#FAAAF1
(250,170,241)
#E49BDC
(228,155,220)
#CE8CC7
(206,140,199)
#B87DB2
(184,125,178)
#A26E9D
(162,110,157)
#8C5F88
(140,95,136)
#765073
(118,80,115)
#60415E
(96,65,94)
#4A3249
(74,50,73)
#342334
(52,35,52)
#1E141F
(30,20,31)
#000000
(0,0,0)

Tints of #FAAAF1

#FAAAF1
(250,170,241)
#FAB1F2
(250,177,242)
#FAB8F3
(250,184,243)
#FABFF4
(250,191,244)
#FAC6F5
(250,198,245)
#FACDF6
(250,205,246)
#FAD4F7
(250,212,247)
#FADBF8
(250,219,248)
#FAE2F9
(250,226,249)
#FAE9FA
(250,233,250)
#FAF0FB
(250,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAAAF1 color. Also use rgb(250,170,241) instead hex code.

Text Font Color

.myTextColor { color: #FAAAF1; }

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

This text font color is #FAAAF1.

Background Color

.myBgColor { background-color: #FAAAF1; }

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

This div background color is #FAAAF1.

Border color

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

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

This div border color is #FAAAF1.

Opacity

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

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

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

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

This text has shadow with #FAAAF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAAAF1.

Preview

Color preview on black background

This text has color #FAAAF1 on black background.


Color preview on white background

This text has color #FAAAF1 on white background.


Black color preview on #FAAAF1 background

This text has black color on #FAAAF1 background.


White color preview on #FAAAF1 background

This text has white color on #FAAAF1 background.


Related colors

Complementary color

Complementary color for #hex is #05550E.


I love getcolorcode.com

Triadic colors

1 #F1FAAA and #AAF1FA with #FAAAF1 are triadic colors.

2 #F1AAFA and #AAFAF1 with #FAAAF1 are triadic colors.