COLOR #FFD4DB

HEX: #FFD4DB RGB: (255,212,219)

Color info

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

RGB color model

#FFD4DB color RGB value is (255,212,219).

RGB: (255,212,219) (100%, 83%, 86%)

RGB channels and saturation

R 255 of 255 = 100%
G 212 of 255 = 83%
B 219 of 255 = 86%

255
212
219

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

Portions of RGB colors in percentages

R + G + B = 255 + 212 + 219 = 686 (100%)
R 255 of 686 ~ 37.17%
G 212 of 686 ~ 30.9%
B 219 of 686 ~ 31.92'%

%37.17
%30.9
%31.92

CMYK color model

#FFD4DB color CMYK value is (0,17,14,0).

  • cyan value is 0.00%
  • magenta value is 16.86%
  • yellow value is 14.12%
  • key color value is 0.00%
CMYK: (0,17,14,0) C0M17Y14K0 (0%,17%,14%,0%) (0.00/0.17/0.14/0.00) 

CMYK percentages

%0
%16.86
%14.12
%0

Codes

Color #FFD4DB in popluar color models

FF D4 DB
RGB 255 212 219
HSL 350° 100.00% 91.57%
HSB/HSV 350° 16.86% 100.00%
CMYK 0.00% 16.86% 14.12%
0.00%

Color #FFD4DB in popluar number systems.

HEX FF D4 DB
Decimal 255 212 219
Binary 11111111 11010100 11011011
Octal 377 324 333

Shades and tints

Shades of #FFD4DB

#FFD4DB
(255,212,219)
#E8C1C8
(232,193,200)
#D1AEB5
(209,174,181)
#BA9BA2
(186,155,162)
#A3888F
(163,136,143)
#8C757C
(140,117,124)
#756269
(117,98,105)
#5E4F56
(94,79,86)
#473C43
(71,60,67)
#302930
(48,41,48)
#19161D
(25,22,29)
#000000
(0,0,0)

Tints of #FFD4DB

#FFD4DB
(255,212,219)
#FFD7DE
(255,215,222)
#FFDAE1
(255,218,225)
#FFDDE4
(255,221,228)
#FFE0E7
(255,224,231)
#FFE3EA
(255,227,234)
#FFE6ED
(255,230,237)
#FFE9F0
(255,233,240)
#FFECF3
(255,236,243)
#FFEFF6
(255,239,246)
#FFF2F9
(255,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD4DB; }

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

This text font color is #FFD4DB.

Background Color

.myBgColor { background-color: #FFD4DB; }

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

This div background color is #FFD4DB.

Border color

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

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

This div border color is #FFD4DB.

Opacity

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

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

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

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

This text has shadow with #FFD4DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFD4DB.

Preview

Color preview on black background

This text has color #FFD4DB on black background.


Color preview on white background

This text has color #FFD4DB on white background.


Black color preview on #FFD4DB background

This text has black color on #FFD4DB background.


White color preview on #FFD4DB background

This text has white color on #FFD4DB background.


Related colors

Complementary color

Complementary color for #hex is #002B24.


I love getcolorcode.com

Triadic colors

1 #DBFFD4 and #D4DBFF with #FFD4DB are triadic colors.

2 #DBD4FF and #D4FFDB with #FFD4DB are triadic colors.