COLOR #F5F0EB

HEX: #F5F0EB
RGB: (245,240,235)

Color info

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

RGB color model

#F5F0EB color RGB value is (245,240,235).

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

RGB channels and saturation

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

245
240
235

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

Portions of RGB colors in percentages

R + G + B =
245 + 240 + 235 = 720 (100%)
R 245 of 720 ~ 34.03%
G 240 of 720 ~ 33.33%
B 235 of 720 ~ 32.64%

%34.03
%33.33
%32.64

CMYK color model

#F5F0EB color CMYK value is (0,2,4,4).

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

CMYK percentages

%0
%2.04
%4.08
%3.92

Codes

Color #F5F0EB in popluar color models

F5F0EB
RGB245240235
HSL30°33.33%94.12%
HSB/HSV30°4.08%96.08%
CMYK0.00%2.04%4.08%
3.92%

Color #F5F0EB in popluar number systems.

HEXF5F0EB
Decimal245240235
Binary111101011111000011101011
Octal365360353

Shades and tints

Shades of #F5F0EB

#F5F0EB
(245,240,235)
#DFDBD6
(223,219,214)
#C9C6C1
(201,198,193)
#B3B1AC
(179,177,172)
#9D9C97
(157,156,151)
#878782
(135,135,130)
#71726D
(113,114,109)
#5B5D58
(91,93,88)
#454843
(69,72,67)
#2F332E
(47,51,46)
#191E19
(25,30,25)
#000000
(0,0,0)

Tints of #F5F0EB

#F5F0EB
(245,240,235)
#F5F1EC
(245,241,236)
#F5F2ED
(245,242,237)
#F5F3EE
(245,243,238)
#F5F4EF
(245,244,239)
#F5F5F0
(245,245,240)
#F5F6F1
(245,246,241)
#F5F7F2
(245,247,242)
#F5F8F3
(245,248,243)
#F5F9F4
(245,249,244)
#F5FAF5
(245,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5F0EB; }

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

This text font color is #F5F0EB.


Background Color

.myBgColor { background-color: #F5F0EB; }

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

This div background color is #F5F0EB.


Border color

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

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

This div border color is #F5F0EB.


Opacity

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

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

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

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

This text has shadow with #F5F0EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5F0EB on black background.


Color preview on white background

This text has color #F5F0EB on white background.



Black color preview on #F5F0EB background

This text has black color on #F5F0EB background.


White color preview on #F5F0EB background

This text has white color on #F5F0EB background.