COLOR #FFDFDD

HEX: #FFDFDD RGB: (255,223,221)

Color info

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

RGB color model

#FFDFDD color RGB value is (255,223,221).

RGB: (255,223,221) (100%, 87%, 87%)

RGB channels and saturation

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

255
223
221

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

Portions of RGB colors in percentages

R + G + B = 255 + 223 + 221 = 699 (100%)
R 255 of 699 ~ 36.48%
G 223 of 699 ~ 31.9%
B 221 of 699 ~ 31.62'%

%36.48
%31.9
%31.62

CMYK color model

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

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

Codes

Color #FFDFDD in popluar color models

FF DF DD
RGB 255 223 221
HSL 100.00% 93.33%
HSB/HSV 13.33% 100.00%
CMYK 0.00% 12.55% 13.33%
0.00%

Color #FFDFDD in popluar number systems.

HEX FF DF DD
Decimal 255 223 221
Binary 11111111 11011111 11011101
Octal 377 337 335

Shades and tints

Shades of #FFDFDD

#FFDFDD
(255,223,221)
#E8CBC9
(232,203,201)
#D1B7B5
(209,183,181)
#BAA3A1
(186,163,161)
#A38F8D
(163,143,141)
#8C7B79
(140,123,121)
#756765
(117,103,101)
#5E5351
(94,83,81)
#473F3D
(71,63,61)
#302B29
(48,43,41)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #FFDFDD

#FFDFDD
(255,223,221)
#FFE1E0
(255,225,224)
#FFE3E3
(255,227,227)
#FFE5E6
(255,229,230)
#FFE7E9
(255,231,233)
#FFE9EC
(255,233,236)
#FFEBEF
(255,235,239)
#FFEDF2
(255,237,242)
#FFEFF5
(255,239,245)
#FFF1F8
(255,241,248)
#FFF3FB
(255,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDFDD; }

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

This text font color is #FFDFDD.

Background Color

.myBgColor { background-color: #FFDFDD; }

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

This div background color is #FFDFDD.

Border color

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

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

This div border color is #FFDFDD.

Opacity

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

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

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

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

This text has shadow with #FFDFDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFDFDD.

Preview

Color preview on black background

This text has color #FFDFDD on black background.


Color preview on white background

This text has color #FFDFDD on white background.


Black color preview on #FFDFDD background

This text has black color on #FFDFDD background.


White color preview on #FFDFDD background

This text has white color on #FFDFDD background.


Related colors

Complementary color

Complementary color for #hex is #002022.


I love getcolorcode.com

Triadic colors

1 #DDFFDF and #DFDDFF with #FFDFDD are triadic colors.

2 #DDDFFF and #DFFFDD with #FFDFDD are triadic colors.