COLOR #FFDEE5

HEX: #FFDEE5
RGB: (255,222,229)

Color info

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

RGB color model

#FFDEE5 color RGB value is (255,222,229).

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

RGB channels and saturation

R 255 of 255 = 100%
G 222 of 255 = 87%
B 229 of 255 = 90%

255
222
229

R + G + B ~ 92%. #FFDEE5 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 222 + 229 = 706 (100%)
R 255 of 706 ~ 36.12%
G 222 of 706 ~ 31.44%
B 229 of 706 ~ 32.44%

%36.12
%31.44
%32.44

CMYK color model

#FFDEE5 color CMYK value is (0,13,10,0).

  • cyan value is 0.00%
  • magenta value is 12.94%
  • yellow value is 10.20%
  • key color value is 0.00%
CMYK:
(0,13,10,0)
C0M13Y10K0 
(0%,13%,10%,0%)
(0.00/0.13/0.10/0.00)	

CMYK percentages

%0
%12.94
%10.2
%0

Codes

Color #FFDEE5 in popluar color models

FFDEE5
RGB255222229
HSL347°100.00%93.53%
HSB/HSV347°12.94%100.00%
CMYK0.00%12.94%10.20%
0.00%

Color #FFDEE5 in popluar number systems.

HEXFFDEE5
Decimal255222229
Binary111111111101111011100101
Octal377336345

Shades and tints

Shades of #FFDEE5

#FFDEE5
(255,222,229)
#E8CAD1
(232,202,209)
#D1B6BD
(209,182,189)
#BAA2A9
(186,162,169)
#A38E95
(163,142,149)
#8C7A81
(140,122,129)
#75666D
(117,102,109)
#5E5259
(94,82,89)
#473E45
(71,62,69)
#302A31
(48,42,49)
#19161D
(25,22,29)
#000000
(0,0,0)

Tints of #FFDEE5

#FFDEE5
(255,222,229)
#FFE1E7
(255,225,231)
#FFE4E9
(255,228,233)
#FFE7EB
(255,231,235)
#FFEAED
(255,234,237)
#FFEDEF
(255,237,239)
#FFF0F1
(255,240,241)
#FFF3F3
(255,243,243)
#FFF6F5
(255,246,245)
#FFF9F7
(255,249,247)
#FFFCF9
(255,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDEE5; }

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

This text font color is #FFDEE5.


Background Color

.myBgColor { background-color: #FFDEE5; }

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

This div background color is #FFDEE5.


Border color

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

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

This div border color is #FFDEE5.


Opacity

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

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

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

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

This text has shadow with #FFDEE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDEE5 on black background.


Color preview on white background

This text has color #FFDEE5 on white background.



Black color preview on #FFDEE5 background

This text has black color on #FFDEE5 background.


White color preview on #FFDEE5 background

This text has white color on #FFDEE5 background.