COLOR #F5EDEB

HEX: #F5EDEB
RGB: (245,237,235)

Color info

#F5EDEB contains red, green and blue colors in about the same proportion. Web safe color of #F5EDEB is #FFFFFF (or #FFF).

RGB color model

#F5EDEB color RGB value is (245,237,235).

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

RGB channels and saturation

R 245 of 255 = 96%
G 237 of 255 = 93%
B 235 of 255 = 92%

245
237
235

R + G + B ~ 94%. #F5EDEB is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 237 + 235 = 717 (100%)
R 245 of 717 ~ 34.17%
G 237 of 717 ~ 33.05%
B 235 of 717 ~ 32.78%

%34.17
%33.05
%32.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.27%
  • yellow value is 4.08%
  • key color value is 3.92%
CMYK:
(0,3,4,4)
C0M3Y4K4 
(0%,3%,4%,4%)
(0.00/0.03/0.04/0.04)	

CMYK percentages

%0
%3.27
%4.08
%3.92

Codes

Color #F5EDEB in popluar color models

F5EDEB
RGB245237235
HSL12°33.33%94.12%
HSB/HSV12°4.08%96.08%
CMYK0.00%3.27%4.08%
3.92%

Color #F5EDEB in popluar number systems.

HEXF5EDEB
Decimal245237235
Binary111101011110110111101011
Octal365355353

Shades and tints

Shades of #F5EDEB

#F5EDEB
(245,237,235)
#DFD8D6
(223,216,214)
#C9C3C1
(201,195,193)
#B3AEAC
(179,174,172)
#9D9997
(157,153,151)
#878482
(135,132,130)
#716F6D
(113,111,109)
#5B5A58
(91,90,88)
#454543
(69,69,67)
#2F302E
(47,48,46)
#191B19
(25,27,25)
#000000
(0,0,0)

Tints of #F5EDEB

#F5EDEB
(245,237,235)
#F5EEEC
(245,238,236)
#F5EFED
(245,239,237)
#F5F0EE
(245,240,238)
#F5F1EF
(245,241,239)
#F5F2F0
(245,242,240)
#F5F3F1
(245,243,241)
#F5F4F2
(245,244,242)
#F5F5F3
(245,245,243)
#F5F6F4
(245,246,244)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5EDEB; }

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

This text font color is #F5EDEB.


Background Color

.myBgColor { background-color: #F5EDEB; }

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

This div background color is #F5EDEB.


Border color

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

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

This div border color is #F5EDEB.


Opacity

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

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

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

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

This text has shadow with #F5EDEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5EDEB on black background.


Color preview on white background

This text has color #F5EDEB on white background.



Black color preview on #F5EDEB background

This text has black color on #F5EDEB background.


White color preview on #F5EDEB background

This text has white color on #F5EDEB background.