COLOR #FFD0E4

HEX: #FFD0E4 RGB: (255,208,228)

Color info

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

RGB color model

#FFD0E4 color RGB value is (255,208,228).

RGB: (255,208,228) (100%, 82%, 89%)

RGB channels and saturation

R 255 of 255 = 100%
G 208 of 255 = 82%
B 228 of 255 = 89%

255
208
228

R + G + B ~ 90%. #FFD0E4 is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 208 + 228 = 691 (100%)
R 255 of 691 ~ 36.9%
G 208 of 691 ~ 30.1%
B 228 of 691 ~ 33'%

%36.9
%30.1
%33

CMYK color model

#FFD0E4 color CMYK value is (0,18,11,0).

  • cyan value is 0.00%
  • magenta value is 18.43%
  • yellow value is 10.59%
  • key color value is 0.00%

CMYK: (0,18,11,0)
C0M18Y11K0 (0%, 18%, 11%, 0%)
(0.00 / 0.18 / 0.11 / 0.00)

CMYK percentages

%0
%18.43
%10.59
%0

Codes

Color #FFD0E4 in popluar color models

FF D0 E4
RGB 255 208 228
HSL 334° 100.00% 90.78%
HSB/HSV 334° 18.43% 100.00%
CMYK 0.00% 18.43% 10.59%
0.00%

Color #FFD0E4 in popluar number systems.

HEX FF D0 E4
Decimal 255 208 228
Binary 11111111 11010000 11100100
Octal 377 320 344

Shades and tints

Shades of #FFD0E4

#FFD0E4
(255,208,228)
#E8BED0
(232,190,208)
#D1ACBC
(209,172,188)
#BA9AA8
(186,154,168)
#A38894
(163,136,148)
#8C7680
(140,118,128)
#75646C
(117,100,108)
#5E5258
(94,82,88)
#474044
(71,64,68)
#302E30
(48,46,48)
#191C1C
(25,28,28)
#000000
(0,0,0)

Tints of #FFD0E4

#FFD0E4
(255,208,228)
#FFD4E6
(255,212,230)
#FFD8E8
(255,216,232)
#FFDCEA
(255,220,234)
#FFE0EC
(255,224,236)
#FFE4EE
(255,228,238)
#FFE8F0
(255,232,240)
#FFECF2
(255,236,242)
#FFF0F4
(255,240,244)
#FFF4F6
(255,244,246)
#FFF8F8
(255,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD0E4; }

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

This text font color is #FFD0E4.

Background Color

.myBgColor { background-color: #FFD0E4; }

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

This div background color is #FFD0E4.

Border color

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

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

This div border color is #FFD0E4.

Opacity

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

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

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

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

This text has shadow with #FFD0E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFD0E4.

Preview

Color preview on black background

This text has color #FFD0E4 on black background.


Color preview on white background

This text has color #FFD0E4 on white background.


Black color preview on #FFD0E4 background

This text has black color on #FFD0E4 background.


White color preview on #FFD0E4 background

This text has white color on #FFD0E4 background.


Related colors

Complementary color

Complementary color for #hex is #002F1B.


I love getcolorcode.com

Triadic colors

1 #E4FFD0 and #D0E4FF with #FFD0E4 are triadic colors.

2 #E4D0FF and #D0FFE4 with #FFD0E4 are triadic colors.