COLOR #FFE1CE

HEX: #FFE1CE
RGB: (255,225,206)

Color info

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

RGB color model

#FFE1CE color RGB value is (255,225,206).

  • red value is 255;
  • green value is 225;
  • blue value is 206.
RGB:
(255,225,206)
(100%,88%,81%)

RGB channels and saturation

R 255 of 255 = 100%
G 225 of 255 = 88%
B 206 of 255 = 81%

255
225
206

R + G + B ~ 90%. #FFE1CE is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 225 + 206 = 686 (100%)
R 255 of 686 ~ 37.17%
G 225 of 686 ~ 32.8%
B 206 of 686 ~ 30.03%

%37.17
%32.8
%30.03

CMYK color model

#FFE1CE color CMYK value is (0,12,19,0).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 19.22%
  • key color value is 0.00%
CMYK:
(0,12,19,0)
C0M12Y19K0 
(0%,12%,19%,0%)
(0.00/0.12/0.19/0.00)	

CMYK percentages

%0
%11.76
%19.22
%0

Codes

Color #FFE1CE in popluar color models

FFE1CE
RGB255225206
HSL23°100.00%90.39%
HSB/HSV23°19.22%100.00%
CMYK0.00%11.76%19.22%
0.00%

Color #FFE1CE in popluar number systems.

HEXFFE1CE
Decimal255225206
Binary111111111110000111001110
Octal377341316

Shades and tints

Shades of #FFE1CE

#FFE1CE
(255,225,206)
#E8CDBC
(232,205,188)
#D1B9AA
(209,185,170)
#BAA598
(186,165,152)
#A39186
(163,145,134)
#8C7D74
(140,125,116)
#756962
(117,105,98)
#5E5550
(94,85,80)
#47413E
(71,65,62)
#302D2C
(48,45,44)
#19191A
(25,25,26)
#000000
(0,0,0)

Tints of #FFE1CE

#FFE1CE
(255,225,206)
#FFE3D2
(255,227,210)
#FFE5D6
(255,229,214)
#FFE7DA
(255,231,218)
#FFE9DE
(255,233,222)
#FFEBE2
(255,235,226)
#FFEDE6
(255,237,230)
#FFEFEA
(255,239,234)
#FFF1EE
(255,241,238)
#FFF3F2
(255,243,242)
#FFF5F6
(255,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE1CE color. Also use rgb(255,225,206) instead hex code.

Text Font Color

.myTextColor { color: #FFE1CE; }

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

This text font color is #FFE1CE.


Background Color

.myBgColor { background-color: #FFE1CE; }

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

This div background color is #FFE1CE.


Border color

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

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

This div border color is #FFE1CE.


Opacity

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

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

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

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

This text has shadow with #FFE1CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE1CE on black background.


Color preview on white background

This text has color #FFE1CE on white background.



Black color preview on #FFE1CE background

This text has black color on #FFE1CE background.


White color preview on #FFE1CE background

This text has white color on #FFE1CE background.