COLOR #FFDDDF

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

255
221
223

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

Portions of RGB colors in percentages

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

%36.48
%31.62
%31.9

CMYK color model

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

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

Codes

Color #FFDDDF in popluar color models

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

Color #FFDDDF in popluar number systems.

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

Shades and tints

Shades of #FFDDDF

#FFDDDF
(255,221,223)
#E8C9CB
(232,201,203)
#D1B5B7
(209,181,183)
#BAA1A3
(186,161,163)
#A38D8F
(163,141,143)
#8C797B
(140,121,123)
#756567
(117,101,103)
#5E5153
(94,81,83)
#473D3F
(71,61,63)
#30292B
(48,41,43)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #FFDDDF

#FFDDDF
(255,221,223)
#FFE0E1
(255,224,225)
#FFE3E3
(255,227,227)
#FFE6E5
(255,230,229)
#FFE9E7
(255,233,231)
#FFECE9
(255,236,233)
#FFEFEB
(255,239,235)
#FFF2ED
(255,242,237)
#FFF5EF
(255,245,239)
#FFF8F1
(255,248,241)
#FFFBF3
(255,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDDDF; }

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

This text font color is #FFDDDF.

Background Color

.myBgColor { background-color: #FFDDDF; }

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

This div background color is #FFDDDF.

Border color

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

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

This div border color is #FFDDDF.

Opacity

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

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

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

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

This text has shadow with #FFDDDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFDDDF.

Preview

Color preview on black background

This text has color #FFDDDF on black background.


Color preview on white background

This text has color #FFDDDF on white background.


Black color preview on #FFDDDF background

This text has black color on #FFDDDF background.


White color preview on #FFDDDF background

This text has white color on #FFDDDF background.


Related colors

Complementary color

Complementary color for #hex is #002220.


I love getcolorcode.com

Triadic colors

1 #DFFFDD and #DDDFFF with #FFDDDF are triadic colors.

2 #DFDDFF and #DDFFDF with #FFDDDF are triadic colors.