COLOR #FAAECD

HEX: #FAAECD RGB: (250,174,205)

Color info

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

RGB color model

#FAAECD color RGB value is (250,174,205).

RGB: (250,174,205) (98%, 68%, 80%)

RGB channels and saturation

R 250 of 255 = 98%
G 174 of 255 = 68%
B 205 of 255 = 80%

250
174
205

R + G + B ~ 82%. #FAAECD is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 174 + 205 = 629 (100%)
R 250 of 629 ~ 39.75%
G 174 of 629 ~ 27.66%
B 205 of 629 ~ 32.59'%

%39.75
%27.66
%32.59

CMYK color model

#FAAECD color CMYK value is (0,30,18,2).

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

CMYK: (0,30,18,2)
C0M30Y18K2 (0%, 30%, 18%, 2%)
(0.00 / 0.30 / 0.18 / 0.02)

CMYK percentages

%0
%30.4
%18
%1.96

Codes

Color #FAAECD in popluar color models

FA AE CD
RGB 250 174 205
HSL 336° 88.37% 83.14%
HSB/HSV 336° 30.40% 98.04%
CMYK 0.00% 30.40% 18.00%
1.96%

Color #FAAECD in popluar number systems.

HEX FA AE CD
Decimal 250 174 205
Binary 11111010 10101110 11001101
Octal 372 256 315

Shades and tints

Shades of #FAAECD

#FAAECD
(250,174,205)
#E49FBB
(228,159,187)
#CE90A9
(206,144,169)
#B88197
(184,129,151)
#A27285
(162,114,133)
#8C6373
(140,99,115)
#765461
(118,84,97)
#60454F
(96,69,79)
#4A363D
(74,54,61)
#34272B
(52,39,43)
#1E1819
(30,24,25)
#000000
(0,0,0)

Tints of #FAAECD

#FAAECD
(250,174,205)
#FAB5D1
(250,181,209)
#FABCD5
(250,188,213)
#FAC3D9
(250,195,217)
#FACADD
(250,202,221)
#FAD1E1
(250,209,225)
#FAD8E5
(250,216,229)
#FADFE9
(250,223,233)
#FAE6ED
(250,230,237)
#FAEDF1
(250,237,241)
#FAF4F5
(250,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAAECD; }

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

This text font color is #FAAECD.

Background Color

.myBgColor { background-color: #FAAECD; }

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

This div background color is #FAAECD.

Border color

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

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

This div border color is #FAAECD.

Opacity

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

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

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

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

This text has shadow with #FAAECD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAAECD.

Preview

Color preview on black background

This text has color #FAAECD on black background.


Color preview on white background

This text has color #FAAECD on white background.


Black color preview on #FAAECD background

This text has black color on #FAAECD background.


White color preview on #FAAECD background

This text has white color on #FAAECD background.


Related colors

Complementary color

Complementary color for #hex is #055132.


I love getcolorcode.com

Triadic colors

1 #CDFAAE and #AECDFA with #FAAECD are triadic colors.

2 #CDAEFA and #AEFACD with #FAAECD are triadic colors.