COLOR #FAA7E3

HEX: #FAA7E3
RGB: (250,167,227)

Color info

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

RGB color model

#FAA7E3 color RGB value is (250,167,227).

  • red value is 250;
  • green value is 167;
  • blue value is 227.
RGB:
(250,167,227)
(98%,65%,89%)

RGB channels and saturation

R 250 of 255 = 98%
G 167 of 255 = 65%
B 227 of 255 = 89%

250
167
227

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

Portions of RGB colors in percentages

R + G + B =
250 + 167 + 227 = 644 (100%)
R 250 of 644 ~ 38.82%
G 167 of 644 ~ 25.93%
B 227 of 644 ~ 35.25%

%38.82
%25.93
%35.25

CMYK color model

#FAA7E3 color CMYK value is (0,33,9,2).

  • cyan value is 0.00%
  • magenta value is 33.20%
  • yellow value is 9.20%
  • key color value is 1.96%
CMYK:
(0,33,9,2)
C0M33Y9K2 
(0%,33%,9%,2%)
(0.00/0.33/0.09/0.02)	

CMYK percentages

%0
%33.2
%9.2
%1.96

Codes

Color #FAA7E3 in popluar color models

FAA7E3
RGB250167227
HSL317°89.25%81.76%
HSB/HSV317°33.20%98.04%
CMYK0.00%33.20%9.20%
1.96%

Color #FAA7E3 in popluar number systems.

HEXFAA7E3
Decimal250167227
Binary111110101010011111100011
Octal372247343

Shades and tints

Shades of #FAA7E3

#FAA7E3
(250,167,227)
#E498CF
(228,152,207)
#CE89BB
(206,137,187)
#B87AA7
(184,122,167)
#A26B93
(162,107,147)
#8C5C7F
(140,92,127)
#764D6B
(118,77,107)
#603E57
(96,62,87)
#4A2F43
(74,47,67)
#34202F
(52,32,47)
#1E111B
(30,17,27)
#000000
(0,0,0)

Tints of #FAA7E3

#FAA7E3
(250,167,227)
#FAAFE5
(250,175,229)
#FAB7E7
(250,183,231)
#FABFE9
(250,191,233)
#FAC7EB
(250,199,235)
#FACFED
(250,207,237)
#FAD7EF
(250,215,239)
#FADFF1
(250,223,241)
#FAE7F3
(250,231,243)
#FAEFF5
(250,239,245)
#FAF7F7
(250,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAA7E3 color. Also use rgb(250,167,227) instead hex code.

Text Font Color

.myTextColor { color: #FAA7E3; }

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

This text font color is #FAA7E3.


Background Color

.myBgColor { background-color: #FAA7E3; }

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

This div background color is #FAA7E3.


Border color

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

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

This div border color is #FAA7E3.


Opacity

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

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

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

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

This text has shadow with #FAA7E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAA7E3 on black background.


Color preview on white background

This text has color #FAA7E3 on white background.



Black color preview on #FAA7E3 background

This text has black color on #FAA7E3 background.


White color preview on #FAA7E3 background

This text has white color on #FAA7E3 background.