COLOR #F2E5B5

HEX: #F2E5B5
RGB: (242,229,181)

Color info

#F2E5B5 contains mainly red and green colors. Web safe color of #F2E5B5 is #FFCCCC (or #FCC).

RGB color model

#F2E5B5 color RGB value is (242,229,181).

  • red value is 242;
  • green value is 229;
  • blue value is 181.
RGB:
(242,229,181)
(95%,90%,71%)

RGB channels and saturation

R 242 of 255 = 95%
G 229 of 255 = 90%
B 181 of 255 = 71%

242
229
181

R + G + B ~ 85%. #F2E5B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 229 + 181 = 652 (100%)
R 242 of 652 ~ 37.12%
G 229 of 652 ~ 35.12%
B 181 of 652 ~ 27.76%

%37.12
%35.12
%27.76

CMYK color model

#F2E5B5 color CMYK value is (0,5,25,5).

  • cyan value is 0.00%
  • magenta value is 5.37%
  • yellow value is 25.21%
  • key color value is 5.10%
CMYK:
(0,5,25,5)
C0M5Y25K5 
(0%,5%,25%,5%)
(0.00/0.05/0.25/0.05)	

CMYK percentages

%0
%5.37
%25.21
%5.1

Codes

Color #F2E5B5 in popluar color models

F2E5B5
RGB242229181
HSL47°70.11%82.94%
HSB/HSV47°25.21%94.90%
CMYK0.00%5.37%25.21%
5.10%

Color #F2E5B5 in popluar number systems.

HEXF2E5B5
Decimal242229181
Binary111100101110010110110101
Octal362345265

Shades and tints

Shades of #F2E5B5

#F2E5B5
(242,229,181)
#DCD1A5
(220,209,165)
#C6BD95
(198,189,149)
#B0A985
(176,169,133)
#9A9575
(154,149,117)
#848165
(132,129,101)
#6E6D55
(110,109,85)
#585945
(88,89,69)
#424535
(66,69,53)
#2C3125
(44,49,37)
#161D15
(22,29,21)
#000000
(0,0,0)

Tints of #F2E5B5

#F2E5B5
(242,229,181)
#F3E7BB
(243,231,187)
#F4E9C1
(244,233,193)
#F5EBC7
(245,235,199)
#F6EDCD
(246,237,205)
#F7EFD3
(247,239,211)
#F8F1D9
(248,241,217)
#F9F3DF
(249,243,223)
#FAF5E5
(250,245,229)
#FBF7EB
(251,247,235)
#FCF9F1
(252,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2E5B5 color. Also use rgb(242,229,181) instead hex code.

Text Font Color

.myTextColor { color: #F2E5B5; }

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

This text font color is #F2E5B5.


Background Color

.myBgColor { background-color: #F2E5B5; }

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

This div background color is #F2E5B5.


Border color

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

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

This div border color is #F2E5B5.


Opacity

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

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

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

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

This text has shadow with #F2E5B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2E5B5 on black background.


Color preview on white background

This text has color #F2E5B5 on white background.



Black color preview on #F2E5B5 background

This text has black color on #F2E5B5 background.


White color preview on #F2E5B5 background

This text has white color on #F2E5B5 background.