COLOR #FFD5D4

HEX: #FFD5D4
RGB: (255,213,212)

Color info

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

RGB color model

#FFD5D4 color RGB value is (255,213,212).

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

RGB channels and saturation

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

255
213
212

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

Portions of RGB colors in percentages

R + G + B =
255 + 213 + 212 = 680 (100%)
R 255 of 680 ~ 37.5%
G 213 of 680 ~ 31.32%
B 212 of 680 ~ 31.18%

%37.5
%31.32
%31.18

CMYK color model

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

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

CMYK percentages

%0
%16.47
%16.86
%0

Codes

Color #FFD5D4 in popluar color models

FFD5D4
RGB255213212
HSL100.00%91.57%
HSB/HSV16.86%100.00%
CMYK0.00%16.47%16.86%
0.00%

Color #FFD5D4 in popluar number systems.

HEXFFD5D4
Decimal255213212
Binary111111111101010111010100
Octal377325324

Shades and tints

Shades of #FFD5D4

#FFD5D4
(255,213,212)
#E8C2C1
(232,194,193)
#D1AFAE
(209,175,174)
#BA9C9B
(186,156,155)
#A38988
(163,137,136)
#8C7675
(140,118,117)
#756362
(117,99,98)
#5E504F
(94,80,79)
#473D3C
(71,61,60)
#302A29
(48,42,41)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #FFD5D4

#FFD5D4
(255,213,212)
#FFD8D7
(255,216,215)
#FFDBDA
(255,219,218)
#FFDEDD
(255,222,221)
#FFE1E0
(255,225,224)
#FFE4E3
(255,228,227)
#FFE7E6
(255,231,230)
#FFEAE9
(255,234,233)
#FFEDEC
(255,237,236)
#FFF0EF
(255,240,239)
#FFF3F2
(255,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD5D4; }

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

This text font color is #FFD5D4.


Background Color

.myBgColor { background-color: #FFD5D4; }

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

This div background color is #FFD5D4.


Border color

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

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

This div border color is #FFD5D4.


Opacity

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

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

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

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

This text has shadow with #FFD5D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD5D4 on black background.


Color preview on white background

This text has color #FFD5D4 on white background.



Black color preview on #FFD5D4 background

This text has black color on #FFD5D4 background.


White color preview on #FFD5D4 background

This text has white color on #FFD5D4 background.