COLOR #F5EDEE

HEX: #F5EDEE
RGB: (245,237,238)

Color info

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

RGB color model

#F5EDEE color RGB value is (245,237,238).

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

RGB channels and saturation

R 245 of 255 = 96%
G 237 of 255 = 93%
B 238 of 255 = 93%

245
237
238

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

Portions of RGB colors in percentages

R + G + B =
245 + 237 + 238 = 720 (100%)
R 245 of 720 ~ 34.03%
G 237 of 720 ~ 32.92%
B 238 of 720 ~ 33.06%

%34.03
%32.92
%33.06

CMYK color model

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

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

CMYK percentages

%0
%3.27
%2.86
%3.92

Codes

Color #F5EDEE in popluar color models

F5EDEE
RGB245237238
HSL353°28.57%94.51%
HSB/HSV353°3.27%96.08%
CMYK0.00%3.27%2.86%
3.92%

Color #F5EDEE in popluar number systems.

HEXF5EDEE
Decimal245237238
Binary111101011110110111101110
Octal365355356

Shades and tints

Shades of #F5EDEE

#F5EDEE
(245,237,238)
#DFD8D9
(223,216,217)
#C9C3C4
(201,195,196)
#B3AEAF
(179,174,175)
#9D999A
(157,153,154)
#878485
(135,132,133)
#716F70
(113,111,112)
#5B5A5B
(91,90,91)
#454546
(69,69,70)
#2F3031
(47,48,49)
#191B1C
(25,27,28)
#000000
(0,0,0)

Tints of #F5EDEE

#F5EDEE
(245,237,238)
#F5EEEF
(245,238,239)
#F5EFF0
(245,239,240)
#F5F0F1
(245,240,241)
#F5F1F2
(245,241,242)
#F5F2F3
(245,242,243)
#F5F3F4
(245,243,244)
#F5F4F5
(245,244,245)
#F5F5F6
(245,245,246)
#F5F6F7
(245,246,247)
#F5F7F8
(245,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5EDEE; }

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

This text font color is #F5EDEE.


Background Color

.myBgColor { background-color: #F5EDEE; }

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

This div background color is #F5EDEE.


Border color

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

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

This div border color is #F5EDEE.


Opacity

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

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

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

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

This text has shadow with #F5EDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5EDEE on black background.


Color preview on white background

This text has color #F5EDEE on white background.



Black color preview on #F5EDEE background

This text has black color on #F5EDEE background.


White color preview on #F5EDEE background

This text has white color on #F5EDEE background.