COLOR #FDADD4

HEX: #FDADD4
RGB: (253,173,212)

Color info

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

RGB color model

#FDADD4 color RGB value is (253,173,212).

  • red value is 253;
  • green value is 173;
  • blue value is 212.
RGB:
(253,173,212)
(99%,68%,83%)

RGB channels and saturation

R 253 of 255 = 99%
G 173 of 255 = 68%
B 212 of 255 = 83%

253
173
212

R + G + B ~ 83%. #FDADD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 173 + 212 = 638 (100%)
R 253 of 638 ~ 39.66%
G 173 of 638 ~ 27.12%
B 212 of 638 ~ 33.23%

%39.66
%27.12
%33.23

CMYK color model

#FDADD4 color CMYK value is (0,32,16,1).

  • cyan value is 0.00%
  • magenta value is 31.62%
  • yellow value is 16.21%
  • key color value is 0.78%
CMYK:
(0,32,16,1)
C0M32Y16K1 
(0%,32%,16%,1%)
(0.00/0.32/0.16/0.01)	

CMYK percentages

%0
%31.62
%16.21
%0.78

Codes

Color #FDADD4 in popluar color models

FDADD4
RGB253173212
HSL331°95.24%83.53%
HSB/HSV331°31.62%99.22%
CMYK0.00%31.62%16.21%
0.78%

Color #FDADD4 in popluar number systems.

HEXFDADD4
Decimal253173212
Binary111111011010110111010100
Octal375255324

Shades and tints

Shades of #FDADD4

#FDADD4
(253,173,212)
#E69EC1
(230,158,193)
#CF8FAE
(207,143,174)
#B8809B
(184,128,155)
#A17188
(161,113,136)
#8A6275
(138,98,117)
#735362
(115,83,98)
#5C444F
(92,68,79)
#45353C
(69,53,60)
#2E2629
(46,38,41)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #FDADD4

#FDADD4
(253,173,212)
#FDB4D7
(253,180,215)
#FDBBDA
(253,187,218)
#FDC2DD
(253,194,221)
#FDC9E0
(253,201,224)
#FDD0E3
(253,208,227)
#FDD7E6
(253,215,230)
#FDDEE9
(253,222,233)
#FDE5EC
(253,229,236)
#FDECEF
(253,236,239)
#FDF3F2
(253,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDADD4; }

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

This text font color is #FDADD4.


Background Color

.myBgColor { background-color: #FDADD4; }

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

This div background color is #FDADD4.


Border color

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

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

This div border color is #FDADD4.


Opacity

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

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

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

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

This text has shadow with #FDADD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDADD4 on black background.


Color preview on white background

This text has color #FDADD4 on white background.



Black color preview on #FDADD4 background

This text has black color on #FDADD4 background.


White color preview on #FDADD4 background

This text has white color on #FDADD4 background.