COLOR #FFDDDD

HEX: #FFDDDD
RGB: (255,221,221)

Color info

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

RGB color model

#FFDDDD color RGB value is (255,221,221).

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

RGB channels and saturation

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

255
221
221

R + G + B ~ 91%. #FFDDDD is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 221 + 221 = 697 (100%)
R 255 of 697 ~ 36.59%
G 221 of 697 ~ 31.71%
B 221 of 697 ~ 31.71%

%36.59
%31.71
%31.71

CMYK color model

#FFDDDD color CMYK value is (0,13,13,0).

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

CMYK percentages

%0
%13.33
%13.33
%0

Codes

Color #FFDDDD in popluar color models

FFDDDD
RGB255221221
HSL100.00%93.33%
HSB/HSV13.33%100.00%
CMYK0.00%13.33%13.33%
0.00%

Color #FFDDDD in popluar number systems.

HEXFFDDDD
Decimal255221221
Binary111111111101110111011101
Octal377335335

Shades and tints

Shades of #FFDDDD

#FFDDDD
(255,221,221)
#E8C9C9
(232,201,201)
#D1B5B5
(209,181,181)
#BAA1A1
(186,161,161)
#A38D8D
(163,141,141)
#8C7979
(140,121,121)
#756565
(117,101,101)
#5E5151
(94,81,81)
#473D3D
(71,61,61)
#302929
(48,41,41)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #FFDDDD

#FFDDDD
(255,221,221)
#FFE0E0
(255,224,224)
#FFE3E3
(255,227,227)
#FFE6E6
(255,230,230)
#FFE9E9
(255,233,233)
#FFECEC
(255,236,236)
#FFEFEF
(255,239,239)
#FFF2F2
(255,242,242)
#FFF5F5
(255,245,245)
#FFF8F8
(255,248,248)
#FFFBFB
(255,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDDDD; }

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

This text font color is #FFDDDD.


Background Color

.myBgColor { background-color: #FFDDDD; }

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

This div background color is #FFDDDD.


Border color

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

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

This div border color is #FFDDDD.


Opacity

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

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

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

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

This text has shadow with #FFDDDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDDDD on black background.


Color preview on white background

This text has color #FFDDDD on white background.



Black color preview on #FFDDDD background

This text has black color on #FFDDDD background.


White color preview on #FFDDDD background

This text has white color on #FFDDDD background.