COLOR #FDADE2

HEX: #FDADE2 RGB: (253,173,226)

Color info

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

RGB color model

#FDADE2 color RGB value is (253,173,226).

RGB: (253,173,226) (99%, 68%, 89%)

RGB channels and saturation

R 253 of 255 = 99%
G 173 of 255 = 68%
B 226 of 255 = 89%

253
173
226

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

Portions of RGB colors in percentages

R + G + B = 253 + 173 + 226 = 652 (100%)
R 253 of 652 ~ 38.8%
G 173 of 652 ~ 26.53%
B 226 of 652 ~ 34.66'%

%38.8
%26.53
%34.66

CMYK color model

#FDADE2 color CMYK value is (0,32,11,1).

  • cyan value is 0.00%
  • magenta value is 31.62%
  • yellow value is 10.67%
  • key color value is 0.78%

CMYK: (0,32,11,1)
C0M32Y11K1 (0%, 32%, 11%, 1%)
(0.00 / 0.32 / 0.11 / 0.01)

CMYK percentages

%0
%31.62
%10.67
%0.78

Codes

Color #FDADE2 in popluar color models

FD AD E2
RGB 253 173 226
HSL 320° 95.24% 83.53%
HSB/HSV 320° 31.62% 99.22%
CMYK 0.00% 31.62% 10.67%
0.78%

Color #FDADE2 in popluar number systems.

HEX FD AD E2
Decimal 253 173 226
Binary 11111101 10101101 11100010
Octal 375 255 342

Shades and tints

Shades of #FDADE2

#FDADE2
(253,173,226)
#E69ECE
(230,158,206)
#CF8FBA
(207,143,186)
#B880A6
(184,128,166)
#A17192
(161,113,146)
#8A627E
(138,98,126)
#73536A
(115,83,106)
#5C4456
(92,68,86)
#453542
(69,53,66)
#2E262E
(46,38,46)
#17171A
(23,23,26)
#000000
(0,0,0)

Tints of #FDADE2

#FDADE2
(253,173,226)
#FDB4E4
(253,180,228)
#FDBBE6
(253,187,230)
#FDC2E8
(253,194,232)
#FDC9EA
(253,201,234)
#FDD0EC
(253,208,236)
#FDD7EE
(253,215,238)
#FDDEF0
(253,222,240)
#FDE5F2
(253,229,242)
#FDECF4
(253,236,244)
#FDF3F6
(253,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDADE2 color. Also use rgb(253,173,226) instead hex code.

Text Font Color

.myTextColor { color: #FDADE2; }

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

This text font color is #FDADE2.

Background Color

.myBgColor { background-color: #FDADE2; }

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

This div background color is #FDADE2.

Border color

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

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

This div border color is #FDADE2.

Opacity

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

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

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

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

This text has shadow with #FDADE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDADE2.

Preview

Color preview on black background

This text has color #FDADE2 on black background.


Color preview on white background

This text has color #FDADE2 on white background.


Black color preview on #FDADE2 background

This text has black color on #FDADE2 background.


White color preview on #FDADE2 background

This text has white color on #FDADE2 background.


Related colors

Complementary color

Complementary color for #hex is #02521D.


I love getcolorcode.com

Triadic colors

1 #E2FDAD and #ADE2FD with #FDADE2 are triadic colors.

2 #E2ADFD and #ADFDE2 with #FDADE2 are triadic colors.