COLOR #F5E3CE

HEX: #F5E3CE
RGB: (245,227,206)

Color info

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

RGB color model

#F5E3CE color RGB value is (245,227,206).

  • red value is 245;
  • green value is 227;
  • blue value is 206.
RGB:
(245,227,206)
(96%,89%,81%)

RGB channels and saturation

R 245 of 255 = 96%
G 227 of 255 = 89%
B 206 of 255 = 81%

245
227
206

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

Portions of RGB colors in percentages

R + G + B =
245 + 227 + 206 = 678 (100%)
R 245 of 678 ~ 36.14%
G 227 of 678 ~ 33.48%
B 206 of 678 ~ 30.38%

%36.14
%33.48
%30.38

CMYK color model

#F5E3CE color CMYK value is (0,7,16,4).

  • cyan value is 0.00%
  • magenta value is 7.35%
  • yellow value is 15.92%
  • key color value is 3.92%
CMYK:
(0,7,16,4)
C0M7Y16K4 
(0%,7%,16%,4%)
(0.00/0.07/0.16/0.04)	

CMYK percentages

%0
%7.35
%15.92
%3.92

Codes

Color #F5E3CE in popluar color models

F5E3CE
RGB245227206
HSL32°66.10%88.43%
HSB/HSV32°15.92%96.08%
CMYK0.00%7.35%15.92%
3.92%

Color #F5E3CE in popluar number systems.

HEXF5E3CE
Decimal245227206
Binary111101011110001111001110
Octal365343316

Shades and tints

Shades of #F5E3CE

#F5E3CE
(245,227,206)
#DFCFBC
(223,207,188)
#C9BBAA
(201,187,170)
#B3A798
(179,167,152)
#9D9386
(157,147,134)
#877F74
(135,127,116)
#716B62
(113,107,98)
#5B5750
(91,87,80)
#45433E
(69,67,62)
#2F2F2C
(47,47,44)
#191B1A
(25,27,26)
#000000
(0,0,0)

Tints of #F5E3CE

#F5E3CE
(245,227,206)
#F5E5D2
(245,229,210)
#F5E7D6
(245,231,214)
#F5E9DA
(245,233,218)
#F5EBDE
(245,235,222)
#F5EDE2
(245,237,226)
#F5EFE6
(245,239,230)
#F5F1EA
(245,241,234)
#F5F3EE
(245,243,238)
#F5F5F2
(245,245,242)
#F5F7F6
(245,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5E3CE color. Also use rgb(245,227,206) instead hex code.

Text Font Color

.myTextColor { color: #F5E3CE; }

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

This text font color is #F5E3CE.


Background Color

.myBgColor { background-color: #F5E3CE; }

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

This div background color is #F5E3CE.


Border color

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

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

This div border color is #F5E3CE.


Opacity

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

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

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

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

This text has shadow with #F5E3CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5E3CE on black background.


Color preview on white background

This text has color #F5E3CE on white background.



Black color preview on #F5E3CE background

This text has black color on #F5E3CE background.


White color preview on #F5E3CE background

This text has white color on #F5E3CE background.