COLOR #FFDEE4

HEX: #FFDEE4
RGB: (255,222,228)

Color info

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

RGB color model

#FFDEE4 color RGB value is (255,222,228).

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

RGB channels and saturation

R 255 of 255 = 100%
G 222 of 255 = 87%
B 228 of 255 = 89%

255
222
228

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

Portions of RGB colors in percentages

R + G + B =
255 + 222 + 228 = 705 (100%)
R 255 of 705 ~ 36.17%
G 222 of 705 ~ 31.49%
B 228 of 705 ~ 32.34%

%36.17
%31.49
%32.34

CMYK color model

#FFDEE4 color CMYK value is (0,13,11,0).

  • cyan value is 0.00%
  • magenta value is 12.94%
  • yellow value is 10.59%
  • key color value is 0.00%
CMYK:
(0,13,11,0)
C0M13Y11K0 
(0%,13%,11%,0%)
(0.00/0.13/0.11/0.00)	

CMYK percentages

%0
%12.94
%10.59
%0

Codes

Color #FFDEE4 in popluar color models

FFDEE4
RGB255222228
HSL349°100.00%93.53%
HSB/HSV349°12.94%100.00%
CMYK0.00%12.94%10.59%
0.00%

Color #FFDEE4 in popluar number systems.

HEXFFDEE4
Decimal255222228
Binary111111111101111011100100
Octal377336344

Shades and tints

Shades of #FFDEE4

#FFDEE4
(255,222,228)
#E8CAD0
(232,202,208)
#D1B6BC
(209,182,188)
#BAA2A8
(186,162,168)
#A38E94
(163,142,148)
#8C7A80
(140,122,128)
#75666C
(117,102,108)
#5E5258
(94,82,88)
#473E44
(71,62,68)
#302A30
(48,42,48)
#19161C
(25,22,28)
#000000
(0,0,0)

Tints of #FFDEE4

#FFDEE4
(255,222,228)
#FFE1E6
(255,225,230)
#FFE4E8
(255,228,232)
#FFE7EA
(255,231,234)
#FFEAEC
(255,234,236)
#FFEDEE
(255,237,238)
#FFF0F0
(255,240,240)
#FFF3F2
(255,243,242)
#FFF6F4
(255,246,244)
#FFF9F6
(255,249,246)
#FFFCF8
(255,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDEE4; }

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

This text font color is #FFDEE4.


Background Color

.myBgColor { background-color: #FFDEE4; }

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

This div background color is #FFDEE4.


Border color

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

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

This div border color is #FFDEE4.


Opacity

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

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

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

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

This text has shadow with #FFDEE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDEE4 on black background.


Color preview on white background

This text has color #FFDEE4 on white background.



Black color preview on #FFDEE4 background

This text has black color on #FFDEE4 background.


White color preview on #FFDEE4 background

This text has white color on #FFDEE4 background.