COLOR #FFD1DD

HEX: #FFD1DD
RGB: (255,209,221)

Color info

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

RGB color model

#FFD1DD color RGB value is (255,209,221).

  • red value is 255;
  • green value is 209;
  • blue value is 221.
RGB:
(255,209,221)
(100%,82%,87%)

RGB channels and saturation

R 255 of 255 = 100%
G 209 of 255 = 82%
B 221 of 255 = 87%

255
209
221

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

Portions of RGB colors in percentages

R + G + B =
255 + 209 + 221 = 685 (100%)
R 255 of 685 ~ 37.23%
G 209 of 685 ~ 30.51%
B 221 of 685 ~ 32.26%

%37.23
%30.51
%32.26

CMYK color model

#FFD1DD color CMYK value is (0,18,13,0).

  • cyan value is 0.00%
  • magenta value is 18.04%
  • yellow value is 13.33%
  • key color value is 0.00%
CMYK:
(0,18,13,0)
C0M18Y13K0 
(0%,18%,13%,0%)
(0.00/0.18/0.13/0.00)	

CMYK percentages

%0
%18.04
%13.33
%0

Codes

Color #FFD1DD in popluar color models

FFD1DD
RGB255209221
HSL344°100.00%90.98%
HSB/HSV344°18.04%100.00%
CMYK0.00%18.04%13.33%
0.00%

Color #FFD1DD in popluar number systems.

HEXFFD1DD
Decimal255209221
Binary111111111101000111011101
Octal377321335

Shades and tints

Shades of #FFD1DD

#FFD1DD
(255,209,221)
#E8BEC9
(232,190,201)
#D1ABB5
(209,171,181)
#BA98A1
(186,152,161)
#A3858D
(163,133,141)
#8C7279
(140,114,121)
#755F65
(117,95,101)
#5E4C51
(94,76,81)
#47393D
(71,57,61)
#302629
(48,38,41)
#191315
(25,19,21)
#000000
(0,0,0)

Tints of #FFD1DD

#FFD1DD
(255,209,221)
#FFD5E0
(255,213,224)
#FFD9E3
(255,217,227)
#FFDDE6
(255,221,230)
#FFE1E9
(255,225,233)
#FFE5EC
(255,229,236)
#FFE9EF
(255,233,239)
#FFEDF2
(255,237,242)
#FFF1F5
(255,241,245)
#FFF5F8
(255,245,248)
#FFF9FB
(255,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFD1DD color. Also use rgb(255,209,221) instead hex code.

Text Font Color

.myTextColor { color: #FFD1DD; }

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

This text font color is #FFD1DD.


Background Color

.myBgColor { background-color: #FFD1DD; }

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

This div background color is #FFD1DD.


Border color

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

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

This div border color is #FFD1DD.


Opacity

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

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

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

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

This text has shadow with #FFD1DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD1DD on black background.


Color preview on white background

This text has color #FFD1DD on white background.



Black color preview on #FFD1DD background

This text has black color on #FFD1DD background.


White color preview on #FFD1DD background

This text has white color on #FFD1DD background.