COLOR #F5F3DD

HEX: #F5F3DD
RGB: (245,243,221)

Color info

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

RGB color model

#F5F3DD color RGB value is (245,243,221).

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

RGB channels and saturation

R 245 of 255 = 96%
G 243 of 255 = 95%
B 221 of 255 = 87%

245
243
221

R + G + B ~ 93%. #F5F3DD is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 243 + 221 = 709 (100%)
R 245 of 709 ~ 34.56%
G 243 of 709 ~ 34.27%
B 221 of 709 ~ 31.17%

%34.56
%34.27
%31.17

CMYK color model

#F5F3DD color CMYK value is (0,1,10,4).

  • cyan value is 0.00%
  • magenta value is 0.82%
  • yellow value is 9.80%
  • key color value is 3.92%
CMYK:
(0,1,10,4)
C0M1Y10K4 
(0%,1%,10%,4%)
(0.00/0.01/0.10/0.04)	

CMYK percentages

%0
%0.82
%9.8
%3.92

Codes

Color #F5F3DD in popluar color models

F5F3DD
RGB245243221
HSL55°54.55%91.37%
HSB/HSV55°9.80%96.08%
CMYK0.00%0.82%9.80%
3.92%

Color #F5F3DD in popluar number systems.

HEXF5F3DD
Decimal245243221
Binary111101011111001111011101
Octal365363335

Shades and tints

Shades of #F5F3DD

#F5F3DD
(245,243,221)
#DFDDC9
(223,221,201)
#C9C7B5
(201,199,181)
#B3B1A1
(179,177,161)
#9D9B8D
(157,155,141)
#878579
(135,133,121)
#716F65
(113,111,101)
#5B5951
(91,89,81)
#45433D
(69,67,61)
#2F2D29
(47,45,41)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #F5F3DD

#F5F3DD
(245,243,221)
#F5F4E0
(245,244,224)
#F5F5E3
(245,245,227)
#F5F6E6
(245,246,230)
#F5F7E9
(245,247,233)
#F5F8EC
(245,248,236)
#F5F9EF
(245,249,239)
#F5FAF2
(245,250,242)
#F5FBF5
(245,251,245)
#F5FCF8
(245,252,248)
#F5FDFB
(245,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5F3DD; }

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

This text font color is #F5F3DD.


Background Color

.myBgColor { background-color: #F5F3DD; }

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

This div background color is #F5F3DD.


Border color

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

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

This div border color is #F5F3DD.


Opacity

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

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

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

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

This text has shadow with #F5F3DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5F3DD on black background.


Color preview on white background

This text has color #F5F3DD on white background.



Black color preview on #F5F3DD background

This text has black color on #F5F3DD background.


White color preview on #F5F3DD background

This text has white color on #F5F3DD background.