COLOR #FDADC1

HEX: #FDADC1 RGB: (253,173,193)

Color info

#FDADC1 contains mainly red color. Web safe color of #FDADC1 is #FF99CC (or #F9C).

RGB color model

#FDADC1 color RGB value is (253,173,193).

RGB: (253,173,193) (99%, 68%, 76%)

RGB channels and saturation

R 253 of 255 = 99%
G 173 of 255 = 68%
B 193 of 255 = 76%

253
173
193

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

Portions of RGB colors in percentages

R + G + B = 253 + 173 + 193 = 619 (100%)
R 253 of 619 ~ 40.87%
G 173 of 619 ~ 27.95%
B 193 of 619 ~ 31.18'%

%40.87
%27.95
%31.18

CMYK color model

#FDADC1 color CMYK value is (0,32,24,1).

  • cyan value is 0.00%
  • magenta value is 31.62%
  • yellow value is 23.72%
  • key color value is 0.78%
CMYK: (0,32,24,1) C0M32Y24K1 (0%,32%,24%,1%) (0.00/0.32/0.24/0.01) 

CMYK percentages

%0
%31.62
%23.72
%0.78

Codes

Color #FDADC1 in popluar color models

FD AD C1
RGB 253 173 193
HSL 345° 95.24% 83.53%
HSB/HSV 345° 31.62% 99.22%
CMYK 0.00% 31.62% 23.72%
0.78%

Color #FDADC1 in popluar number systems.

HEX FD AD C1
Decimal 253 173 193
Binary 11111101 10101101 11000001
Octal 375 255 301

Shades and tints

Shades of #FDADC1

#FDADC1
(253,173,193)
#E69EB0
(230,158,176)
#CF8F9F
(207,143,159)
#B8808E
(184,128,142)
#A1717D
(161,113,125)
#8A626C
(138,98,108)
#73535B
(115,83,91)
#5C444A
(92,68,74)
#453539
(69,53,57)
#2E2628
(46,38,40)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #FDADC1

#FDADC1
(253,173,193)
#FDB4C6
(253,180,198)
#FDBBCB
(253,187,203)
#FDC2D0
(253,194,208)
#FDC9D5
(253,201,213)
#FDD0DA
(253,208,218)
#FDD7DF
(253,215,223)
#FDDEE4
(253,222,228)
#FDE5E9
(253,229,233)
#FDECEE
(253,236,238)
#FDF3F3
(253,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDADC1; }

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

This text font color is #FDADC1.


Background Color

.myBgColor { background-color: #FDADC1; }

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

This div background color is #FDADC1.


Border color

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

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

This div border color is #FDADC1.


Opacity

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

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

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

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

This text has shadow with #FDADC1 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #FDADC1 on black background.


Color preview on white background

This text has color #FDADC1 on white background.



Black color preview on #FDADC1 background

This text has black color on #FDADC1 background.


White color preview on #FDADC1 background

This text has white color on #FDADC1 background.