COLOR #FFD0E9

HEX: #FFD0E9 RGB: (255,208,233)

Color info

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

RGB color model

#FFD0E9 color RGB value is (255,208,233).

RGB: (255,208,233) (100%, 82%, 91%)

RGB channels and saturation

R 255 of 255 = 100%
G 208 of 255 = 82%
B 233 of 255 = 91%

255
208
233

R + G + B ~ 91%. #FFD0E9 is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 208 + 233 = 696 (100%)
R 255 of 696 ~ 36.64%
G 208 of 696 ~ 29.89%
B 233 of 696 ~ 33.48'%

%36.64
%29.89
%33.48

CMYK color model

#FFD0E9 color CMYK value is (0,18,9,0).

  • cyan value is 0.00%
  • magenta value is 18.43%
  • yellow value is 8.63%
  • key color value is 0.00%
CMYK: (0,18,9,0) C0M18Y9K0 (0%,18%,9%,0%) (0.00/0.18/0.09/0.00) 

CMYK percentages

%0
%18.43
%8.63
%0

Codes

Color #FFD0E9 in popluar color models

FF D0 E9
RGB 255 208 233
HSL 328° 100.00% 90.78%
HSB/HSV 328° 18.43% 100.00%
CMYK 0.00% 18.43% 8.63%
0.00%

Color #FFD0E9 in popluar number systems.

HEX FF D0 E9
Decimal 255 208 233
Binary 11111111 11010000 11101001
Octal 377 320 351

Shades and tints

Shades of #FFD0E9

#FFD0E9
(255,208,233)
#E8BED4
(232,190,212)
#D1ACBF
(209,172,191)
#BA9AAA
(186,154,170)
#A38895
(163,136,149)
#8C7680
(140,118,128)
#75646B
(117,100,107)
#5E5256
(94,82,86)
#474041
(71,64,65)
#302E2C
(48,46,44)
#191C17
(25,28,23)
#000000
(0,0,0)

Tints of #FFD0E9

#FFD0E9
(255,208,233)
#FFD4EB
(255,212,235)
#FFD8ED
(255,216,237)
#FFDCEF
(255,220,239)
#FFE0F1
(255,224,241)
#FFE4F3
(255,228,243)
#FFE8F5
(255,232,245)
#FFECF7
(255,236,247)
#FFF0F9
(255,240,249)
#FFF4FB
(255,244,251)
#FFF8FD
(255,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD0E9; }

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

This text font color is #FFD0E9.

Background Color

.myBgColor { background-color: #FFD0E9; }

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

This div background color is #FFD0E9.

Border color

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

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

This div border color is #FFD0E9.

Opacity

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

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

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

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

This text has shadow with #FFD0E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFD0E9.

Preview

Color preview on black background

This text has color #FFD0E9 on black background.


Color preview on white background

This text has color #FFD0E9 on white background.


Black color preview on #FFD0E9 background

This text has black color on #FFD0E9 background.


White color preview on #FFD0E9 background

This text has white color on #FFD0E9 background.


Related colors

Complementary color

Complementary color for #hex is #002F16.


I love getcolorcode.com

Triadic colors

1 #E9FFD0 and #D0E9FF with #FFD0E9 are triadic colors.

2 #E9D0FF and #D0FFE9 with #FFD0E9 are triadic colors.