COLOR #FFE4C3

HEX: #FFE4C3 RGB: (255,228,195)

Color info

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

RGB color model

#FFE4C3 color RGB value is (255,228,195).

RGB: (255,228,195) (100%, 89%, 76%)

RGB channels and saturation

R 255 of 255 = 100%
G 228 of 255 = 89%
B 195 of 255 = 76%

255
228
195

R + G + B ~ 88%. #FFE4C3 is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 228 + 195 = 678 (100%)
R 255 of 678 ~ 37.61%
G 228 of 678 ~ 33.63%
B 195 of 678 ~ 28.76'%

%37.61
%33.63
%28.76

CMYK color model

#FFE4C3 color CMYK value is (0,11,24,0).

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

CMYK: (0,11,24,0)
C0M11Y24K0 (0%, 11%, 24%, 0%)
(0.00 / 0.11 / 0.24 / 0.00)

CMYK percentages

%0
%10.59
%23.53
%0

Codes

Color #FFE4C3 in popluar color models

FF E4 C3
RGB 255 228 195
HSL 33° 100.00% 88.24%
HSB/HSV 33° 23.53% 100.00%
CMYK 0.00% 10.59% 23.53%
0.00%

Color #FFE4C3 in popluar number systems.

HEX FF E4 C3
Decimal 255 228 195
Binary 11111111 11100100 11000011
Octal 377 344 303

Shades and tints

Shades of #FFE4C3

#FFE4C3
(255,228,195)
#E8D0B2
(232,208,178)
#D1BCA1
(209,188,161)
#BAA890
(186,168,144)
#A3947F
(163,148,127)
#8C806E
(140,128,110)
#756C5D
(117,108,93)
#5E584C
(94,88,76)
#47443B
(71,68,59)
#30302A
(48,48,42)
#191C19
(25,28,25)
#000000
(0,0,0)

Tints of #FFE4C3

#FFE4C3
(255,228,195)
#FFE6C8
(255,230,200)
#FFE8CD
(255,232,205)
#FFEAD2
(255,234,210)
#FFECD7
(255,236,215)
#FFEEDC
(255,238,220)
#FFF0E1
(255,240,225)
#FFF2E6
(255,242,230)
#FFF4EB
(255,244,235)
#FFF6F0
(255,246,240)
#FFF8F5
(255,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE4C3; }

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

This text font color is #FFE4C3.

Background Color

.myBgColor { background-color: #FFE4C3; }

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

This div background color is #FFE4C3.

Border color

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

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

This div border color is #FFE4C3.

Opacity

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

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

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

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

This text has shadow with #FFE4C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFE4C3.

Preview

Color preview on black background

This text has color #FFE4C3 on black background.


Color preview on white background

This text has color #FFE4C3 on white background.


Black color preview on #FFE4C3 background

This text has black color on #FFE4C3 background.


White color preview on #FFE4C3 background

This text has white color on #FFE4C3 background.


Related colors

Complementary color

Complementary color for #hex is #001B3C.


I love getcolorcode.com

Triadic colors

1 #C3FFE4 and #E4C3FF with #FFE4C3 are triadic colors.

2 #C3E4FF and #E4FFC3 with #FFE4C3 are triadic colors.