COLOR #F5EBEC

HEX: #F5EBEC
RGB: (245,235,236)

Color info

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

RGB color model

#F5EBEC color RGB value is (245,235,236).

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

RGB channels and saturation

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

245
235
236

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

Portions of RGB colors in percentages

R + G + B =
245 + 235 + 236 = 716 (100%)
R 245 of 716 ~ 34.22%
G 235 of 716 ~ 32.82%
B 236 of 716 ~ 32.96%

%34.22
%32.82
%32.96

CMYK color model

#F5EBEC color CMYK value is (0,4,4,4).

  • cyan value is 0.00%
  • magenta value is 4.08%
  • yellow value is 3.67%
  • key color value is 3.92%
CMYK:
(0,4,4,4)
C0M4Y4K4 
(0%,4%,4%,4%)
(0.00/0.04/0.04/0.04)	

CMYK percentages

%0
%4.08
%3.67
%3.92

Codes

Color #F5EBEC in popluar color models

F5EBEC
RGB245235236
HSL354°33.33%94.12%
HSB/HSV354°4.08%96.08%
CMYK0.00%4.08%3.67%
3.92%

Color #F5EBEC in popluar number systems.

HEXF5EBEC
Decimal245235236
Binary111101011110101111101100
Octal365353354

Shades and tints

Shades of #F5EBEC

#F5EBEC
(245,235,236)
#DFD6D7
(223,214,215)
#C9C1C2
(201,193,194)
#B3ACAD
(179,172,173)
#9D9798
(157,151,152)
#878283
(135,130,131)
#716D6E
(113,109,110)
#5B5859
(91,88,89)
#454344
(69,67,68)
#2F2E2F
(47,46,47)
#19191A
(25,25,26)
#000000
(0,0,0)

Tints of #F5EBEC

#F5EBEC
(245,235,236)
#F5ECED
(245,236,237)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5EBEC; }

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

This text font color is #F5EBEC.


Background Color

.myBgColor { background-color: #F5EBEC; }

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

This div background color is #F5EBEC.


Border color

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

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

This div border color is #F5EBEC.


Opacity

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

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

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

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

This text has shadow with #F5EBEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5EBEC on black background.


Color preview on white background

This text has color #F5EBEC on white background.



Black color preview on #F5EBEC background

This text has black color on #F5EBEC background.


White color preview on #F5EBEC background

This text has white color on #F5EBEC background.