COLOR #FDA9D3

HEX: #FDA9D3 RGB: (253,169,211)

Color info

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

RGB color model

#FDA9D3 color RGB value is (253,169,211).

RGB: (253,169,211) (99%, 66%, 83%)

RGB channels and saturation

R 253 of 255 = 99%
G 169 of 255 = 66%
B 211 of 255 = 83%

253
169
211

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

Portions of RGB colors in percentages

R + G + B = 253 + 169 + 211 = 633 (100%)
R 253 of 633 ~ 39.97%
G 169 of 633 ~ 26.7%
B 211 of 633 ~ 33.33'%

%39.97
%26.7
%33.33

CMYK color model

#FDA9D3 color CMYK value is (0,33,17,1).

  • cyan value is 0.00%
  • magenta value is 33.20%
  • yellow value is 16.60%
  • key color value is 0.78%
CMYK: (0,33,17,1) C0M33Y17K1 (0%,33%,17%,1%) (0.00/0.33/0.17/0.01) 

CMYK percentages

%0
%33.2
%16.6
%0.78

Codes

Color #FDA9D3 in popluar color models

FD A9 D3
RGB 253 169 211
HSL 330° 95.45% 82.75%
HSB/HSV 330° 33.20% 99.22%
CMYK 0.00% 33.20% 16.60%
0.78%

Color #FDA9D3 in popluar number systems.

HEX FD A9 D3
Decimal 253 169 211
Binary 11111101 10101001 11010011
Octal 375 251 323

Shades and tints

Shades of #FDA9D3

#FDA9D3
(253,169,211)
#E69AC0
(230,154,192)
#CF8BAD
(207,139,173)
#B87C9A
(184,124,154)
#A16D87
(161,109,135)
#8A5E74
(138,94,116)
#734F61
(115,79,97)
#5C404E
(92,64,78)
#45313B
(69,49,59)
#2E2228
(46,34,40)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #FDA9D3

#FDA9D3
(253,169,211)
#FDB0D7
(253,176,215)
#FDB7DB
(253,183,219)
#FDBEDF
(253,190,223)
#FDC5E3
(253,197,227)
#FDCCE7
(253,204,231)
#FDD3EB
(253,211,235)
#FDDAEF
(253,218,239)
#FDE1F3
(253,225,243)
#FDE8F7
(253,232,247)
#FDEFFB
(253,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDA9D3; }

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

This text font color is #FDA9D3.

Background Color

.myBgColor { background-color: #FDA9D3; }

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

This div background color is #FDA9D3.

Border color

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

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

This div border color is #FDA9D3.

Opacity

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

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

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

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

This text has shadow with #FDA9D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDA9D3.

Preview

Color preview on black background

This text has color #FDA9D3 on black background.


Color preview on white background

This text has color #FDA9D3 on white background.


Black color preview on #FDA9D3 background

This text has black color on #FDA9D3 background.


White color preview on #FDA9D3 background

This text has white color on #FDA9D3 background.


Related colors

Complementary color

Complementary color for #hex is #02562C.


I love getcolorcode.com

Triadic colors

1 #D3FDA9 and #A9D3FD with #FDA9D3 are triadic colors.

2 #D3A9FD and #A9FDD3 with #FDA9D3 are triadic colors.