COLOR #FDACDE

HEX: #FDACDE RGB: (253,172,222)

Color info

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

RGB color model

#FDACDE color RGB value is (253,172,222).

RGB: (253,172,222) (99%, 67%, 87%)

RGB channels and saturation

R 253 of 255 = 99%
G 172 of 255 = 67%
B 222 of 255 = 87%

253
172
222

R + G + B ~ 84%. #FDACDE is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 172 + 222 = 647 (100%)
R 253 of 647 ~ 39.1%
G 172 of 647 ~ 26.58%
B 222 of 647 ~ 34.31'%

%39.1
%26.58
%34.31

CMYK color model

#FDACDE color CMYK value is (0,32,12,1).

  • cyan value is 0.00%
  • magenta value is 32.02%
  • yellow value is 12.25%
  • key color value is 0.78%

CMYK: (0,32,12,1)
C0M32Y12K1 (0%, 32%, 12%, 1%)
(0.00 / 0.32 / 0.12 / 0.01)

CMYK percentages

%0
%32.02
%12.25
%0.78

Codes

Color #FDACDE in popluar color models

FD AC DE
RGB 253 172 222
HSL 323° 95.29% 83.33%
HSB/HSV 323° 32.02% 99.22%
CMYK 0.00% 32.02% 12.25%
0.78%

Color #FDACDE in popluar number systems.

HEX FD AC DE
Decimal 253 172 222
Binary 11111101 10101100 11011110
Octal 375 254 336

Shades and tints

Shades of #FDACDE

#FDACDE
(253,172,222)
#E69DCA
(230,157,202)
#CF8EB6
(207,142,182)
#B87FA2
(184,127,162)
#A1708E
(161,112,142)
#8A617A
(138,97,122)
#735266
(115,82,102)
#5C4352
(92,67,82)
#45343E
(69,52,62)
#2E252A
(46,37,42)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #FDACDE

#FDACDE
(253,172,222)
#FDB3E1
(253,179,225)
#FDBAE4
(253,186,228)
#FDC1E7
(253,193,231)
#FDC8EA
(253,200,234)
#FDCFED
(253,207,237)
#FDD6F0
(253,214,240)
#FDDDF3
(253,221,243)
#FDE4F6
(253,228,246)
#FDEBF9
(253,235,249)
#FDF2FC
(253,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDACDE color. Also use rgb(253,172,222) instead hex code.

Text Font Color

.myTextColor { color: #FDACDE; }

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

This text font color is #FDACDE.

Background Color

.myBgColor { background-color: #FDACDE; }

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

This div background color is #FDACDE.

Border color

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

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

This div border color is #FDACDE.

Opacity

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

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

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

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

This text has shadow with #FDACDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDACDE.

Preview

Color preview on black background

This text has color #FDACDE on black background.


Color preview on white background

This text has color #FDACDE on white background.


Black color preview on #FDACDE background

This text has black color on #FDACDE background.


White color preview on #FDACDE background

This text has white color on #FDACDE background.


Related colors

Complementary color

Complementary color for #hex is #025321.


I love getcolorcode.com

Triadic colors

1 #DEFDAC and #ACDEFD with #FDACDE are triadic colors.

2 #DEACFD and #ACFDDE with #FDACDE are triadic colors.