COLOR #FFDCE6

HEX: #FFDCE6
RGB: (255,220,230)

Color info

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

RGB color model

#FFDCE6 color RGB value is (255,220,230).

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

RGB channels and saturation

R 255 of 255 = 100%
G 220 of 255 = 86%
B 230 of 255 = 90%

255
220
230

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

Portions of RGB colors in percentages

R + G + B =
255 + 220 + 230 = 705 (100%)
R 255 of 705 ~ 36.17%
G 220 of 705 ~ 31.21%
B 230 of 705 ~ 32.62%

%36.17
%31.21
%32.62

CMYK color model

#FFDCE6 color CMYK value is (0,14,10,0).

  • cyan value is 0.00%
  • magenta value is 13.73%
  • yellow value is 9.80%
  • key color value is 0.00%
CMYK:
(0,14,10,0)
C0M14Y10K0 
(0%,14%,10%,0%)
(0.00/0.14/0.10/0.00)	

CMYK percentages

%0
%13.73
%9.8
%0

Codes

Color #FFDCE6 in popluar color models

FFDCE6
RGB255220230
HSL343°100.00%93.14%
HSB/HSV343°13.73%100.00%
CMYK0.00%13.73%9.80%
0.00%

Color #FFDCE6 in popluar number systems.

HEXFFDCE6
Decimal255220230
Binary111111111101110011100110
Octal377334346

Shades and tints

Shades of #FFDCE6

#FFDCE6
(255,220,230)
#E8C8D2
(232,200,210)
#D1B4BE
(209,180,190)
#BAA0AA
(186,160,170)
#A38C96
(163,140,150)
#8C7882
(140,120,130)
#75646E
(117,100,110)
#5E505A
(94,80,90)
#473C46
(71,60,70)
#302832
(48,40,50)
#19141E
(25,20,30)
#000000
(0,0,0)

Tints of #FFDCE6

#FFDCE6
(255,220,230)
#FFDFE8
(255,223,232)
#FFE2EA
(255,226,234)
#FFE5EC
(255,229,236)
#FFE8EE
(255,232,238)
#FFEBF0
(255,235,240)
#FFEEF2
(255,238,242)
#FFF1F4
(255,241,244)
#FFF4F6
(255,244,246)
#FFF7F8
(255,247,248)
#FFFAFA
(255,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDCE6; }

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

This text font color is #FFDCE6.


Background Color

.myBgColor { background-color: #FFDCE6; }

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

This div background color is #FFDCE6.


Border color

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

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

This div border color is #FFDCE6.


Opacity

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

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

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

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

This text has shadow with #FFDCE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDCE6 on black background.


Color preview on white background

This text has color #FFDCE6 on white background.



Black color preview on #FFDCE6 background

This text has black color on #FFDCE6 background.


White color preview on #FFDCE6 background

This text has white color on #FFDCE6 background.