COLOR #FFD1D1

HEX: #FFD1D1
RGB: (255,209,209)

Color info

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

RGB color model

#FFD1D1 color RGB value is (255,209,209).

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

RGB channels and saturation

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

255
209
209

R + G + B ~ 88%. #FFD1D1 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 209 + 209 = 673 (100%)
R 255 of 673 ~ 37.89%
G 209 of 673 ~ 31.05%
B 209 of 673 ~ 31.05%

%37.89
%31.05
%31.05

CMYK color model

#FFD1D1 color CMYK value is (0,18,18,0).

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

CMYK percentages

%0
%18.04
%18.04
%0

Codes

Color #FFD1D1 in popluar color models

FFD1D1
RGB255209209
HSL100.00%90.98%
HSB/HSV18.04%100.00%
CMYK0.00%18.04%18.04%
0.00%

Color #FFD1D1 in popluar number systems.

HEXFFD1D1
Decimal255209209
Binary111111111101000111010001
Octal377321321

Shades and tints

Shades of #FFD1D1

#FFD1D1
(255,209,209)
#E8BEBE
(232,190,190)
#D1ABAB
(209,171,171)
#BA9898
(186,152,152)
#A38585
(163,133,133)
#8C7272
(140,114,114)
#755F5F
(117,95,95)
#5E4C4C
(94,76,76)
#473939
(71,57,57)
#302626
(48,38,38)
#191313
(25,19,19)
#000000
(0,0,0)

Tints of #FFD1D1

#FFD1D1
(255,209,209)
#FFD5D5
(255,213,213)
#FFD9D9
(255,217,217)
#FFDDDD
(255,221,221)
#FFE1E1
(255,225,225)
#FFE5E5
(255,229,229)
#FFE9E9
(255,233,233)
#FFEDED
(255,237,237)
#FFF1F1
(255,241,241)
#FFF5F5
(255,245,245)
#FFF9F9
(255,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD1D1; }

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

This text font color is #FFD1D1.


Background Color

.myBgColor { background-color: #FFD1D1; }

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

This div background color is #FFD1D1.


Border color

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

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

This div border color is #FFD1D1.


Opacity

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

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

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

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

This text has shadow with #FFD1D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD1D1 on black background.


Color preview on white background

This text has color #FFD1D1 on white background.



Black color preview on #FFD1D1 background

This text has black color on #FFD1D1 background.


White color preview on #FFD1D1 background

This text has white color on #FFD1D1 background.