COLOR #F5F2EA

HEX: #F5F2EA
RGB: (245,242,234)

Color info

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

RGB color model

#F5F2EA color RGB value is (245,242,234).

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

RGB channels and saturation

R 245 of 255 = 96%
G 242 of 255 = 95%
B 234 of 255 = 92%

245
242
234

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

Portions of RGB colors in percentages

R + G + B =
245 + 242 + 234 = 721 (100%)
R 245 of 721 ~ 33.98%
G 242 of 721 ~ 33.56%
B 234 of 721 ~ 32.45%

%33.98
%33.56
%32.45

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.22%
  • yellow value is 4.49%
  • key color value is 3.92%
CMYK:
(0,1,4,4)
C0M1Y4K4 
(0%,1%,4%,4%)
(0.00/0.01/0.04/0.04)	

CMYK percentages

%0
%1.22
%4.49
%3.92

Codes

Color #F5F2EA in popluar color models

F5F2EA
RGB245242234
HSL44°35.48%93.92%
HSB/HSV44°4.49%96.08%
CMYK0.00%1.22%4.49%
3.92%

Color #F5F2EA in popluar number systems.

HEXF5F2EA
Decimal245242234
Binary111101011111001011101010
Octal365362352

Shades and tints

Shades of #F5F2EA

#F5F2EA
(245,242,234)
#DFDCD5
(223,220,213)
#C9C6C0
(201,198,192)
#B3B0AB
(179,176,171)
#9D9A96
(157,154,150)
#878481
(135,132,129)
#716E6C
(113,110,108)
#5B5857
(91,88,87)
#454242
(69,66,66)
#2F2C2D
(47,44,45)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #F5F2EA

#F5F2EA
(245,242,234)
#F5F3EB
(245,243,235)
#F5F4EC
(245,244,236)
#F5F5ED
(245,245,237)
#F5F6EE
(245,246,238)
#F5F7EF
(245,247,239)
#F5F8F0
(245,248,240)
#F5F9F1
(245,249,241)
#F5FAF2
(245,250,242)
#F5FBF3
(245,251,243)
#F5FCF4
(245,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5F2EA; }

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

This text font color is #F5F2EA.


Background Color

.myBgColor { background-color: #F5F2EA; }

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

This div background color is #F5F2EA.


Border color

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

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

This div border color is #F5F2EA.


Opacity

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

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

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

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

This text has shadow with #F5F2EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5F2EA on black background.


Color preview on white background

This text has color #F5F2EA on white background.



Black color preview on #F5F2EA background

This text has black color on #F5F2EA background.


White color preview on #F5F2EA background

This text has white color on #F5F2EA background.