COLOR #FFD0EE

HEX: #FFD0EE
RGB: (255,208,238)

Color info

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

RGB color model

#FFD0EE color RGB value is (255,208,238).

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

RGB channels and saturation

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

255
208
238

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

Portions of RGB colors in percentages

R + G + B =
255 + 208 + 238 = 701 (100%)
R 255 of 701 ~ 36.38%
G 208 of 701 ~ 29.67%
B 238 of 701 ~ 33.95%

%36.38
%29.67
%33.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.43%
  • yellow value is 6.67%
  • 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
%6.67
%0

Codes

Color #FFD0EE in popluar color models

FFD0EE
RGB255208238
HSL322°100.00%90.78%
HSB/HSV322°18.43%100.00%
CMYK0.00%18.43%6.67%
0.00%

Color #FFD0EE in popluar number systems.

HEXFFD0EE
Decimal255208238
Binary111111111101000011101110
Octal377320356

Shades and tints

Shades of #FFD0EE

#FFD0EE
(255,208,238)
#E8BED9
(232,190,217)
#D1ACC4
(209,172,196)
#BA9AAF
(186,154,175)
#A3889A
(163,136,154)
#8C7685
(140,118,133)
#756470
(117,100,112)
#5E525B
(94,82,91)
#474046
(71,64,70)
#302E31
(48,46,49)
#191C1C
(25,28,28)
#000000
(0,0,0)

Tints of #FFD0EE

#FFD0EE
(255,208,238)
#FFD4EF
(255,212,239)
#FFD8F0
(255,216,240)
#FFDCF1
(255,220,241)
#FFE0F2
(255,224,242)
#FFE4F3
(255,228,243)
#FFE8F4
(255,232,244)
#FFECF5
(255,236,245)
#FFF0F6
(255,240,246)
#FFF4F7
(255,244,247)
#FFF8F8
(255,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD0EE; }

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

This text font color is #FFD0EE.


Background Color

.myBgColor { background-color: #FFD0EE; }

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

This div background color is #FFD0EE.


Border color

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

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

This div border color is #FFD0EE.


Opacity

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

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

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

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

This text has shadow with #FFD0EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD0EE on black background.


Color preview on white background

This text has color #FFD0EE on white background.



Black color preview on #FFD0EE background

This text has black color on #FFD0EE background.


White color preview on #FFD0EE background

This text has white color on #FFD0EE background.