COLOR #FFD3DB

HEX: #FFD3DB RGB: (255,211,219)

Color info

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

RGB color model

#FFD3DB color RGB value is (255,211,219).

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

RGB channels and saturation

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

255
211
219

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

Portions of RGB colors in percentages

R + G + B = 255 + 211 + 219 = 685 (100%)
R 255 of 685 ~ 37.23%
G 211 of 685 ~ 30.8%
B 219 of 685 ~ 31.97'%

%37.23
%30.8
%31.97

CMYK color model

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

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

Codes

Color #FFD3DB in popluar color models

FF D3 DB
RGB 255 211 219
HSL 349° 100.00% 91.37%
HSB/HSV 349° 17.25% 100.00%
CMYK 0.00% 17.25% 14.12%
0.00%

Color #FFD3DB in popluar number systems.

HEX FF D3 DB
Decimal 255 211 219
Binary 11111111 11010011 11011011
Octal 377 323 333

Shades and tints

Shades of #FFD3DB

#FFD3DB
(255,211,219)
#E8C0C8
(232,192,200)
#D1ADB5
(209,173,181)
#BA9AA2
(186,154,162)
#A3878F
(163,135,143)
#8C747C
(140,116,124)
#756169
(117,97,105)
#5E4E56
(94,78,86)
#473B43
(71,59,67)
#302830
(48,40,48)
#19151D
(25,21,29)
#000000
(0,0,0)

Tints of #FFD3DB

#FFD3DB
(255,211,219)
#FFD7DE
(255,215,222)
#FFDBE1
(255,219,225)
#FFDFE4
(255,223,228)
#FFE3E7
(255,227,231)
#FFE7EA
(255,231,234)
#FFEBED
(255,235,237)
#FFEFF0
(255,239,240)
#FFF3F3
(255,243,243)
#FFF7F6
(255,247,246)
#FFFBF9
(255,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD3DB; }

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

This text font color is #FFD3DB.

Background Color

.myBgColor { background-color: #FFD3DB; }

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

This div background color is #FFD3DB.

Border color

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

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

This div border color is #FFD3DB.

Opacity

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

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

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

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

This text has shadow with #FFD3DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFD3DB.

Preview

Color preview on black background

This text has color #FFD3DB on black background.


Color preview on white background

This text has color #FFD3DB on white background.


Black color preview on #FFD3DB background

This text has black color on #FFD3DB background.


White color preview on #FFD3DB background

This text has white color on #FFD3DB background.


Related colors

Complementary color

Complementary color for #hex is #002C24.


I love getcolorcode.com

Triadic colors

1 #DBFFD3 and #D3DBFF with #FFD3DB are triadic colors.

2 #DBD3FF and #D3FFDB with #FFD3DB are triadic colors.