COLOR #FFD3D8

HEX: #FFD3D8
RGB: (255,211,216)

Color info

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

RGB color model

#FFD3D8 color RGB value is (255,211,216).

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

RGB channels and saturation

R 255 of 255 = 100%
G 211 of 255 = 83%
B 216 of 255 = 85%

255
211
216

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

Portions of RGB colors in percentages

R + G + B =
255 + 211 + 216 = 682 (100%)
R 255 of 682 ~ 37.39%
G 211 of 682 ~ 30.94%
B 216 of 682 ~ 31.67%

%37.39
%30.94
%31.67

CMYK color model

#FFD3D8 color CMYK value is (0,17,15,0).

  • cyan value is 0.00%
  • magenta value is 17.25%
  • yellow value is 15.29%
  • key color value is 0.00%
CMYK:
(0,17,15,0)
C0M17Y15K0 
(0%,17%,15%,0%)
(0.00/0.17/0.15/0.00)	

CMYK percentages

%0
%17.25
%15.29
%0

Codes

Color #FFD3D8 in popluar color models

FFD3D8
RGB255211216
HSL353°100.00%91.37%
HSB/HSV353°17.25%100.00%
CMYK0.00%17.25%15.29%
0.00%

Color #FFD3D8 in popluar number systems.

HEXFFD3D8
Decimal255211216
Binary111111111101001111011000
Octal377323330

Shades and tints

Shades of #FFD3D8

#FFD3D8
(255,211,216)
#E8C0C5
(232,192,197)
#D1ADB2
(209,173,178)
#BA9A9F
(186,154,159)
#A3878C
(163,135,140)
#8C7479
(140,116,121)
#756166
(117,97,102)
#5E4E53
(94,78,83)
#473B40
(71,59,64)
#30282D
(48,40,45)
#19151A
(25,21,26)
#000000
(0,0,0)

Tints of #FFD3D8

#FFD3D8
(255,211,216)
#FFD7DB
(255,215,219)
#FFDBDE
(255,219,222)
#FFDFE1
(255,223,225)
#FFE3E4
(255,227,228)
#FFE7E7
(255,231,231)
#FFEBEA
(255,235,234)
#FFEFED
(255,239,237)
#FFF3F0
(255,243,240)
#FFF7F3
(255,247,243)
#FFFBF6
(255,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD3D8; }

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

This text font color is #FFD3D8.


Background Color

.myBgColor { background-color: #FFD3D8; }

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

This div background color is #FFD3D8.


Border color

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

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

This div border color is #FFD3D8.


Opacity

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

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

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

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

This text has shadow with #FFD3D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD3D8 on black background.


Color preview on white background

This text has color #FFD3D8 on white background.



Black color preview on #FFD3D8 background

This text has black color on #FFD3D8 background.


White color preview on #FFD3D8 background

This text has white color on #FFD3D8 background.