COLOR #FFE3C8

HEX: #FFE3C8 RGB: (255,227,200)

Color info

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

RGB color model

#FFE3C8 color RGB value is (255,227,200).

RGB: (255,227,200) (100%, 89%, 78%)

RGB channels and saturation

R 255 of 255 = 100%
G 227 of 255 = 89%
B 200 of 255 = 78%

255
227
200

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

Portions of RGB colors in percentages

R + G + B = 255 + 227 + 200 = 682 (100%)
R 255 of 682 ~ 37.39%
G 227 of 682 ~ 33.28%
B 200 of 682 ~ 29.33'%

%37.39
%33.28
%29.33

CMYK color model

#FFE3C8 color CMYK value is (0,11,22,0).

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 21.57%
  • key color value is 0.00%
CMYK: (0,11,22,0) C0M11Y22K0 (0%,11%,22%,0%) (0.00/0.11/0.22/0.00) 

CMYK percentages

%0
%10.98
%21.57
%0

Codes

Color #FFE3C8 in popluar color models

FF E3 C8
RGB 255 227 200
HSL 29° 100.00% 89.22%
HSB/HSV 29° 21.57% 100.00%
CMYK 0.00% 10.98% 21.57%
0.00%

Color #FFE3C8 in popluar number systems.

HEX FF E3 C8
Decimal 255 227 200
Binary 11111111 11100011 11001000
Octal 377 343 310

Shades and tints

Shades of #FFE3C8

#FFE3C8
(255,227,200)
#E8CFB6
(232,207,182)
#D1BBA4
(209,187,164)
#BAA792
(186,167,146)
#A39380
(163,147,128)
#8C7F6E
(140,127,110)
#756B5C
(117,107,92)
#5E574A
(94,87,74)
#474338
(71,67,56)
#302F26
(48,47,38)
#191B14
(25,27,20)
#000000
(0,0,0)

Tints of #FFE3C8

#FFE3C8
(255,227,200)
#FFE5CD
(255,229,205)
#FFE7D2
(255,231,210)
#FFE9D7
(255,233,215)
#FFEBDC
(255,235,220)
#FFEDE1
(255,237,225)
#FFEFE6
(255,239,230)
#FFF1EB
(255,241,235)
#FFF3F0
(255,243,240)
#FFF5F5
(255,245,245)
#FFF7FA
(255,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE3C8; }

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

This text font color is #FFE3C8.

Background Color

.myBgColor { background-color: #FFE3C8; }

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

This div background color is #FFE3C8.

Border color

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

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

This div border color is #FFE3C8.

Opacity

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

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

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

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

This text has shadow with #FFE3C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFE3C8.

Preview

Color preview on black background

This text has color #FFE3C8 on black background.


Color preview on white background

This text has color #FFE3C8 on white background.


Black color preview on #FFE3C8 background

This text has black color on #FFE3C8 background.


White color preview on #FFE3C8 background

This text has white color on #FFE3C8 background.


Related colors

Complementary color

Complementary color for #hex is #001C37.


I love getcolorcode.com

Triadic colors

1 #C8FFE3 and #E3C8FF with #FFE3C8 are triadic colors.

2 #C8E3FF and #E3FFC8 with #FFE3C8 are triadic colors.