COLOR #FAA1E6

HEX: #FAA1E6 RGB: (250,161,230)

Color info

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

RGB color model

#FAA1E6 color RGB value is (250,161,230).

RGB: (250,161,230) (98%, 63%, 90%)

RGB channels and saturation

R 250 of 255 = 98%
G 161 of 255 = 63%
B 230 of 255 = 90%

250
161
230

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

Portions of RGB colors in percentages

R + G + B = 250 + 161 + 230 = 641 (100%)
R 250 of 641 ~ 39%
G 161 of 641 ~ 25.12%
B 230 of 641 ~ 35.88'%

%39
%25.12
%35.88

CMYK color model

#FAA1E6 color CMYK value is (0,36,8,2).

  • cyan value is 0.00%
  • magenta value is 35.60%
  • yellow value is 8.00%
  • key color value is 1.96%

CMYK: (0,36,8,2)
C0M36Y8K2 (0%, 36%, 8%, 2%)
(0.00 / 0.36 / 0.08 / 0.02)

CMYK percentages

%0
%35.6
%8
%1.96

Codes

Color #FAA1E6 in popluar color models

FA A1 E6
RGB 250 161 230
HSL 313° 89.90% 80.59%
HSB/HSV 313° 35.60% 98.04%
CMYK 0.00% 35.60% 8.00%
1.96%

Color #FAA1E6 in popluar number systems.

HEX FA A1 E6
Decimal 250 161 230
Binary 11111010 10100001 11100110
Octal 372 241 346

Shades and tints

Shades of #FAA1E6

#FAA1E6
(250,161,230)
#E493D2
(228,147,210)
#CE85BE
(206,133,190)
#B877AA
(184,119,170)
#A26996
(162,105,150)
#8C5B82
(140,91,130)
#764D6E
(118,77,110)
#603F5A
(96,63,90)
#4A3146
(74,49,70)
#342332
(52,35,50)
#1E151E
(30,21,30)
#000000
(0,0,0)

Tints of #FAA1E6

#FAA1E6
(250,161,230)
#FAA9E8
(250,169,232)
#FAB1EA
(250,177,234)
#FAB9EC
(250,185,236)
#FAC1EE
(250,193,238)
#FAC9F0
(250,201,240)
#FAD1F2
(250,209,242)
#FAD9F4
(250,217,244)
#FAE1F6
(250,225,246)
#FAE9F8
(250,233,248)
#FAF1FA
(250,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAA1E6 color. Also use rgb(250,161,230) instead hex code.

Text Font Color

.myTextColor { color: #FAA1E6; }

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

This text font color is #FAA1E6.

Background Color

.myBgColor { background-color: #FAA1E6; }

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

This div background color is #FAA1E6.

Border color

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

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

This div border color is #FAA1E6.

Opacity

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

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

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

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

This text has shadow with #FAA1E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAA1E6.

Preview

Color preview on black background

This text has color #FAA1E6 on black background.


Color preview on white background

This text has color #FAA1E6 on white background.


Black color preview on #FAA1E6 background

This text has black color on #FAA1E6 background.


White color preview on #FAA1E6 background

This text has white color on #FAA1E6 background.


Related colors

Complementary color

Complementary color for #hex is #055E19.


I love getcolorcode.com

Triadic colors

1 #E6FAA1 and #A1E6FA with #FAA1E6 are triadic colors.

2 #E6A1FA and #A1FAE6 with #FAA1E6 are triadic colors.