COLOR #FFE4D0

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

255
228
208

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

Portions of RGB colors in percentages

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

%36.9
%33
%30.1

CMYK color model

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

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

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

CMYK percentages

%0
%10.59
%18.43
%0

Codes

Color #FFE4D0 in popluar color models

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

Color #FFE4D0 in popluar number systems.

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

Shades and tints

Shades of #FFE4D0

#FFE4D0
(255,228,208)
#E8D0BE
(232,208,190)
#D1BCAC
(209,188,172)
#BAA89A
(186,168,154)
#A39488
(163,148,136)
#8C8076
(140,128,118)
#756C64
(117,108,100)
#5E5852
(94,88,82)
#474440
(71,68,64)
#30302E
(48,48,46)
#191C1C
(25,28,28)
#000000
(0,0,0)

Tints of #FFE4D0

#FFE4D0
(255,228,208)
#FFE6D4
(255,230,212)
#FFE8D8
(255,232,216)
#FFEADC
(255,234,220)
#FFECE0
(255,236,224)
#FFEEE4
(255,238,228)
#FFF0E8
(255,240,232)
#FFF2EC
(255,242,236)
#FFF4F0
(255,244,240)
#FFF6F4
(255,246,244)
#FFF8F8
(255,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE4D0; }

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

This text font color is #FFE4D0.

Background Color

.myBgColor { background-color: #FFE4D0; }

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

This div background color is #FFE4D0.

Border color

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

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

This div border color is #FFE4D0.

Opacity

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

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

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

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

This text has shadow with #FFE4D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFE4D0.

Preview

Color preview on black background

This text has color #FFE4D0 on black background.


Color preview on white background

This text has color #FFE4D0 on white background.


Black color preview on #FFE4D0 background

This text has black color on #FFE4D0 background.


White color preview on #FFE4D0 background

This text has white color on #FFE4D0 background.


Related colors

Complementary color

Complementary color for #hex is #001B2F.


I love getcolorcode.com

Triadic colors

1 #D0FFE4 and #E4D0FF with #FFE4D0 are triadic colors.

2 #D0E4FF and #E4FFD0 with #FFE4D0 are triadic colors.