COLOR #FFD8D5

HEX: #FFD8D5
RGB: (255,216,213)

Color info

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

RGB color model

#FFD8D5 color RGB value is (255,216,213).

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

RGB channels and saturation

R 255 of 255 = 100%
G 216 of 255 = 85%
B 213 of 255 = 84%

255
216
213

R + G + B ~ 90%. #FFD8D5 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 216 + 213 = 684 (100%)
R 255 of 684 ~ 37.28%
G 216 of 684 ~ 31.58%
B 213 of 684 ~ 31.14%

%37.28
%31.58
%31.14

CMYK color model

#FFD8D5 color CMYK value is (0,15,16,0).

  • cyan value is 0.00%
  • magenta value is 15.29%
  • yellow value is 16.47%
  • key color value is 0.00%
CMYK:
(0,15,16,0)
C0M15Y16K0 
(0%,15%,16%,0%)
(0.00/0.15/0.16/0.00)	

CMYK percentages

%0
%15.29
%16.47
%0

Codes

Color #FFD8D5 in popluar color models

FFD8D5
RGB255216213
HSL100.00%91.76%
HSB/HSV16.47%100.00%
CMYK0.00%15.29%16.47%
0.00%

Color #FFD8D5 in popluar number systems.

HEXFFD8D5
Decimal255216213
Binary111111111101100011010101
Octal377330325

Shades and tints

Shades of #FFD8D5

#FFD8D5
(255,216,213)
#E8C5C2
(232,197,194)
#D1B2AF
(209,178,175)
#BA9F9C
(186,159,156)
#A38C89
(163,140,137)
#8C7976
(140,121,118)
#756663
(117,102,99)
#5E5350
(94,83,80)
#47403D
(71,64,61)
#302D2A
(48,45,42)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #FFD8D5

#FFD8D5
(255,216,213)
#FFDBD8
(255,219,216)
#FFDEDB
(255,222,219)
#FFE1DE
(255,225,222)
#FFE4E1
(255,228,225)
#FFE7E4
(255,231,228)
#FFEAE7
(255,234,231)
#FFEDEA
(255,237,234)
#FFF0ED
(255,240,237)
#FFF3F0
(255,243,240)
#FFF6F3
(255,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD8D5; }

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

This text font color is #FFD8D5.


Background Color

.myBgColor { background-color: #FFD8D5; }

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

This div background color is #FFD8D5.


Border color

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

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

This div border color is #FFD8D5.


Opacity

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

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

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

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

This text has shadow with #FFD8D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD8D5 on black background.


Color preview on white background

This text has color #FFD8D5 on white background.



Black color preview on #FFD8D5 background

This text has black color on #FFD8D5 background.


White color preview on #FFD8D5 background

This text has white color on #FFD8D5 background.