COLOR #FFD3D5

HEX: #FFD3D5
RGB: (255,211,213)

Color info

#FFD3D5 contains red, green and blue colors in about the same proportion. Web safe color of #FFD3D5 is #FFCCCC (or #FCC).

RGB color model

#FFD3D5 color RGB value is (255,211,213).

  • red value is 255;
  • green value is 211;
  • blue value is 213.
RGB:
(255,211,213)
(100%,83%,84%)

RGB channels and saturation

R 255 of 255 = 100%
G 211 of 255 = 83%
B 213 of 255 = 84%

255
211
213

R + G + B ~ 89%. #FFD3D5 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 211 + 213 = 679 (100%)
R 255 of 679 ~ 37.56%
G 211 of 679 ~ 31.08%
B 213 of 679 ~ 31.37%

%37.56
%31.08
%31.37

CMYK color model

#FFD3D5 color CMYK value is (0,17,16,0).

  • cyan value is 0.00%
  • magenta value is 17.25%
  • yellow value is 16.47%
  • key color value is 0.00%
CMYK:
(0,17,16,0)
C0M17Y16K0 
(0%,17%,16%,0%)
(0.00/0.17/0.16/0.00)	

CMYK percentages

%0
%17.25
%16.47
%0

Codes

Color #FFD3D5 in popluar color models

FFD3D5
RGB255211213
HSL357°100.00%91.37%
HSB/HSV357°17.25%100.00%
CMYK0.00%17.25%16.47%
0.00%

Color #FFD3D5 in popluar number systems.

HEXFFD3D5
Decimal255211213
Binary111111111101001111010101
Octal377323325

Shades and tints

Shades of #FFD3D5

#FFD3D5
(255,211,213)
#E8C0C2
(232,192,194)
#D1ADAF
(209,173,175)
#BA9A9C
(186,154,156)
#A38789
(163,135,137)
#8C7476
(140,116,118)
#756163
(117,97,99)
#5E4E50
(94,78,80)
#473B3D
(71,59,61)
#30282A
(48,40,42)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #FFD3D5

#FFD3D5
(255,211,213)
#FFD7D8
(255,215,216)
#FFDBDB
(255,219,219)
#FFDFDE
(255,223,222)
#FFE3E1
(255,227,225)
#FFE7E4
(255,231,228)
#FFEBE7
(255,235,231)
#FFEFEA
(255,239,234)
#FFF3ED
(255,243,237)
#FFF7F0
(255,247,240)
#FFFBF3
(255,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFD3D5 color. Also use rgb(255,211,213) instead hex code.

Text Font Color

.myTextColor { color: #FFD3D5; }

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

This text font color is #FFD3D5.


Background Color

.myBgColor { background-color: #FFD3D5; }

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

This div background color is #FFD3D5.


Border color

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

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

This div border color is #FFD3D5.


Opacity

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

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

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

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

This text has shadow with #FFD3D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD3D5 on black background.


Color preview on white background

This text has color #FFD3D5 on white background.



Black color preview on #FFD3D5 background

This text has black color on #FFD3D5 background.


White color preview on #FFD3D5 background

This text has white color on #FFD3D5 background.