COLOR #F5F2CE

HEX: #F5F2CE
RGB: (245,242,206)

Color info

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

RGB color model

#F5F2CE color RGB value is (245,242,206).

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

RGB channels and saturation

R 245 of 255 = 96%
G 242 of 255 = 95%
B 206 of 255 = 81%

245
242
206

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

Portions of RGB colors in percentages

R + G + B =
245 + 242 + 206 = 693 (100%)
R 245 of 693 ~ 35.35%
G 242 of 693 ~ 34.92%
B 206 of 693 ~ 29.73%

%35.35
%34.92
%29.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.22%
  • yellow value is 15.92%
  • key color value is 3.92%
CMYK:
(0,1,16,4)
C0M1Y16K4 
(0%,1%,16%,4%)
(0.00/0.01/0.16/0.04)	

CMYK percentages

%0
%1.22
%15.92
%3.92

Codes

Color #F5F2CE in popluar color models

F5F2CE
RGB245242206
HSL55°66.10%88.43%
HSB/HSV55°15.92%96.08%
CMYK0.00%1.22%15.92%
3.92%

Color #F5F2CE in popluar number systems.

HEXF5F2CE
Decimal245242206
Binary111101011111001011001110
Octal365362316

Shades and tints

Shades of #F5F2CE

#F5F2CE
(245,242,206)
#DFDCBC
(223,220,188)
#C9C6AA
(201,198,170)
#B3B098
(179,176,152)
#9D9A86
(157,154,134)
#878474
(135,132,116)
#716E62
(113,110,98)
#5B5850
(91,88,80)
#45423E
(69,66,62)
#2F2C2C
(47,44,44)
#19161A
(25,22,26)
#000000
(0,0,0)

Tints of #F5F2CE

#F5F2CE
(245,242,206)
#F5F3D2
(245,243,210)
#F5F4D6
(245,244,214)
#F5F5DA
(245,245,218)
#F5F6DE
(245,246,222)
#F5F7E2
(245,247,226)
#F5F8E6
(245,248,230)
#F5F9EA
(245,249,234)
#F5FAEE
(245,250,238)
#F5FBF2
(245,251,242)
#F5FCF6
(245,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5F2CE; }

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

This text font color is #F5F2CE.


Background Color

.myBgColor { background-color: #F5F2CE; }

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

This div background color is #F5F2CE.


Border color

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

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

This div border color is #F5F2CE.


Opacity

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

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

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

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

This text has shadow with #F5F2CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5F2CE on black background.


Color preview on white background

This text has color #F5F2CE on white background.



Black color preview on #F5F2CE background

This text has black color on #F5F2CE background.


White color preview on #F5F2CE background

This text has white color on #F5F2CE background.