COLOR #FAAED8

HEX: #FAAED8
RGB: (250,174,216)

Color info

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

RGB color model

#FAAED8 color RGB value is (250,174,216).

  • red value is 250;
  • green value is 174;
  • blue value is 216.
RGB:
(250,174,216)
(98%,68%,85%)

RGB channels and saturation

R 250 of 255 = 98%
G 174 of 255 = 68%
B 216 of 255 = 85%

250
174
216

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

Portions of RGB colors in percentages

R + G + B =
250 + 174 + 216 = 640 (100%)
R 250 of 640 ~ 39.06%
G 174 of 640 ~ 27.19%
B 216 of 640 ~ 33.75%

%39.06
%27.19
%33.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.40%
  • yellow value is 13.60%
  • 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
%13.6
%1.96

Codes

Color #FAAED8 in popluar color models

FAAED8
RGB250174216
HSL327°88.37%83.14%
HSB/HSV327°30.40%98.04%
CMYK0.00%30.40%13.60%
1.96%

Color #FAAED8 in popluar number systems.

HEXFAAED8
Decimal250174216
Binary111110101010111011011000
Octal372256330

Shades and tints

Shades of #FAAED8

#FAAED8
(250,174,216)
#E49FC5
(228,159,197)
#CE90B2
(206,144,178)
#B8819F
(184,129,159)
#A2728C
(162,114,140)
#8C6379
(140,99,121)
#765466
(118,84,102)
#604553
(96,69,83)
#4A3640
(74,54,64)
#34272D
(52,39,45)
#1E181A
(30,24,26)
#000000
(0,0,0)

Tints of #FAAED8

#FAAED8
(250,174,216)
#FAB5DB
(250,181,219)
#FABCDE
(250,188,222)
#FAC3E1
(250,195,225)
#FACAE4
(250,202,228)
#FAD1E7
(250,209,231)
#FAD8EA
(250,216,234)
#FADFED
(250,223,237)
#FAE6F0
(250,230,240)
#FAEDF3
(250,237,243)
#FAF4F6
(250,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAAED8; }

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

This text font color is #FAAED8.


Background Color

.myBgColor { background-color: #FAAED8; }

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

This div background color is #FAAED8.


Border color

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

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

This div border color is #FAAED8.


Opacity

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

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

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

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

This text has shadow with #FAAED8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAAED8 on black background.


Color preview on white background

This text has color #FAAED8 on white background.



Black color preview on #FAAED8 background

This text has black color on #FAAED8 background.


White color preview on #FAAED8 background

This text has white color on #FAAED8 background.