COLOR #F5F2EE

HEX: #F5F2EE RGB: (245,242,238)

Color info

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

RGB color model

#F5F2EE color RGB value is (245,242,238).

RGB: (245,242,238) (96%, 95%, 93%)

RGB channels and saturation

R 245 of 255 = 96%
G 242 of 255 = 95%
B 238 of 255 = 93%

245
242
238

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

Portions of RGB colors in percentages

R + G + B = 245 + 242 + 238 = 725 (100%)
R 245 of 725 ~ 33.79%
G 242 of 725 ~ 33.38%
B 238 of 725 ~ 32.83'%

%33.79
%33.38
%32.83

CMYK color model

#F5F2EE color CMYK value is (0,1,3,4).

  • cyan value is 0.00%
  • magenta value is 1.22%
  • yellow value is 2.86%
  • key color value is 3.92%

CMYK: (0,1,3,4)
C0M1Y3K4 (0%, 1%, 3%, 4%)
(0.00 / 0.01 / 0.03 / 0.04)

CMYK percentages

%0
%1.22
%2.86
%3.92

Codes

Color #F5F2EE in popluar color models

F5 F2 EE
RGB 245 242 238
HSL 34° 25.93% 94.71%
HSB/HSV 34° 2.86% 96.08%
CMYK 0.00% 1.22% 2.86%
3.92%

Color #F5F2EE in popluar number systems.

HEX F5 F2 EE
Decimal 245 242 238
Binary 11110101 11110010 11101110
Octal 365 362 356

Shades and tints

Shades of #F5F2EE

#F5F2EE
(245,242,238)
#DFDCD9
(223,220,217)
#C9C6C4
(201,198,196)
#B3B0AF
(179,176,175)
#9D9A9A
(157,154,154)
#878485
(135,132,133)
#716E70
(113,110,112)
#5B585B
(91,88,91)
#454246
(69,66,70)
#2F2C31
(47,44,49)
#19161C
(25,22,28)
#000000
(0,0,0)

Tints of #F5F2EE

#F5F2EE
(245,242,238)
#F5F3EF
(245,243,239)
#F5F4F0
(245,244,240)
#F5F5F1
(245,245,241)
#F5F6F2
(245,246,242)
#F5F7F3
(245,247,243)
#F5F8F4
(245,248,244)
#F5F9F5
(245,249,245)
#F5FAF6
(245,250,246)
#F5FBF7
(245,251,247)
#F5FCF8
(245,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5F2EE; }

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

This text font color is #F5F2EE.

Background Color

.myBgColor { background-color: #F5F2EE; }

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

This div background color is #F5F2EE.

Border color

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

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

This div border color is #F5F2EE.

Opacity

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

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

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

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

This text has shadow with #F5F2EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5F2EE.

Preview

Color preview on black background

This text has color #F5F2EE on black background.


Color preview on white background

This text has color #F5F2EE on white background.


Black color preview on #F5F2EE background

This text has black color on #F5F2EE background.


White color preview on #F5F2EE background

This text has white color on #F5F2EE background.


Related colors

Complementary color

Complementary color for #hex is #0A0D11.


I love getcolorcode.com

Triadic colors

1 #EEF5F2 and #F2EEF5 with #F5F2EE are triadic colors.

2 #EEF2F5 and #F2F5EE with #F5F2EE are triadic colors.