COLOR #FEE4CB

HEX: #FEE4CB
RGB: (254,228,203)

Color info

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

RGB color model

#FEE4CB color RGB value is (254,228,203).

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

RGB channels and saturation

R 254 of 255 = 100%
G 228 of 255 = 89%
B 203 of 255 = 80%

254
228
203

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

Portions of RGB colors in percentages

R + G + B =
254 + 228 + 203 = 685 (100%)
R 254 of 685 ~ 37.08%
G 228 of 685 ~ 33.28%
B 203 of 685 ~ 29.64%

%37.08
%33.28
%29.64

CMYK color model

#FEE4CB color CMYK value is (0,10,20,0).

  • cyan value is 0.00%
  • magenta value is 10.24%
  • yellow value is 20.08%
  • key color value is 0.39%
CMYK:
(0,10,20,0)
C0M10Y20K0 
(0%,10%,20%,0%)
(0.00/0.10/0.20/0.00)	

CMYK percentages

%0
%10.24
%20.08
%0.39

Codes

Color #FEE4CB in popluar color models

FEE4CB
RGB254228203
HSL29°96.23%89.61%
HSB/HSV29°20.08%99.61%
CMYK0.00%10.24%20.08%
0.39%

Color #FEE4CB in popluar number systems.

HEXFEE4CB
Decimal254228203
Binary111111101110010011001011
Octal376344313

Shades and tints

Shades of #FEE4CB

#FEE4CB
(254,228,203)
#E7D0B9
(231,208,185)
#D0BCA7
(208,188,167)
#B9A895
(185,168,149)
#A29483
(162,148,131)
#8B8071
(139,128,113)
#746C5F
(116,108,95)
#5D584D
(93,88,77)
#46443B
(70,68,59)
#2F3029
(47,48,41)
#181C17
(24,28,23)
#000000
(0,0,0)

Tints of #FEE4CB

#FEE4CB
(254,228,203)
#FEE6CF
(254,230,207)
#FEE8D3
(254,232,211)
#FEEAD7
(254,234,215)
#FEECDB
(254,236,219)
#FEEEDF
(254,238,223)
#FEF0E3
(254,240,227)
#FEF2E7
(254,242,231)
#FEF4EB
(254,244,235)
#FEF6EF
(254,246,239)
#FEF8F3
(254,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEE4CB color. Also use rgb(254,228,203) instead hex code.

Text Font Color

.myTextColor { color: #FEE4CB; }

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

This text font color is #FEE4CB.


Background Color

.myBgColor { background-color: #FEE4CB; }

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

This div background color is #FEE4CB.


Border color

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

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

This div border color is #FEE4CB.


Opacity

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

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

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

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

This text has shadow with #FEE4CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEE4CB on black background.


Color preview on white background

This text has color #FEE4CB on white background.



Black color preview on #FEE4CB background

This text has black color on #FEE4CB background.


White color preview on #FEE4CB background

This text has white color on #FEE4CB background.