COLOR #F5EEE1

HEX: #F5EEE1
RGB: (245,238,225)

Color info

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

RGB color model

#F5EEE1 color RGB value is (245,238,225).

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

RGB channels and saturation

R 245 of 255 = 96%
G 238 of 255 = 93%
B 225 of 255 = 88%

245
238
225

R + G + B ~ 92%. #F5EEE1 is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 238 + 225 = 708 (100%)
R 245 of 708 ~ 34.6%
G 238 of 708 ~ 33.62%
B 225 of 708 ~ 31.78%

%34.6
%33.62
%31.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.86%
  • yellow value is 8.16%
  • key color value is 3.92%
CMYK:
(0,3,8,4)
C0M3Y8K4 
(0%,3%,8%,4%)
(0.00/0.03/0.08/0.04)	

CMYK percentages

%0
%2.86
%8.16
%3.92

Codes

Color #F5EEE1 in popluar color models

F5EEE1
RGB245238225
HSL39°50.00%92.16%
HSB/HSV39°8.16%96.08%
CMYK0.00%2.86%8.16%
3.92%

Color #F5EEE1 in popluar number systems.

HEXF5EEE1
Decimal245238225
Binary111101011110111011100001
Octal365356341

Shades and tints

Shades of #F5EEE1

#F5EEE1
(245,238,225)
#DFD9CD
(223,217,205)
#C9C4B9
(201,196,185)
#B3AFA5
(179,175,165)
#9D9A91
(157,154,145)
#87857D
(135,133,125)
#717069
(113,112,105)
#5B5B55
(91,91,85)
#454641
(69,70,65)
#2F312D
(47,49,45)
#191C19
(25,28,25)
#000000
(0,0,0)

Tints of #F5EEE1

#F5EEE1
(245,238,225)
#F5EFE3
(245,239,227)
#F5F0E5
(245,240,229)
#F5F1E7
(245,241,231)
#F5F2E9
(245,242,233)
#F5F3EB
(245,243,235)
#F5F4ED
(245,244,237)
#F5F5EF
(245,245,239)
#F5F6F1
(245,246,241)
#F5F7F3
(245,247,243)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5EEE1; }

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

This text font color is #F5EEE1.


Background Color

.myBgColor { background-color: #F5EEE1; }

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

This div background color is #F5EEE1.


Border color

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

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

This div border color is #F5EEE1.


Opacity

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

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

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

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

This text has shadow with #F5EEE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5EEE1 on black background.


Color preview on white background

This text has color #F5EEE1 on white background.



Black color preview on #F5EEE1 background

This text has black color on #F5EEE1 background.


White color preview on #F5EEE1 background

This text has white color on #F5EEE1 background.