COLOR #FDA9EC

HEX: #FDA9EC
RGB: (253,169,236)

Color info

#FDA9EC contains mainly red and blue colors. Web safe color of #FDA9EC is #FF99FF (or #F9F).

RGB color model

#FDA9EC color RGB value is (253,169,236).

  • red value is 253;
  • green value is 169;
  • blue value is 236.
RGB:
(253,169,236)
(99%,66%,93%)

RGB channels and saturation

R 253 of 255 = 99%
G 169 of 255 = 66%
B 236 of 255 = 93%

253
169
236

R + G + B ~ 86%. #FDA9EC is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 169 + 236 = 658 (100%)
R 253 of 658 ~ 38.45%
G 169 of 658 ~ 25.68%
B 236 of 658 ~ 35.87%

%38.45
%25.68
%35.87

CMYK color model

#FDA9EC color CMYK value is (0,33,7,1).

  • cyan value is 0.00%
  • magenta value is 33.20%
  • yellow value is 6.72%
  • key color value is 0.78%
CMYK:
(0,33,7,1)
C0M33Y7K1 
(0%,33%,7%,1%)
(0.00/0.33/0.07/0.01)	

CMYK percentages

%0
%33.2
%6.72
%0.78

Codes

Color #FDA9EC in popluar color models

FDA9EC
RGB253169236
HSL312°95.45%82.75%
HSB/HSV312°33.20%99.22%
CMYK0.00%33.20%6.72%
0.78%

Color #FDA9EC in popluar number systems.

HEXFDA9EC
Decimal253169236
Binary111111011010100111101100
Octal375251354

Shades and tints

Shades of #FDA9EC

#FDA9EC
(253,169,236)
#E69AD7
(230,154,215)
#CF8BC2
(207,139,194)
#B87CAD
(184,124,173)
#A16D98
(161,109,152)
#8A5E83
(138,94,131)
#734F6E
(115,79,110)
#5C4059
(92,64,89)
#453144
(69,49,68)
#2E222F
(46,34,47)
#17131A
(23,19,26)
#000000
(0,0,0)

Tints of #FDA9EC

#FDA9EC
(253,169,236)
#FDB0ED
(253,176,237)
#FDB7EE
(253,183,238)
#FDBEEF
(253,190,239)
#FDC5F0
(253,197,240)
#FDCCF1
(253,204,241)
#FDD3F2
(253,211,242)
#FDDAF3
(253,218,243)
#FDE1F4
(253,225,244)
#FDE8F5
(253,232,245)
#FDEFF6
(253,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDA9EC color. Also use rgb(253,169,236) instead hex code.

Text Font Color

.myTextColor { color: #FDA9EC; }

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

This text font color is #FDA9EC.


Background Color

.myBgColor { background-color: #FDA9EC; }

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

This div background color is #FDA9EC.


Border color

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

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

This div border color is #FDA9EC.


Opacity

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

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

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

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

This text has shadow with #FDA9EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDA9EC on black background.


Color preview on white background

This text has color #FDA9EC on white background.



Black color preview on #FDA9EC background

This text has black color on #FDA9EC background.


White color preview on #FDA9EC background

This text has white color on #FDA9EC background.