COLOR #FDA9E9

HEX: #FDA9E9
RGB: (253,169,233)

Color info

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

RGB color model

#FDA9E9 color RGB value is (253,169,233).

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

RGB channels and saturation

R 253 of 255 = 99%
G 169 of 255 = 66%
B 233 of 255 = 91%

253
169
233

R + G + B ~ 85%. #FDA9E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 169 + 233 = 655 (100%)
R 253 of 655 ~ 38.63%
G 169 of 655 ~ 25.8%
B 233 of 655 ~ 35.57%

%38.63
%25.8
%35.57

CMYK color model

#FDA9E9 color CMYK value is (0,33,8,1).

  • cyan value is 0.00%
  • magenta value is 33.20%
  • yellow value is 7.91%
  • key color value is 0.78%
CMYK:
(0,33,8,1)
C0M33Y8K1 
(0%,33%,8%,1%)
(0.00/0.33/0.08/0.01)	

CMYK percentages

%0
%33.2
%7.91
%0.78

Codes

Color #FDA9E9 in popluar color models

FDA9E9
RGB253169233
HSL314°95.45%82.75%
HSB/HSV314°33.20%99.22%
CMYK0.00%33.20%7.91%
0.78%

Color #FDA9E9 in popluar number systems.

HEXFDA9E9
Decimal253169233
Binary111111011010100111101001
Octal375251351

Shades and tints

Shades of #FDA9E9

#FDA9E9
(253,169,233)
#E69AD4
(230,154,212)
#CF8BBF
(207,139,191)
#B87CAA
(184,124,170)
#A16D95
(161,109,149)
#8A5E80
(138,94,128)
#734F6B
(115,79,107)
#5C4056
(92,64,86)
#453141
(69,49,65)
#2E222C
(46,34,44)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #FDA9E9

#FDA9E9
(253,169,233)
#FDB0EB
(253,176,235)
#FDB7ED
(253,183,237)
#FDBEEF
(253,190,239)
#FDC5F1
(253,197,241)
#FDCCF3
(253,204,243)
#FDD3F5
(253,211,245)
#FDDAF7
(253,218,247)
#FDE1F9
(253,225,249)
#FDE8FB
(253,232,251)
#FDEFFD
(253,239,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDA9E9; }

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

This text font color is #FDA9E9.


Background Color

.myBgColor { background-color: #FDA9E9; }

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

This div background color is #FDA9E9.


Border color

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

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

This div border color is #FDA9E9.


Opacity

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

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

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

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

This text has shadow with #FDA9E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDA9E9 on black background.


Color preview on white background

This text has color #FDA9E9 on white background.



Black color preview on #FDA9E9 background

This text has black color on #FDA9E9 background.


White color preview on #FDA9E9 background

This text has white color on #FDA9E9 background.