COLOR #F5F3DA

HEX: #F5F3DA
RGB: (245,243,218)

Color info

#F5F3DA contains red, green and blue colors in about the same proportion. Web safe color of #F5F3DA is #FFFFCC (or #FFC).

RGB color model

#F5F3DA color RGB value is (245,243,218).

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

RGB channels and saturation

R 245 of 255 = 96%
G 243 of 255 = 95%
B 218 of 255 = 85%

245
243
218

R + G + B ~ 92%. #F5F3DA is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 243 + 218 = 706 (100%)
R 245 of 706 ~ 34.7%
G 243 of 706 ~ 34.42%
B 218 of 706 ~ 30.88%

%34.7
%34.42
%30.88

CMYK color model

#F5F3DA color CMYK value is (0,1,11,4).

  • cyan value is 0.00%
  • magenta value is 0.82%
  • yellow value is 11.02%
  • key color value is 3.92%
CMYK:
(0,1,11,4)
C0M1Y11K4 
(0%,1%,11%,4%)
(0.00/0.01/0.11/0.04)	

CMYK percentages

%0
%0.82
%11.02
%3.92

Codes

Color #F5F3DA in popluar color models

F5F3DA
RGB245243218
HSL56°57.45%90.78%
HSB/HSV56°11.02%96.08%
CMYK0.00%0.82%11.02%
3.92%

Color #F5F3DA in popluar number systems.

HEXF5F3DA
Decimal245243218
Binary111101011111001111011010
Octal365363332

Shades and tints

Shades of #F5F3DA

#F5F3DA
(245,243,218)
#DFDDC7
(223,221,199)
#C9C7B4
(201,199,180)
#B3B1A1
(179,177,161)
#9D9B8E
(157,155,142)
#87857B
(135,133,123)
#716F68
(113,111,104)
#5B5955
(91,89,85)
#454342
(69,67,66)
#2F2D2F
(47,45,47)
#19171C
(25,23,28)
#000000
(0,0,0)

Tints of #F5F3DA

#F5F3DA
(245,243,218)
#F5F4DD
(245,244,221)
#F5F5E0
(245,245,224)
#F5F6E3
(245,246,227)
#F5F7E6
(245,247,230)
#F5F8E9
(245,248,233)
#F5F9EC
(245,249,236)
#F5FAEF
(245,250,239)
#F5FBF2
(245,251,242)
#F5FCF5
(245,252,245)
#F5FDF8
(245,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5F3DA; }

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

This text font color is #F5F3DA.


Background Color

.myBgColor { background-color: #F5F3DA; }

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

This div background color is #F5F3DA.


Border color

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

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

This div border color is #F5F3DA.


Opacity

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

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

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

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

This text has shadow with #F5F3DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5F3DA on black background.


Color preview on white background

This text has color #F5F3DA on white background.



Black color preview on #F5F3DA background

This text has black color on #F5F3DA background.


White color preview on #F5F3DA background

This text has white color on #F5F3DA background.