COLOR #FAAED7

HEX: #FAAED7 RGB: (250,174,215)

Color info

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

RGB color model

#FAAED7 color RGB value is (250,174,215).

RGB: (250,174,215) (98%, 68%, 84%)

RGB channels and saturation

R 250 of 255 = 98%
G 174 of 255 = 68%
B 215 of 255 = 84%

250
174
215

R + G + B ~ 83%. #FAAED7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 174 + 215 = 639 (100%)
R 250 of 639 ~ 39.12%
G 174 of 639 ~ 27.23%
B 215 of 639 ~ 33.65'%

%39.12
%27.23
%33.65

CMYK color model

#FAAED7 color CMYK value is (0,30,14,2).

  • cyan value is 0.00%
  • magenta value is 30.40%
  • yellow value is 14.00%
  • key color value is 1.96%

CMYK: (0,30,14,2)
C0M30Y14K2 (0%, 30%, 14%, 2%)
(0.00 / 0.30 / 0.14 / 0.02)

CMYK percentages

%0
%30.4
%14
%1.96

Codes

Color #FAAED7 in popluar color models

FA AE D7
RGB 250 174 215
HSL 328° 88.37% 83.14%
HSB/HSV 328° 30.40% 98.04%
CMYK 0.00% 30.40% 14.00%
1.96%

Color #FAAED7 in popluar number systems.

HEX FA AE D7
Decimal 250 174 215
Binary 11111010 10101110 11010111
Octal 372 256 327

Shades and tints

Shades of #FAAED7

#FAAED7
(250,174,215)
#E49FC4
(228,159,196)
#CE90B1
(206,144,177)
#B8819E
(184,129,158)
#A2728B
(162,114,139)
#8C6378
(140,99,120)
#765465
(118,84,101)
#604552
(96,69,82)
#4A363F
(74,54,63)
#34272C
(52,39,44)
#1E1819
(30,24,25)
#000000
(0,0,0)

Tints of #FAAED7

#FAAED7
(250,174,215)
#FAB5DA
(250,181,218)
#FABCDD
(250,188,221)
#FAC3E0
(250,195,224)
#FACAE3
(250,202,227)
#FAD1E6
(250,209,230)
#FAD8E9
(250,216,233)
#FADFEC
(250,223,236)
#FAE6EF
(250,230,239)
#FAEDF2
(250,237,242)
#FAF4F5
(250,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAAED7 color. Also use rgb(250,174,215) instead hex code.

Text Font Color

.myTextColor { color: #FAAED7; }

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

This text font color is #FAAED7.

Background Color

.myBgColor { background-color: #FAAED7; }

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

This div background color is #FAAED7.

Border color

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

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

This div border color is #FAAED7.

Opacity

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

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

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

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

This text has shadow with #FAAED7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAAED7.

Preview

Color preview on black background

This text has color #FAAED7 on black background.


Color preview on white background

This text has color #FAAED7 on white background.


Black color preview on #FAAED7 background

This text has black color on #FAAED7 background.


White color preview on #FAAED7 background

This text has white color on #FAAED7 background.


Related colors

Complementary color

Complementary color for #hex is #055128.


I love getcolorcode.com

Triadic colors

1 #D7FAAE and #AED7FA with #FAAED7 are triadic colors.

2 #D7AEFA and #AEFAD7 with #FAAED7 are triadic colors.