COLOR #FFDDDE

HEX: #FFDDDE
RGB: (255,221,222)

Color info

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

RGB color model

#FFDDDE color RGB value is (255,221,222).

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

RGB channels and saturation

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

255
221
222

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

Portions of RGB colors in percentages

R + G + B =
255 + 221 + 222 = 698 (100%)
R 255 of 698 ~ 36.53%
G 221 of 698 ~ 31.66%
B 222 of 698 ~ 31.81%

%36.53
%31.66
%31.81

CMYK color model

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

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

Codes

Color #FFDDDE in popluar color models

FFDDDE
RGB255221222
HSL358°100.00%93.33%
HSB/HSV358°13.33%100.00%
CMYK0.00%13.33%12.94%
0.00%

Color #FFDDDE in popluar number systems.

HEXFFDDDE
Decimal255221222
Binary111111111101110111011110
Octal377335336

Shades and tints

Shades of #FFDDDE

#FFDDDE
(255,221,222)
#E8C9CA
(232,201,202)
#D1B5B6
(209,181,182)
#BAA1A2
(186,161,162)
#A38D8E
(163,141,142)
#8C797A
(140,121,122)
#756566
(117,101,102)
#5E5152
(94,81,82)
#473D3E
(71,61,62)
#30292A
(48,41,42)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #FFDDDE

#FFDDDE
(255,221,222)
#FFE0E1
(255,224,225)
#FFE3E4
(255,227,228)
#FFE6E7
(255,230,231)
#FFE9EA
(255,233,234)
#FFECED
(255,236,237)
#FFEFF0
(255,239,240)
#FFF2F3
(255,242,243)
#FFF5F6
(255,245,246)
#FFF8F9
(255,248,249)
#FFFBFC
(255,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDDDE; }

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

This text font color is #FFDDDE.


Background Color

.myBgColor { background-color: #FFDDDE; }

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

This div background color is #FFDDDE.


Border color

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

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

This div border color is #FFDDDE.


Opacity

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

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

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

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

This text has shadow with #FFDDDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDDDE on black background.


Color preview on white background

This text has color #FFDDDE on white background.



Black color preview on #FFDDDE background

This text has black color on #FFDDDE background.


White color preview on #FFDDDE background

This text has white color on #FFDDDE background.