COLOR #FFE1CA

HEX: #FFE1CA
RGB: (255,225,202)

Color info

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

RGB color model

#FFE1CA color RGB value is (255,225,202).

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

RGB channels and saturation

R 255 of 255 = 100%
G 225 of 255 = 88%
B 202 of 255 = 79%

255
225
202

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

Portions of RGB colors in percentages

R + G + B =
255 + 225 + 202 = 682 (100%)
R 255 of 682 ~ 37.39%
G 225 of 682 ~ 32.99%
B 202 of 682 ~ 29.62%

%37.39
%32.99
%29.62

CMYK color model

#FFE1CA color CMYK value is (0,12,21,0).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 20.78%
  • key color value is 0.00%
CMYK:
(0,12,21,0)
C0M12Y21K0 
(0%,12%,21%,0%)
(0.00/0.12/0.21/0.00)	

CMYK percentages

%0
%11.76
%20.78
%0

Codes

Color #FFE1CA in popluar color models

FFE1CA
RGB255225202
HSL26°100.00%89.61%
HSB/HSV26°20.78%100.00%
CMYK0.00%11.76%20.78%
0.00%

Color #FFE1CA in popluar number systems.

HEXFFE1CA
Decimal255225202
Binary111111111110000111001010
Octal377341312

Shades and tints

Shades of #FFE1CA

#FFE1CA
(255,225,202)
#E8CDB8
(232,205,184)
#D1B9A6
(209,185,166)
#BAA594
(186,165,148)
#A39182
(163,145,130)
#8C7D70
(140,125,112)
#75695E
(117,105,94)
#5E554C
(94,85,76)
#47413A
(71,65,58)
#302D28
(48,45,40)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #FFE1CA

#FFE1CA
(255,225,202)
#FFE3CE
(255,227,206)
#FFE5D2
(255,229,210)
#FFE7D6
(255,231,214)
#FFE9DA
(255,233,218)
#FFEBDE
(255,235,222)
#FFEDE2
(255,237,226)
#FFEFE6
(255,239,230)
#FFF1EA
(255,241,234)
#FFF3EE
(255,243,238)
#FFF5F2
(255,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE1CA; }

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

This text font color is #FFE1CA.


Background Color

.myBgColor { background-color: #FFE1CA; }

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

This div background color is #FFE1CA.


Border color

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

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

This div border color is #FFE1CA.


Opacity

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

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

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

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

This text has shadow with #FFE1CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE1CA on black background.


Color preview on white background

This text has color #FFE1CA on white background.



Black color preview on #FFE1CA background

This text has black color on #FFE1CA background.


White color preview on #FFE1CA background

This text has white color on #FFE1CA background.