COLOR #FFE8C1

HEX: #FFE8C1 RGB: (255,232,193)

Color info

#FFE8C1 contains mainly red and green colors. Web safe color of #FFE8C1 is #FFFFCC (or #FFC).

RGB color model

#FFE8C1 color RGB value is (255,232,193).

RGB: (255,232,193) (100%, 91%, 76%)

RGB channels and saturation

R 255 of 255 = 100%
G 232 of 255 = 91%
B 193 of 255 = 76%

255
232
193

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

Portions of RGB colors in percentages

R + G + B = 255 + 232 + 193 = 680 (100%)
R 255 of 680 ~ 37.5%
G 232 of 680 ~ 34.12%
B 193 of 680 ~ 28.38'%

%37.5
%34.12
%28.38

CMYK color model

#FFE8C1 color CMYK value is (0,9,24,0).

  • cyan value is 0.00%
  • magenta value is 9.02%
  • yellow value is 24.31%
  • key color value is 0.00%

CMYK: (0,9,24,0)
C0M9Y24K0 (0%, 9%, 24%, 0%)
(0.00 / 0.09 / 0.24 / 0.00)

CMYK percentages

%0
%9.02
%24.31
%0

Codes

Color #FFE8C1 in popluar color models

FF E8 C1
RGB 255 232 193
HSL 38° 100.00% 87.84%
HSB/HSV 38° 24.31% 100.00%
CMYK 0.00% 9.02% 24.31%
0.00%

Color #FFE8C1 in popluar number systems.

HEX FF E8 C1
Decimal 255 232 193
Binary 11111111 11101000 11000001
Octal 377 350 301

Shades and tints

Shades of #FFE8C1

#FFE8C1
(255,232,193)
#E8D3B0
(232,211,176)
#D1BE9F
(209,190,159)
#BAA98E
(186,169,142)
#A3947D
(163,148,125)
#8C7F6C
(140,127,108)
#756A5B
(117,106,91)
#5E554A
(94,85,74)
#474039
(71,64,57)
#302B28
(48,43,40)
#191617
(25,22,23)
#000000
(0,0,0)

Tints of #FFE8C1

#FFE8C1
(255,232,193)
#FFEAC6
(255,234,198)
#FFECCB
(255,236,203)
#FFEED0
(255,238,208)
#FFF0D5
(255,240,213)
#FFF2DA
(255,242,218)
#FFF4DF
(255,244,223)
#FFF6E4
(255,246,228)
#FFF8E9
(255,248,233)
#FFFAEE
(255,250,238)
#FFFCF3
(255,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE8C1 color. Also use rgb(255,232,193) instead hex code.

Text Font Color

.myTextColor { color: #FFE8C1; }

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

This text font color is #FFE8C1.

Background Color

.myBgColor { background-color: #FFE8C1; }

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

This div background color is #FFE8C1.

Border color

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

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

This div border color is #FFE8C1.

Opacity

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

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

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

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

This text has shadow with #FFE8C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFE8C1.

Preview

Color preview on black background

This text has color #FFE8C1 on black background.


Color preview on white background

This text has color #FFE8C1 on white background.


Black color preview on #FFE8C1 background

This text has black color on #FFE8C1 background.


White color preview on #FFE8C1 background

This text has white color on #FFE8C1 background.


Related colors

Complementary color

Complementary color for #hex is #00173E.


I love getcolorcode.com

Triadic colors

1 #C1FFE8 and #E8C1FF with #FFE8C1 are triadic colors.

2 #C1E8FF and #E8FFC1 with #FFE8C1 are triadic colors.