COLOR #F5EDCA

HEX: #F5EDCA
RGB: (245,237,202)

Color info

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

RGB color model

#F5EDCA color RGB value is (245,237,202).

  • red value is 245;
  • green value is 237;
  • blue value is 202.
RGB:
(245,237,202)
(96%,93%,79%)

RGB channels and saturation

R 245 of 255 = 96%
G 237 of 255 = 93%
B 202 of 255 = 79%

245
237
202

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

Portions of RGB colors in percentages

R + G + B =
245 + 237 + 202 = 684 (100%)
R 245 of 684 ~ 35.82%
G 237 of 684 ~ 34.65%
B 202 of 684 ~ 29.53%

%35.82
%34.65
%29.53

CMYK color model

#F5EDCA color CMYK value is (0,3,18,4).

  • cyan value is 0.00%
  • magenta value is 3.27%
  • yellow value is 17.55%
  • key color value is 3.92%
CMYK:
(0,3,18,4)
C0M3Y18K4 
(0%,3%,18%,4%)
(0.00/0.03/0.18/0.04)	

CMYK percentages

%0
%3.27
%17.55
%3.92

Codes

Color #F5EDCA in popluar color models

F5EDCA
RGB245237202
HSL49°68.25%87.65%
HSB/HSV49°17.55%96.08%
CMYK0.00%3.27%17.55%
3.92%

Color #F5EDCA in popluar number systems.

HEXF5EDCA
Decimal245237202
Binary111101011110110111001010
Octal365355312

Shades and tints

Shades of #F5EDCA

#F5EDCA
(245,237,202)
#DFD8B8
(223,216,184)
#C9C3A6
(201,195,166)
#B3AE94
(179,174,148)
#9D9982
(157,153,130)
#878470
(135,132,112)
#716F5E
(113,111,94)
#5B5A4C
(91,90,76)
#45453A
(69,69,58)
#2F3028
(47,48,40)
#191B16
(25,27,22)
#000000
(0,0,0)

Tints of #F5EDCA

#F5EDCA
(245,237,202)
#F5EECE
(245,238,206)
#F5EFD2
(245,239,210)
#F5F0D6
(245,240,214)
#F5F1DA
(245,241,218)
#F5F2DE
(245,242,222)
#F5F3E2
(245,243,226)
#F5F4E6
(245,244,230)
#F5F5EA
(245,245,234)
#F5F6EE
(245,246,238)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5EDCA color. Also use rgb(245,237,202) instead hex code.

Text Font Color

.myTextColor { color: #F5EDCA; }

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

This text font color is #F5EDCA.


Background Color

.myBgColor { background-color: #F5EDCA; }

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

This div background color is #F5EDCA.


Border color

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

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

This div border color is #F5EDCA.


Opacity

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

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

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

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

This text has shadow with #F5EDCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5EDCA on black background.


Color preview on white background

This text has color #F5EDCA on white background.



Black color preview on #F5EDCA background

This text has black color on #F5EDCA background.


White color preview on #F5EDCA background

This text has white color on #F5EDCA background.