COLOR #F5EDC8

HEX: #F5EDC8
RGB: (245,237,200)

Color info

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

RGB color model

#F5EDC8 color RGB value is (245,237,200).

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

RGB channels and saturation

R 245 of 255 = 96%
G 237 of 255 = 93%
B 200 of 255 = 78%

245
237
200

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

Portions of RGB colors in percentages

R + G + B =
245 + 237 + 200 = 682 (100%)
R 245 of 682 ~ 35.92%
G 237 of 682 ~ 34.75%
B 200 of 682 ~ 29.33%

%35.92
%34.75
%29.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.27%
  • yellow value is 18.37%
  • 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
%18.37
%3.92

Codes

Color #F5EDC8 in popluar color models

F5EDC8
RGB245237200
HSL49°69.23%87.25%
HSB/HSV49°18.37%96.08%
CMYK0.00%3.27%18.37%
3.92%

Color #F5EDC8 in popluar number systems.

HEXF5EDC8
Decimal245237200
Binary111101011110110111001000
Octal365355310

Shades and tints

Shades of #F5EDC8

#F5EDC8
(245,237,200)
#DFD8B6
(223,216,182)
#C9C3A4
(201,195,164)
#B3AE92
(179,174,146)
#9D9980
(157,153,128)
#87846E
(135,132,110)
#716F5C
(113,111,92)
#5B5A4A
(91,90,74)
#454538
(69,69,56)
#2F3026
(47,48,38)
#191B14
(25,27,20)
#000000
(0,0,0)

Tints of #F5EDC8

#F5EDC8
(245,237,200)
#F5EECD
(245,238,205)
#F5EFD2
(245,239,210)
#F5F0D7
(245,240,215)
#F5F1DC
(245,241,220)
#F5F2E1
(245,242,225)
#F5F3E6
(245,243,230)
#F5F4EB
(245,244,235)
#F5F5F0
(245,245,240)
#F5F6F5
(245,246,245)
#F5F7FA
(245,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5EDC8; }

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

This text font color is #F5EDC8.


Background Color

.myBgColor { background-color: #F5EDC8; }

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

This div background color is #F5EDC8.


Border color

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

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

This div border color is #F5EDC8.


Opacity

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

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

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

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

This text has shadow with #F5EDC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5EDC8 on black background.


Color preview on white background

This text has color #F5EDC8 on white background.



Black color preview on #F5EDC8 background

This text has black color on #F5EDC8 background.


White color preview on #F5EDC8 background

This text has white color on #F5EDC8 background.