COLOR #FDACC5

HEX: #FDACC5
RGB: (253,172,197)

Color info

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

RGB color model

#FDACC5 color RGB value is (253,172,197).

  • red value is 253;
  • green value is 172;
  • blue value is 197.
RGB:
(253,172,197)
(99%,67%,77%)

RGB channels and saturation

R 253 of 255 = 99%
G 172 of 255 = 67%
B 197 of 255 = 77%

253
172
197

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

Portions of RGB colors in percentages

R + G + B =
253 + 172 + 197 = 622 (100%)
R 253 of 622 ~ 40.68%
G 172 of 622 ~ 27.65%
B 197 of 622 ~ 31.67%

%40.68
%27.65
%31.67

CMYK color model

#FDACC5 color CMYK value is (0,32,22,1).

  • cyan value is 0.00%
  • magenta value is 32.02%
  • yellow value is 22.13%
  • key color value is 0.78%
CMYK:
(0,32,22,1)
C0M32Y22K1 
(0%,32%,22%,1%)
(0.00/0.32/0.22/0.01)	

CMYK percentages

%0
%32.02
%22.13
%0.78

Codes

Color #FDACC5 in popluar color models

FDACC5
RGB253172197
HSL341°95.29%83.33%
HSB/HSV341°32.02%99.22%
CMYK0.00%32.02%22.13%
0.78%

Color #FDACC5 in popluar number systems.

HEXFDACC5
Decimal253172197
Binary111111011010110011000101
Octal375254305

Shades and tints

Shades of #FDACC5

#FDACC5
(253,172,197)
#E69DB4
(230,157,180)
#CF8EA3
(207,142,163)
#B87F92
(184,127,146)
#A17081
(161,112,129)
#8A6170
(138,97,112)
#73525F
(115,82,95)
#5C434E
(92,67,78)
#45343D
(69,52,61)
#2E252C
(46,37,44)
#17161B
(23,22,27)
#000000
(0,0,0)

Tints of #FDACC5

#FDACC5
(253,172,197)
#FDB3CA
(253,179,202)
#FDBACF
(253,186,207)
#FDC1D4
(253,193,212)
#FDC8D9
(253,200,217)
#FDCFDE
(253,207,222)
#FDD6E3
(253,214,227)
#FDDDE8
(253,221,232)
#FDE4ED
(253,228,237)
#FDEBF2
(253,235,242)
#FDF2F7
(253,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDACC5; }

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

This text font color is #FDACC5.


Background Color

.myBgColor { background-color: #FDACC5; }

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

This div background color is #FDACC5.


Border color

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

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

This div border color is #FDACC5.


Opacity

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

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

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

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

This text has shadow with #FDACC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDACC5 on black background.


Color preview on white background

This text has color #FDACC5 on white background.



Black color preview on #FDACC5 background

This text has black color on #FDACC5 background.


White color preview on #FDACC5 background

This text has white color on #FDACC5 background.