COLOR #F5E5CB

HEX: #F5E5CB
RGB: (245,229,203)

Color info

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

RGB color model

#F5E5CB color RGB value is (245,229,203).

  • red value is 245;
  • green value is 229;
  • blue value is 203.
RGB:
(245,229,203)
(96%,90%,80%)

RGB channels and saturation

R 245 of 255 = 96%
G 229 of 255 = 90%
B 203 of 255 = 80%

245
229
203

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

Portions of RGB colors in percentages

R + G + B =
245 + 229 + 203 = 677 (100%)
R 245 of 677 ~ 36.19%
G 229 of 677 ~ 33.83%
B 203 of 677 ~ 29.99%

%36.19
%33.83
%29.99

CMYK color model

#F5E5CB color CMYK value is (0,7,17,4).

  • cyan value is 0.00%
  • magenta value is 6.53%
  • yellow value is 17.14%
  • key color value is 3.92%
CMYK:
(0,7,17,4)
C0M7Y17K4 
(0%,7%,17%,4%)
(0.00/0.07/0.17/0.04)	

CMYK percentages

%0
%6.53
%17.14
%3.92

Codes

Color #F5E5CB in popluar color models

F5E5CB
RGB245229203
HSL37°67.74%87.84%
HSB/HSV37°17.14%96.08%
CMYK0.00%6.53%17.14%
3.92%

Color #F5E5CB in popluar number systems.

HEXF5E5CB
Decimal245229203
Binary111101011110010111001011
Octal365345313

Shades and tints

Shades of #F5E5CB

#F5E5CB
(245,229,203)
#DFD1B9
(223,209,185)
#C9BDA7
(201,189,167)
#B3A995
(179,169,149)
#9D9583
(157,149,131)
#878171
(135,129,113)
#716D5F
(113,109,95)
#5B594D
(91,89,77)
#45453B
(69,69,59)
#2F3129
(47,49,41)
#191D17
(25,29,23)
#000000
(0,0,0)

Tints of #F5E5CB

#F5E5CB
(245,229,203)
#F5E7CF
(245,231,207)
#F5E9D3
(245,233,211)
#F5EBD7
(245,235,215)
#F5EDDB
(245,237,219)
#F5EFDF
(245,239,223)
#F5F1E3
(245,241,227)
#F5F3E7
(245,243,231)
#F5F5EB
(245,245,235)
#F5F7EF
(245,247,239)
#F5F9F3
(245,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5E5CB color. Also use rgb(245,229,203) instead hex code.

Text Font Color

.myTextColor { color: #F5E5CB; }

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

This text font color is #F5E5CB.


Background Color

.myBgColor { background-color: #F5E5CB; }

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

This div background color is #F5E5CB.


Border color

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

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

This div border color is #F5E5CB.


Opacity

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

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

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

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

This text has shadow with #F5E5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5E5CB on black background.


Color preview on white background

This text has color #F5E5CB on white background.



Black color preview on #F5E5CB background

This text has black color on #F5E5CB background.


White color preview on #F5E5CB background

This text has white color on #F5E5CB background.