COLOR #FDACC8

HEX: #FDACC8 RGB: (253,172,200)

Color info

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

RGB color model

#FDACC8 color RGB value is (253,172,200).

RGB: (253,172,200) (99%, 67%, 78%)

RGB channels and saturation

R 253 of 255 = 99%
G 172 of 255 = 67%
B 200 of 255 = 78%

253
172
200

R + G + B ~ 81%. #FDACC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 172 + 200 = 625 (100%)
R 253 of 625 ~ 40.48%
G 172 of 625 ~ 27.52%
B 200 of 625 ~ 32'%

%40.48
%27.52
%32

CMYK color model

#FDACC8 color CMYK value is (0,32,21,1).

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

CMYK: (0,32,21,1)
C0M32Y21K1 (0%, 32%, 21%, 1%)
(0.00 / 0.32 / 0.21 / 0.01)

CMYK percentages

%0
%32.02
%20.95
%0.78

Codes

Color #FDACC8 in popluar color models

FD AC C8
RGB 253 172 200
HSL 339° 95.29% 83.33%
HSB/HSV 339° 32.02% 99.22%
CMYK 0.00% 32.02% 20.95%
0.78%

Color #FDACC8 in popluar number systems.

HEX FD AC C8
Decimal 253 172 200
Binary 11111101 10101100 11001000
Octal 375 254 310

Shades and tints

Shades of #FDACC8

#FDACC8
(253,172,200)
#E69DB6
(230,157,182)
#CF8EA4
(207,142,164)
#B87F92
(184,127,146)
#A17080
(161,112,128)
#8A616E
(138,97,110)
#73525C
(115,82,92)
#5C434A
(92,67,74)
#453438
(69,52,56)
#2E2526
(46,37,38)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #FDACC8

#FDACC8
(253,172,200)
#FDB3CD
(253,179,205)
#FDBAD2
(253,186,210)
#FDC1D7
(253,193,215)
#FDC8DC
(253,200,220)
#FDCFE1
(253,207,225)
#FDD6E6
(253,214,230)
#FDDDEB
(253,221,235)
#FDE4F0
(253,228,240)
#FDEBF5
(253,235,245)
#FDF2FA
(253,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDACC8; }

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

This text font color is #FDACC8.

Background Color

.myBgColor { background-color: #FDACC8; }

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

This div background color is #FDACC8.

Border color

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

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

This div border color is #FDACC8.

Opacity

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

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

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

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

This text has shadow with #FDACC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDACC8.

Preview

Color preview on black background

This text has color #FDACC8 on black background.


Color preview on white background

This text has color #FDACC8 on white background.


Black color preview on #FDACC8 background

This text has black color on #FDACC8 background.


White color preview on #FDACC8 background

This text has white color on #FDACC8 background.


Related colors

Complementary color

Complementary color for #hex is #025337.


I love getcolorcode.com

Triadic colors

1 #C8FDAC and #ACC8FD with #FDACC8 are triadic colors.

2 #C8ACFD and #ACFDC8 with #FDACC8 are triadic colors.