COLOR #F5F5EB

HEX: #F5F5EB
RGB: (245,245,235)

Color info

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

RGB color model

#F5F5EB color RGB value is (245,245,235).

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

RGB channels and saturation

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

245
245
235

R + G + B ~ 95%. #F5F5EB is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 245 + 235 = 725 (100%)
R 245 of 725 ~ 33.79%
G 245 of 725 ~ 33.79%
B 235 of 725 ~ 32.41%

%33.79
%33.79
%32.41

CMYK color model

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

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

CMYK percentages

%0
%0
%4.08
%3.92

Codes

Color #F5F5EB in popluar color models

F5F5EB
RGB245245235
HSL60°33.33%94.12%
HSB/HSV60°4.08%96.08%
CMYK0.00%0.00%4.08%
3.92%

Color #F5F5EB in popluar number systems.

HEXF5F5EB
Decimal245245235
Binary111101011111010111101011
Octal365365353

Shades and tints

Shades of #F5F5EB

#F5F5EB
(245,245,235)
#DFDFD6
(223,223,214)
#C9C9C1
(201,201,193)
#B3B3AC
(179,179,172)
#9D9D97
(157,157,151)
#878782
(135,135,130)
#71716D
(113,113,109)
#5B5B58
(91,91,88)
#454543
(69,69,67)
#2F2F2E
(47,47,46)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #F5F5EB

#F5F5EB
(245,245,235)
#F5F5EC
(245,245,236)
#F5F5ED
(245,245,237)
#F5F5EE
(245,245,238)
#F5F5EF
(245,245,239)
#F5F5F0
(245,245,240)
#F5F5F1
(245,245,241)
#F5F5F2
(245,245,242)
#F5F5F3
(245,245,243)
#F5F5F4
(245,245,244)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5F5EB; }

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

This text font color is #F5F5EB.


Background Color

.myBgColor { background-color: #F5F5EB; }

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

This div background color is #F5F5EB.


Border color

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

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

This div border color is #F5F5EB.


Opacity

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

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

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

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

This text has shadow with #F5F5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5F5EB on black background.


Color preview on white background

This text has color #F5F5EB on white background.



Black color preview on #F5F5EB background

This text has black color on #F5F5EB background.


White color preview on #F5F5EB background

This text has white color on #F5F5EB background.