COLOR #FFDEE3

HEX: #FFDEE3
RGB: (255,222,227)

Color info

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

RGB color model

#FFDEE3 color RGB value is (255,222,227).

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

RGB channels and saturation

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

255
222
227

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

Portions of RGB colors in percentages

R + G + B =
255 + 222 + 227 = 704 (100%)
R 255 of 704 ~ 36.22%
G 222 of 704 ~ 31.53%
B 227 of 704 ~ 32.24%

%36.22
%31.53
%32.24

CMYK color model

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

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

Codes

Color #FFDEE3 in popluar color models

FFDEE3
RGB255222227
HSL351°100.00%93.53%
HSB/HSV351°12.94%100.00%
CMYK0.00%12.94%10.98%
0.00%

Color #FFDEE3 in popluar number systems.

HEXFFDEE3
Decimal255222227
Binary111111111101111011100011
Octal377336343

Shades and tints

Shades of #FFDEE3

#FFDEE3
(255,222,227)
#E8CACF
(232,202,207)
#D1B6BB
(209,182,187)
#BAA2A7
(186,162,167)
#A38E93
(163,142,147)
#8C7A7F
(140,122,127)
#75666B
(117,102,107)
#5E5257
(94,82,87)
#473E43
(71,62,67)
#302A2F
(48,42,47)
#19161B
(25,22,27)
#000000
(0,0,0)

Tints of #FFDEE3

#FFDEE3
(255,222,227)
#FFE1E5
(255,225,229)
#FFE4E7
(255,228,231)
#FFE7E9
(255,231,233)
#FFEAEB
(255,234,235)
#FFEDED
(255,237,237)
#FFF0EF
(255,240,239)
#FFF3F1
(255,243,241)
#FFF6F3
(255,246,243)
#FFF9F5
(255,249,245)
#FFFCF7
(255,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDEE3; }

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

This text font color is #FFDEE3.


Background Color

.myBgColor { background-color: #FFDEE3; }

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

This div background color is #FFDEE3.


Border color

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

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

This div border color is #FFDEE3.


Opacity

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

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

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

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

This text has shadow with #FFDEE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDEE3 on black background.


Color preview on white background

This text has color #FFDEE3 on white background.



Black color preview on #FFDEE3 background

This text has black color on #FFDEE3 background.


White color preview on #FFDEE3 background

This text has white color on #FFDEE3 background.