COLOR #FFDEE6

HEX: #FFDEE6
RGB: (255,222,230)

Color info

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

RGB color model

#FFDEE6 color RGB value is (255,222,230).

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

RGB channels and saturation

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

255
222
230

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

Portions of RGB colors in percentages

R + G + B =
255 + 222 + 230 = 707 (100%)
R 255 of 707 ~ 36.07%
G 222 of 707 ~ 31.4%
B 230 of 707 ~ 32.53%

%36.07
%31.4
%32.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.94%
  • yellow value is 9.80%
  • 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
%9.8
%0

Codes

Color #FFDEE6 in popluar color models

FFDEE6
RGB255222230
HSL345°100.00%93.53%
HSB/HSV345°12.94%100.00%
CMYK0.00%12.94%9.80%
0.00%

Color #FFDEE6 in popluar number systems.

HEXFFDEE6
Decimal255222230
Binary111111111101111011100110
Octal377336346

Shades and tints

Shades of #FFDEE6

#FFDEE6
(255,222,230)
#E8CAD2
(232,202,210)
#D1B6BE
(209,182,190)
#BAA2AA
(186,162,170)
#A38E96
(163,142,150)
#8C7A82
(140,122,130)
#75666E
(117,102,110)
#5E525A
(94,82,90)
#473E46
(71,62,70)
#302A32
(48,42,50)
#19161E
(25,22,30)
#000000
(0,0,0)

Tints of #FFDEE6

#FFDEE6
(255,222,230)
#FFE1E8
(255,225,232)
#FFE4EA
(255,228,234)
#FFE7EC
(255,231,236)
#FFEAEE
(255,234,238)
#FFEDF0
(255,237,240)
#FFF0F2
(255,240,242)
#FFF3F4
(255,243,244)
#FFF6F6
(255,246,246)
#FFF9F8
(255,249,248)
#FFFCFA
(255,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDEE6; }

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

This text font color is #FFDEE6.


Background Color

.myBgColor { background-color: #FFDEE6; }

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

This div background color is #FFDEE6.


Border color

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

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

This div border color is #FFDEE6.


Opacity

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

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

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

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

This text has shadow with #FFDEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDEE6 on black background.


Color preview on white background

This text has color #FFDEE6 on white background.



Black color preview on #FFDEE6 background

This text has black color on #FFDEE6 background.


White color preview on #FFDEE6 background

This text has white color on #FFDEE6 background.