COLOR #FFD5DB

HEX: #FFD5DB
RGB: (255,213,219)

Color info

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

RGB color model

#FFD5DB color RGB value is (255,213,219).

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

RGB channels and saturation

R 255 of 255 = 100%
G 213 of 255 = 84%
B 219 of 255 = 86%

255
213
219

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

Portions of RGB colors in percentages

R + G + B =
255 + 213 + 219 = 687 (100%)
R 255 of 687 ~ 37.12%
G 213 of 687 ~ 31%
B 219 of 687 ~ 31.88%

%37.12
%31
%31.88

CMYK color model

#FFD5DB color CMYK value is (0,16,14,0).

  • cyan value is 0.00%
  • magenta value is 16.47%
  • yellow value is 14.12%
  • key color value is 0.00%
CMYK:
(0,16,14,0)
C0M16Y14K0 
(0%,16%,14%,0%)
(0.00/0.16/0.14/0.00)	

CMYK percentages

%0
%16.47
%14.12
%0

Codes

Color #FFD5DB in popluar color models

FFD5DB
RGB255213219
HSL351°100.00%91.76%
HSB/HSV351°16.47%100.00%
CMYK0.00%16.47%14.12%
0.00%

Color #FFD5DB in popluar number systems.

HEXFFD5DB
Decimal255213219
Binary111111111101010111011011
Octal377325333

Shades and tints

Shades of #FFD5DB

#FFD5DB
(255,213,219)
#E8C2C8
(232,194,200)
#D1AFB5
(209,175,181)
#BA9CA2
(186,156,162)
#A3898F
(163,137,143)
#8C767C
(140,118,124)
#756369
(117,99,105)
#5E5056
(94,80,86)
#473D43
(71,61,67)
#302A30
(48,42,48)
#19171D
(25,23,29)
#000000
(0,0,0)

Tints of #FFD5DB

#FFD5DB
(255,213,219)
#FFD8DE
(255,216,222)
#FFDBE1
(255,219,225)
#FFDEE4
(255,222,228)
#FFE1E7
(255,225,231)
#FFE4EA
(255,228,234)
#FFE7ED
(255,231,237)
#FFEAF0
(255,234,240)
#FFEDF3
(255,237,243)
#FFF0F6
(255,240,246)
#FFF3F9
(255,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD5DB; }

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

This text font color is #FFD5DB.


Background Color

.myBgColor { background-color: #FFD5DB; }

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

This div background color is #FFD5DB.


Border color

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

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

This div border color is #FFD5DB.


Opacity

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

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

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

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

This text has shadow with #FFD5DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD5DB on black background.


Color preview on white background

This text has color #FFD5DB on white background.



Black color preview on #FFD5DB background

This text has black color on #FFD5DB background.


White color preview on #FFD5DB background

This text has white color on #FFD5DB background.