COLOR #F5EBD8

HEX: #F5EBD8
RGB: (245,235,216)

Color info

#F5EBD8 contains red, green and blue colors in about the same proportion. Web safe color of #F5EBD8 is #FFFFCC (or #FFC).

RGB color model

#F5EBD8 color RGB value is (245,235,216).

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

RGB channels and saturation

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

245
235
216

R + G + B ~ 91%. #F5EBD8 is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 235 + 216 = 696 (100%)
R 245 of 696 ~ 35.2%
G 235 of 696 ~ 33.76%
B 216 of 696 ~ 31.03%

%35.2
%33.76
%31.03

CMYK color model

#F5EBD8 color CMYK value is (0,4,12,4).

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

CMYK percentages

%0
%4.08
%11.84
%3.92

Codes

Color #F5EBD8 in popluar color models

F5EBD8
RGB245235216
HSL39°59.18%90.39%
HSB/HSV39°11.84%96.08%
CMYK0.00%4.08%11.84%
3.92%

Color #F5EBD8 in popluar number systems.

HEXF5EBD8
Decimal245235216
Binary111101011110101111011000
Octal365353330

Shades and tints

Shades of #F5EBD8

#F5EBD8
(245,235,216)
#DFD6C5
(223,214,197)
#C9C1B2
(201,193,178)
#B3AC9F
(179,172,159)
#9D978C
(157,151,140)
#878279
(135,130,121)
#716D66
(113,109,102)
#5B5853
(91,88,83)
#454340
(69,67,64)
#2F2E2D
(47,46,45)
#19191A
(25,25,26)
#000000
(0,0,0)

Tints of #F5EBD8

#F5EBD8
(245,235,216)
#F5ECDB
(245,236,219)
#F5EDDE
(245,237,222)
#F5EEE1
(245,238,225)
#F5EFE4
(245,239,228)
#F5F0E7
(245,240,231)
#F5F1EA
(245,241,234)
#F5F2ED
(245,242,237)
#F5F3F0
(245,243,240)
#F5F4F3
(245,244,243)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5EBD8; }

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

This text font color is #F5EBD8.


Background Color

.myBgColor { background-color: #F5EBD8; }

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

This div background color is #F5EBD8.


Border color

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

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

This div border color is #F5EBD8.


Opacity

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

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

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

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

This text has shadow with #F5EBD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5EBD8 on black background.


Color preview on white background

This text has color #F5EBD8 on white background.



Black color preview on #F5EBD8 background

This text has black color on #F5EBD8 background.


White color preview on #F5EBD8 background

This text has white color on #F5EBD8 background.