COLOR #FFD0EC

HEX: #FFD0EC
RGB: (255,208,236)

Color info

#FFD0EC contains red, green and blue colors in about the same proportion. Web safe color of #FFD0EC is #FFCCFF (or #FCF).

RGB color model

#FFD0EC color RGB value is (255,208,236).

  • red value is 255;
  • green value is 208;
  • blue value is 236.
RGB:
(255,208,236)
(100%,82%,93%)

RGB channels and saturation

R 255 of 255 = 100%
G 208 of 255 = 82%
B 236 of 255 = 93%

255
208
236

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

Portions of RGB colors in percentages

R + G + B =
255 + 208 + 236 = 699 (100%)
R 255 of 699 ~ 36.48%
G 208 of 699 ~ 29.76%
B 236 of 699 ~ 33.76%

%36.48
%29.76
%33.76

CMYK color model

#FFD0EC color CMYK value is (0,18,7,0).

  • cyan value is 0.00%
  • magenta value is 18.43%
  • yellow value is 7.45%
  • key color value is 0.00%
CMYK:
(0,18,7,0)
C0M18Y7K0 
(0%,18%,7%,0%)
(0.00/0.18/0.07/0.00)	

CMYK percentages

%0
%18.43
%7.45
%0

Codes

Color #FFD0EC in popluar color models

FFD0EC
RGB255208236
HSL324°100.00%90.78%
HSB/HSV324°18.43%100.00%
CMYK0.00%18.43%7.45%
0.00%

Color #FFD0EC in popluar number systems.

HEXFFD0EC
Decimal255208236
Binary111111111101000011101100
Octal377320354

Shades and tints

Shades of #FFD0EC

#FFD0EC
(255,208,236)
#E8BED7
(232,190,215)
#D1ACC2
(209,172,194)
#BA9AAD
(186,154,173)
#A38898
(163,136,152)
#8C7683
(140,118,131)
#75646E
(117,100,110)
#5E5259
(94,82,89)
#474044
(71,64,68)
#302E2F
(48,46,47)
#191C1A
(25,28,26)
#000000
(0,0,0)

Tints of #FFD0EC

#FFD0EC
(255,208,236)
#FFD4ED
(255,212,237)
#FFD8EE
(255,216,238)
#FFDCEF
(255,220,239)
#FFE0F0
(255,224,240)
#FFE4F1
(255,228,241)
#FFE8F2
(255,232,242)
#FFECF3
(255,236,243)
#FFF0F4
(255,240,244)
#FFF4F5
(255,244,245)
#FFF8F6
(255,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFD0EC color. Also use rgb(255,208,236) instead hex code.

Text Font Color

.myTextColor { color: #FFD0EC; }

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

This text font color is #FFD0EC.


Background Color

.myBgColor { background-color: #FFD0EC; }

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

This div background color is #FFD0EC.


Border color

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

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

This div border color is #FFD0EC.


Opacity

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

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

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

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

This text has shadow with #FFD0EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD0EC on black background.


Color preview on white background

This text has color #FFD0EC on white background.



Black color preview on #FFD0EC background

This text has black color on #FFD0EC background.


White color preview on #FFD0EC background

This text has white color on #FFD0EC background.