COLOR #F5E3DA

HEX: #F5E3DA
RGB: (245,227,218)

Color info

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

RGB color model

#F5E3DA color RGB value is (245,227,218).

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

RGB channels and saturation

R 245 of 255 = 96%
G 227 of 255 = 89%
B 218 of 255 = 85%

245
227
218

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

Portions of RGB colors in percentages

R + G + B =
245 + 227 + 218 = 690 (100%)
R 245 of 690 ~ 35.51%
G 227 of 690 ~ 32.9%
B 218 of 690 ~ 31.59%

%35.51
%32.9
%31.59

CMYK color model

#F5E3DA color CMYK value is (0,7,11,4).

  • cyan value is 0.00%
  • magenta value is 7.35%
  • yellow value is 11.02%
  • key color value is 3.92%
CMYK:
(0,7,11,4)
C0M7Y11K4 
(0%,7%,11%,4%)
(0.00/0.07/0.11/0.04)	

CMYK percentages

%0
%7.35
%11.02
%3.92

Codes

Color #F5E3DA in popluar color models

F5E3DA
RGB245227218
HSL20°57.45%90.78%
HSB/HSV20°11.02%96.08%
CMYK0.00%7.35%11.02%
3.92%

Color #F5E3DA in popluar number systems.

HEXF5E3DA
Decimal245227218
Binary111101011110001111011010
Octal365343332

Shades and tints

Shades of #F5E3DA

#F5E3DA
(245,227,218)
#DFCFC7
(223,207,199)
#C9BBB4
(201,187,180)
#B3A7A1
(179,167,161)
#9D938E
(157,147,142)
#877F7B
(135,127,123)
#716B68
(113,107,104)
#5B5755
(91,87,85)
#454342
(69,67,66)
#2F2F2F
(47,47,47)
#191B1C
(25,27,28)
#000000
(0,0,0)

Tints of #F5E3DA

#F5E3DA
(245,227,218)
#F5E5DD
(245,229,221)
#F5E7E0
(245,231,224)
#F5E9E3
(245,233,227)
#F5EBE6
(245,235,230)
#F5EDE9
(245,237,233)
#F5EFEC
(245,239,236)
#F5F1EF
(245,241,239)
#F5F3F2
(245,243,242)
#F5F5F5
(245,245,245)
#F5F7F8
(245,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5E3DA; }

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

This text font color is #F5E3DA.


Background Color

.myBgColor { background-color: #F5E3DA; }

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

This div background color is #F5E3DA.


Border color

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

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

This div border color is #F5E3DA.


Opacity

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

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

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

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

This text has shadow with #F5E3DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5E3DA on black background.


Color preview on white background

This text has color #F5E3DA on white background.



Black color preview on #F5E3DA background

This text has black color on #F5E3DA background.


White color preview on #F5E3DA background

This text has white color on #F5E3DA background.