COLOR #FFE5C2

HEX: #FFE5C2 RGB: (255,229,194)

Color info

#FFE5C2 contains mainly red and green colors. Web safe color of #FFE5C2 is #FFCCCC (or #FCC).

RGB color model

#FFE5C2 color RGB value is (255,229,194).

RGB: (255,229,194) (100%, 90%, 76%)

RGB channels and saturation

R 255 of 255 = 100%
G 229 of 255 = 90%
B 194 of 255 = 76%

255
229
194

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

Portions of RGB colors in percentages

R + G + B = 255 + 229 + 194 = 678 (100%)
R 255 of 678 ~ 37.61%
G 229 of 678 ~ 33.78%
B 194 of 678 ~ 28.61'%

%37.61
%33.78
%28.61

CMYK color model

#FFE5C2 color CMYK value is (0,10,24,0).

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

CMYK: (0,10,24,0)
C0M10Y24K0 (0%, 10%, 24%, 0%)
(0.00 / 0.10 / 0.24 / 0.00)

CMYK percentages

%0
%10.2
%23.92
%0

Codes

Color #FFE5C2 in popluar color models

FF E5 C2
RGB 255 229 194
HSL 34° 100.00% 88.04%
HSB/HSV 34° 23.92% 100.00%
CMYK 0.00% 10.20% 23.92%
0.00%

Color #FFE5C2 in popluar number systems.

HEX FF E5 C2
Decimal 255 229 194
Binary 11111111 11100101 11000010
Octal 377 345 302

Shades and tints

Shades of #FFE5C2

#FFE5C2
(255,229,194)
#E8D1B1
(232,209,177)
#D1BDA0
(209,189,160)
#BAA98F
(186,169,143)
#A3957E
(163,149,126)
#8C816D
(140,129,109)
#756D5C
(117,109,92)
#5E594B
(94,89,75)
#47453A
(71,69,58)
#303129
(48,49,41)
#191D18
(25,29,24)
#000000
(0,0,0)

Tints of #FFE5C2

#FFE5C2
(255,229,194)
#FFE7C7
(255,231,199)
#FFE9CC
(255,233,204)
#FFEBD1
(255,235,209)
#FFEDD6
(255,237,214)
#FFEFDB
(255,239,219)
#FFF1E0
(255,241,224)
#FFF3E5
(255,243,229)
#FFF5EA
(255,245,234)
#FFF7EF
(255,247,239)
#FFF9F4
(255,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE5C2; }

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

This text font color is #FFE5C2.

Background Color

.myBgColor { background-color: #FFE5C2; }

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

This div background color is #FFE5C2.

Border color

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

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

This div border color is #FFE5C2.

Opacity

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

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

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

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

This text has shadow with #FFE5C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFE5C2.

Preview

Color preview on black background

This text has color #FFE5C2 on black background.


Color preview on white background

This text has color #FFE5C2 on white background.


Black color preview on #FFE5C2 background

This text has black color on #FFE5C2 background.


White color preview on #FFE5C2 background

This text has white color on #FFE5C2 background.


Related colors

Complementary color

Complementary color for #hex is #001A3D.


I love getcolorcode.com

Triadic colors

1 #C2FFE5 and #E5C2FF with #FFE5C2 are triadic colors.

2 #C2E5FF and #E5FFC2 with #FFE5C2 are triadic colors.