COLOR #FDAAD2

HEX: #FDAAD2 RGB: (253,170,210)

Color info

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

RGB color model

#FDAAD2 color RGB value is (253,170,210).

RGB: (253,170,210) (99%, 67%, 82%)

RGB channels and saturation

R 253 of 255 = 99%
G 170 of 255 = 67%
B 210 of 255 = 82%

253
170
210

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

Portions of RGB colors in percentages

R + G + B = 253 + 170 + 210 = 633 (100%)
R 253 of 633 ~ 39.97%
G 170 of 633 ~ 26.86%
B 210 of 633 ~ 33.18'%

%39.97
%26.86
%33.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.81%
  • yellow value is 17.00%
  • 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
%32.81
%17
%0.78

Codes

Color #FDAAD2 in popluar color models

FD AA D2
RGB 253 170 210
HSL 331° 95.40% 82.94%
HSB/HSV 331° 32.81% 99.22%
CMYK 0.00% 32.81% 17.00%
0.78%

Color #FDAAD2 in popluar number systems.

HEX FD AA D2
Decimal 253 170 210
Binary 11111101 10101010 11010010
Octal 375 252 322

Shades and tints

Shades of #FDAAD2

#FDAAD2
(253,170,210)
#E69BBF
(230,155,191)
#CF8CAC
(207,140,172)
#B87D99
(184,125,153)
#A16E86
(161,110,134)
#8A5F73
(138,95,115)
#735060
(115,80,96)
#5C414D
(92,65,77)
#45323A
(69,50,58)
#2E2327
(46,35,39)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #FDAAD2

#FDAAD2
(253,170,210)
#FDB1D6
(253,177,214)
#FDB8DA
(253,184,218)
#FDBFDE
(253,191,222)
#FDC6E2
(253,198,226)
#FDCDE6
(253,205,230)
#FDD4EA
(253,212,234)
#FDDBEE
(253,219,238)
#FDE2F2
(253,226,242)
#FDE9F6
(253,233,246)
#FDF0FA
(253,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDAAD2 color. Also use rgb(253,170,210) instead hex code.

Text Font Color

.myTextColor { color: #FDAAD2; }

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

This text font color is #FDAAD2.

Background Color

.myBgColor { background-color: #FDAAD2; }

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

This div background color is #FDAAD2.

Border color

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

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

This div border color is #FDAAD2.

Opacity

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

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

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

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

This text has shadow with #FDAAD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDAAD2.

Preview

Color preview on black background

This text has color #FDAAD2 on black background.


Color preview on white background

This text has color #FDAAD2 on white background.


Black color preview on #FDAAD2 background

This text has black color on #FDAAD2 background.


White color preview on #FDAAD2 background

This text has white color on #FDAAD2 background.


Related colors

Complementary color

Complementary color for #hex is #02552D.


I love getcolorcode.com

Triadic colors

1 #D2FDAA and #AAD2FD with #FDAAD2 are triadic colors.

2 #D2AAFD and #AAFDD2 with #FDAAD2 are triadic colors.