COLOR #FFE5C8

HEX: #FFE5C8 RGB: (255,229,200)

Color info

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

RGB color model

#FFE5C8 color RGB value is (255,229,200).

RGB: (255,229,200) (100%, 90%, 78%)

RGB channels and saturation

R 255 of 255 = 100%
G 229 of 255 = 90%
B 200 of 255 = 78%

255
229
200

R + G + B ~ 89%. #FFE5C8 is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 229 + 200 = 684 (100%)
R 255 of 684 ~ 37.28%
G 229 of 684 ~ 33.48%
B 200 of 684 ~ 29.24'%

%37.28
%33.48
%29.24

CMYK color model

#FFE5C8 color CMYK value is (0,10,22,0).

  • cyan value is 0.00%
  • magenta value is 10.20%
  • yellow value is 21.57%
  • key color value is 0.00%

CMYK: (0,10,22,0)
C0M10Y22K0 (0%, 10%, 22%, 0%)
(0.00 / 0.10 / 0.22 / 0.00)

CMYK percentages

%0
%10.2
%21.57
%0

Codes

Color #FFE5C8 in popluar color models

FF E5 C8
RGB 255 229 200
HSL 32° 100.00% 89.22%
HSB/HSV 32° 21.57% 100.00%
CMYK 0.00% 10.20% 21.57%
0.00%

Color #FFE5C8 in popluar number systems.

HEX FF E5 C8
Decimal 255 229 200
Binary 11111111 11100101 11001000
Octal 377 345 310

Shades and tints

Shades of #FFE5C8

#FFE5C8
(255,229,200)
#E8D1B6
(232,209,182)
#D1BDA4
(209,189,164)
#BAA992
(186,169,146)
#A39580
(163,149,128)
#8C816E
(140,129,110)
#756D5C
(117,109,92)
#5E594A
(94,89,74)
#474538
(71,69,56)
#303126
(48,49,38)
#191D14
(25,29,20)
#000000
(0,0,0)

Tints of #FFE5C8

#FFE5C8
(255,229,200)
#FFE7CD
(255,231,205)
#FFE9D2
(255,233,210)
#FFEBD7
(255,235,215)
#FFEDDC
(255,237,220)
#FFEFE1
(255,239,225)
#FFF1E6
(255,241,230)
#FFF3EB
(255,243,235)
#FFF5F0
(255,245,240)
#FFF7F5
(255,247,245)
#FFF9FA
(255,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE5C8 color. Also use rgb(255,229,200) instead hex code.

Text Font Color

.myTextColor { color: #FFE5C8; }

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

This text font color is #FFE5C8.

Background Color

.myBgColor { background-color: #FFE5C8; }

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

This div background color is #FFE5C8.

Border color

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

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

This div border color is #FFE5C8.

Opacity

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

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

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

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

This text has shadow with #FFE5C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFE5C8.

Preview

Color preview on black background

This text has color #FFE5C8 on black background.


Color preview on white background

This text has color #FFE5C8 on white background.


Black color preview on #FFE5C8 background

This text has black color on #FFE5C8 background.


White color preview on #FFE5C8 background

This text has white color on #FFE5C8 background.


Related colors

Complementary color

Complementary color for #hex is #001A37.


I love getcolorcode.com

Triadic colors

1 #C8FFE5 and #E5C8FF with #FFE5C8 are triadic colors.

2 #C8E5FF and #E5FFC8 with #FFE5C8 are triadic colors.