COLOR #FFD5D8

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

Color info

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

RGB color model

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

RGB: (255,213,216) (100%, 84%, 85%)

RGB channels and saturation

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

255
213
216

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

Portions of RGB colors in percentages

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

%37.28
%31.14
%31.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.47%
  • yellow value is 15.29%
  • key color value is 0.00%

CMYK: (0,16,15,0)
C0M16Y15K0 (0%, 16%, 15%, 0%)
(0.00 / 0.16 / 0.15 / 0.00)

CMYK percentages

%0
%16.47
%15.29
%0

Codes

Color #FFD5D8 in popluar color models

FF D5 D8
RGB 255 213 216
HSL 356° 100.00% 91.76%
HSB/HSV 356° 16.47% 100.00%
CMYK 0.00% 16.47% 15.29%
0.00%

Color #FFD5D8 in popluar number systems.

HEX FF D5 D8
Decimal 255 213 216
Binary 11111111 11010101 11011000
Octal 377 325 330

Shades and tints

Shades of #FFD5D8

#FFD5D8
(255,213,216)
#E8C2C5
(232,194,197)
#D1AFB2
(209,175,178)
#BA9C9F
(186,156,159)
#A3898C
(163,137,140)
#8C7679
(140,118,121)
#756366
(117,99,102)
#5E5053
(94,80,83)
#473D40
(71,61,64)
#302A2D
(48,42,45)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #FFD5D8

#FFD5D8
(255,213,216)
#FFD8DB
(255,216,219)
#FFDBDE
(255,219,222)
#FFDEE1
(255,222,225)
#FFE1E4
(255,225,228)
#FFE4E7
(255,228,231)
#FFE7EA
(255,231,234)
#FFEAED
(255,234,237)
#FFEDF0
(255,237,240)
#FFF0F3
(255,240,243)
#FFF3F6
(255,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD5D8; }

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

This text font color is #FFD5D8.

Background Color

.myBgColor { background-color: #FFD5D8; }

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

This div background color is #FFD5D8.

Border color

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

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

This div border color is #FFD5D8.

Opacity

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

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

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

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

This text has shadow with #FFD5D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFD5D8.

Preview

Color preview on black background

This text has color #FFD5D8 on black background.


Color preview on white background

This text has color #FFD5D8 on white background.


Black color preview on #FFD5D8 background

This text has black color on #FFD5D8 background.


White color preview on #FFD5D8 background

This text has white color on #FFD5D8 background.


Related colors

Complementary color

Complementary color for #hex is #002A27.


I love getcolorcode.com

Triadic colors

1 #D8FFD5 and #D5D8FF with #FFD5D8 are triadic colors.

2 #D8D5FF and #D5FFD8 with #FFD5D8 are triadic colors.