COLOR #FFAED6

HEX: #FFAED6
RGB: (255,174,214)

Color info

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

RGB color model

#FFAED6 color RGB value is (255,174,214).

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

RGB channels and saturation

R 255 of 255 = 100%
G 174 of 255 = 68%
B 214 of 255 = 84%

255
174
214

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

Portions of RGB colors in percentages

R + G + B =
255 + 174 + 214 = 643 (100%)
R 255 of 643 ~ 39.66%
G 174 of 643 ~ 27.06%
B 214 of 643 ~ 33.28%

%39.66
%27.06
%33.28

CMYK color model

#FFAED6 color CMYK value is (0,32,16,0).

  • cyan value is 0.00%
  • magenta value is 31.76%
  • yellow value is 16.08%
  • key color value is 0.00%
CMYK:
(0,32,16,0)
C0M32Y16K0 
(0%,32%,16%,0%)
(0.00/0.32/0.16/0.00)	

CMYK percentages

%0
%31.76
%16.08
%0

Codes

Color #FFAED6 in popluar color models

FFAED6
RGB255174214
HSL330°100.00%84.12%
HSB/HSV330°31.76%100.00%
CMYK0.00%31.76%16.08%
0.00%

Color #FFAED6 in popluar number systems.

HEXFFAED6
Decimal255174214
Binary111111111010111011010110
Octal377256326

Shades and tints

Shades of #FFAED6

#FFAED6
(255,174,214)
#E89FC3
(232,159,195)
#D190B0
(209,144,176)
#BA819D
(186,129,157)
#A3728A
(163,114,138)
#8C6377
(140,99,119)
#755464
(117,84,100)
#5E4551
(94,69,81)
#47363E
(71,54,62)
#30272B
(48,39,43)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #FFAED6

#FFAED6
(255,174,214)
#FFB5D9
(255,181,217)
#FFBCDC
(255,188,220)
#FFC3DF
(255,195,223)
#FFCAE2
(255,202,226)
#FFD1E5
(255,209,229)
#FFD8E8
(255,216,232)
#FFDFEB
(255,223,235)
#FFE6EE
(255,230,238)
#FFEDF1
(255,237,241)
#FFF4F4
(255,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFAED6; }

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

This text font color is #FFAED6.


Background Color

.myBgColor { background-color: #FFAED6; }

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

This div background color is #FFAED6.


Border color

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

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

This div border color is #FFAED6.


Opacity

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

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

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

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

This text has shadow with #FFAED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFAED6 on black background.


Color preview on white background

This text has color #FFAED6 on white background.



Black color preview on #FFAED6 background

This text has black color on #FFAED6 background.


White color preview on #FFAED6 background

This text has white color on #FFAED6 background.