COLOR #FAA3EE

HEX: #FAA3EE
RGB: (250,163,238)

Color info

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

RGB color model

#FAA3EE color RGB value is (250,163,238).

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

RGB channels and saturation

R 250 of 255 = 98%
G 163 of 255 = 64%
B 238 of 255 = 93%

250
163
238

R + G + B ~ 85%. #FAA3EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 163 + 238 = 651 (100%)
R 250 of 651 ~ 38.4%
G 163 of 651 ~ 25.04%
B 238 of 651 ~ 36.56%

%38.4
%25.04
%36.56

CMYK color model

#FAA3EE color CMYK value is (0,35,5,2).

  • cyan value is 0.00%
  • magenta value is 34.80%
  • yellow value is 4.80%
  • key color value is 1.96%
CMYK:
(0,35,5,2)
C0M35Y5K2 
(0%,35%,5%,2%)
(0.00/0.35/0.05/0.02)	

CMYK percentages

%0
%34.8
%4.8
%1.96

Codes

Color #FAA3EE in popluar color models

FAA3EE
RGB250163238
HSL308°89.69%80.98%
HSB/HSV308°34.80%98.04%
CMYK0.00%34.80%4.80%
1.96%

Color #FAA3EE in popluar number systems.

HEXFAA3EE
Decimal250163238
Binary111110101010001111101110
Octal372243356

Shades and tints

Shades of #FAA3EE

#FAA3EE
(250,163,238)
#E495D9
(228,149,217)
#CE87C4
(206,135,196)
#B879AF
(184,121,175)
#A26B9A
(162,107,154)
#8C5D85
(140,93,133)
#764F70
(118,79,112)
#60415B
(96,65,91)
#4A3346
(74,51,70)
#342531
(52,37,49)
#1E171C
(30,23,28)
#000000
(0,0,0)

Tints of #FAA3EE

#FAA3EE
(250,163,238)
#FAABEF
(250,171,239)
#FAB3F0
(250,179,240)
#FABBF1
(250,187,241)
#FAC3F2
(250,195,242)
#FACBF3
(250,203,243)
#FAD3F4
(250,211,244)
#FADBF5
(250,219,245)
#FAE3F6
(250,227,246)
#FAEBF7
(250,235,247)
#FAF3F8
(250,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAA3EE; }

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

This text font color is #FAA3EE.


Background Color

.myBgColor { background-color: #FAA3EE; }

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

This div background color is #FAA3EE.


Border color

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

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

This div border color is #FAA3EE.


Opacity

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

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

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

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

This text has shadow with #FAA3EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAA3EE on black background.


Color preview on white background

This text has color #FAA3EE on white background.



Black color preview on #FAA3EE background

This text has black color on #FAA3EE background.


White color preview on #FAA3EE background

This text has white color on #FAA3EE background.