COLOR #FFE3CB

HEX: #FFE3CB
RGB: (255,227,203)

Color info

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

RGB color model

#FFE3CB color RGB value is (255,227,203).

  • red value is 255;
  • green value is 227;
  • blue value is 203.
RGB:
(255,227,203)
(100%,89%,80%)

RGB channels and saturation

R 255 of 255 = 100%
G 227 of 255 = 89%
B 203 of 255 = 80%

255
227
203

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

Portions of RGB colors in percentages

R + G + B =
255 + 227 + 203 = 685 (100%)
R 255 of 685 ~ 37.23%
G 227 of 685 ~ 33.14%
B 203 of 685 ~ 29.64%

%37.23
%33.14
%29.64

CMYK color model

#FFE3CB color CMYK value is (0,11,20,0).

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 20.39%
  • key color value is 0.00%
CMYK:
(0,11,20,0)
C0M11Y20K0 
(0%,11%,20%,0%)
(0.00/0.11/0.20/0.00)	

CMYK percentages

%0
%10.98
%20.39
%0

Codes

Color #FFE3CB in popluar color models

FFE3CB
RGB255227203
HSL28°100.00%89.80%
HSB/HSV28°20.39%100.00%
CMYK0.00%10.98%20.39%
0.00%

Color #FFE3CB in popluar number systems.

HEXFFE3CB
Decimal255227203
Binary111111111110001111001011
Octal377343313

Shades and tints

Shades of #FFE3CB

#FFE3CB
(255,227,203)
#E8CFB9
(232,207,185)
#D1BBA7
(209,187,167)
#BAA795
(186,167,149)
#A39383
(163,147,131)
#8C7F71
(140,127,113)
#756B5F
(117,107,95)
#5E574D
(94,87,77)
#47433B
(71,67,59)
#302F29
(48,47,41)
#191B17
(25,27,23)
#000000
(0,0,0)

Tints of #FFE3CB

#FFE3CB
(255,227,203)
#FFE5CF
(255,229,207)
#FFE7D3
(255,231,211)
#FFE9D7
(255,233,215)
#FFEBDB
(255,235,219)
#FFEDDF
(255,237,223)
#FFEFE3
(255,239,227)
#FFF1E7
(255,241,231)
#FFF3EB
(255,243,235)
#FFF5EF
(255,245,239)
#FFF7F3
(255,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE3CB; }

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

This text font color is #FFE3CB.


Background Color

.myBgColor { background-color: #FFE3CB; }

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

This div background color is #FFE3CB.


Border color

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

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

This div border color is #FFE3CB.


Opacity

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

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

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

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

This text has shadow with #FFE3CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE3CB on black background.


Color preview on white background

This text has color #FFE3CB on white background.



Black color preview on #FFE3CB background

This text has black color on #FFE3CB background.


White color preview on #FFE3CB background

This text has white color on #FFE3CB background.