COLOR #FDA4D2

HEX: #FDA4D2
RGB: (253,164,210)

Color info

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

RGB color model

#FDA4D2 color RGB value is (253,164,210).

  • red value is 253;
  • green value is 164;
  • blue value is 210.
RGB:
(253,164,210)
(99%,64%,82%)

RGB channels and saturation

R 253 of 255 = 99%
G 164 of 255 = 64%
B 210 of 255 = 82%

253
164
210

R + G + B ~ 82%. #FDA4D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 164 + 210 = 627 (100%)
R 253 of 627 ~ 40.35%
G 164 of 627 ~ 26.16%
B 210 of 627 ~ 33.49%

%40.35
%26.16
%33.49

CMYK color model

#FDA4D2 color CMYK value is (0,35,17,1).

  • cyan value is 0.00%
  • magenta value is 35.18%
  • yellow value is 17.00%
  • key color value is 0.78%
CMYK:
(0,35,17,1)
C0M35Y17K1 
(0%,35%,17%,1%)
(0.00/0.35/0.17/0.01)	

CMYK percentages

%0
%35.18
%17
%0.78

Codes

Color #FDA4D2 in popluar color models

FDA4D2
RGB253164210
HSL329°95.70%81.76%
HSB/HSV329°35.18%99.22%
CMYK0.00%35.18%17.00%
0.78%

Color #FDA4D2 in popluar number systems.

HEXFDA4D2
Decimal253164210
Binary111111011010010011010010
Octal375244322

Shades and tints

Shades of #FDA4D2

#FDA4D2
(253,164,210)
#E696BF
(230,150,191)
#CF88AC
(207,136,172)
#B87A99
(184,122,153)
#A16C86
(161,108,134)
#8A5E73
(138,94,115)
#735060
(115,80,96)
#5C424D
(92,66,77)
#45343A
(69,52,58)
#2E2627
(46,38,39)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #FDA4D2

#FDA4D2
(253,164,210)
#FDACD6
(253,172,214)
#FDB4DA
(253,180,218)
#FDBCDE
(253,188,222)
#FDC4E2
(253,196,226)
#FDCCE6
(253,204,230)
#FDD4EA
(253,212,234)
#FDDCEE
(253,220,238)
#FDE4F2
(253,228,242)
#FDECF6
(253,236,246)
#FDF4FA
(253,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDA4D2 color. Also use rgb(253,164,210) instead hex code.

Text Font Color

.myTextColor { color: #FDA4D2; }

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

This text font color is #FDA4D2.


Background Color

.myBgColor { background-color: #FDA4D2; }

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

This div background color is #FDA4D2.


Border color

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

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

This div border color is #FDA4D2.


Opacity

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

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

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

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

This text has shadow with #FDA4D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDA4D2 on black background.


Color preview on white background

This text has color #FDA4D2 on white background.



Black color preview on #FDA4D2 background

This text has black color on #FDA4D2 background.


White color preview on #FDA4D2 background

This text has white color on #FDA4D2 background.