COLOR #F9AED6

HEX: #F9AED6
RGB: (249,174,214)

Color info

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

RGB color model

#F9AED6 color RGB value is (249,174,214).

  • red value is 249;
  • green value is 174;
  • blue value is 214.
RGB:
(249,174,214)
(98%,68%,84%)

RGB channels and saturation

R 249 of 255 = 98%
G 174 of 255 = 68%
B 214 of 255 = 84%

249
174
214

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

Portions of RGB colors in percentages

R + G + B =
249 + 174 + 214 = 637 (100%)
R 249 of 637 ~ 39.09%
G 174 of 637 ~ 27.32%
B 214 of 637 ~ 33.59%

%39.09
%27.32
%33.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.12%
  • yellow value is 14.06%
  • key color value is 2.35%
CMYK:
(0,30,14,2)
C0M30Y14K2 
(0%,30%,14%,2%)
(0.00/0.30/0.14/0.02)	

CMYK percentages

%0
%30.12
%14.06
%2.35

Codes

Color #F9AED6 in popluar color models

F9AED6
RGB249174214
HSL328°86.21%82.94%
HSB/HSV328°30.12%97.65%
CMYK0.00%30.12%14.06%
2.35%

Color #F9AED6 in popluar number systems.

HEXF9AED6
Decimal249174214
Binary111110011010111011010110
Octal371256326

Shades and tints

Shades of #F9AED6

#F9AED6
(249,174,214)
#E39FC3
(227,159,195)
#CD90B0
(205,144,176)
#B7819D
(183,129,157)
#A1728A
(161,114,138)
#8B6377
(139,99,119)
#755464
(117,84,100)
#5F4551
(95,69,81)
#49363E
(73,54,62)
#33272B
(51,39,43)
#1D1818
(29,24,24)
#000000
(0,0,0)

Tints of #F9AED6

#F9AED6
(249,174,214)
#F9B5D9
(249,181,217)
#F9BCDC
(249,188,220)
#F9C3DF
(249,195,223)
#F9CAE2
(249,202,226)
#F9D1E5
(249,209,229)
#F9D8E8
(249,216,232)
#F9DFEB
(249,223,235)
#F9E6EE
(249,230,238)
#F9EDF1
(249,237,241)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9AED6 color. Also use rgb(249,174,214) instead hex code.

Text Font Color

.myTextColor { color: #F9AED6; }

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

This text font color is #F9AED6.


Background Color

.myBgColor { background-color: #F9AED6; }

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

This div background color is #F9AED6.


Border color

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

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

This div border color is #F9AED6.


Opacity

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

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

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

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

This text has shadow with #F9AED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9AED6 on black background.


Color preview on white background

This text has color #F9AED6 on white background.



Black color preview on #F9AED6 background

This text has black color on #F9AED6 background.


White color preview on #F9AED6 background

This text has white color on #F9AED6 background.