COLOR #FFD4D5

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

255
212
213

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

Portions of RGB colors in percentages

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

%37.5
%31.18
%31.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.86%
  • 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
%16.86
%16.47
%0

Codes

Color #FFD4D5 in popluar color models

FFD4D5
RGB255212213
HSL359°100.00%91.57%
HSB/HSV359°16.86%100.00%
CMYK0.00%16.86%16.47%
0.00%

Color #FFD4D5 in popluar number systems.

HEXFFD4D5
Decimal255212213
Binary111111111101010011010101
Octal377324325

Shades and tints

Shades of #FFD4D5

#FFD4D5
(255,212,213)
#E8C1C2
(232,193,194)
#D1AEAF
(209,174,175)
#BA9B9C
(186,155,156)
#A38889
(163,136,137)
#8C7576
(140,117,118)
#756263
(117,98,99)
#5E4F50
(94,79,80)
#473C3D
(71,60,61)
#30292A
(48,41,42)
#191617
(25,22,23)
#000000
(0,0,0)

Tints of #FFD4D5

#FFD4D5
(255,212,213)
#FFD7D8
(255,215,216)
#FFDADB
(255,218,219)
#FFDDDE
(255,221,222)
#FFE0E1
(255,224,225)
#FFE3E4
(255,227,228)
#FFE6E7
(255,230,231)
#FFE9EA
(255,233,234)
#FFECED
(255,236,237)
#FFEFF0
(255,239,240)
#FFF2F3
(255,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD4D5; }

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

This text font color is #FFD4D5.


Background Color

.myBgColor { background-color: #FFD4D5; }

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

This div background color is #FFD4D5.


Border color

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

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

This div border color is #FFD4D5.


Opacity

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

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

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

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

This text has shadow with #FFD4D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD4D5 on black background.


Color preview on white background

This text has color #FFD4D5 on white background.



Black color preview on #FFD4D5 background

This text has black color on #FFD4D5 background.


White color preview on #FFD4D5 background

This text has white color on #FFD4D5 background.