COLOR #F2E8BB

HEX: #F2E8BB
RGB: (242,232,187)

Color info

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

RGB color model

#F2E8BB color RGB value is (242,232,187).

  • red value is 242;
  • green value is 232;
  • blue value is 187.
RGB:
(242,232,187)
(95%,91%,73%)

RGB channels and saturation

R 242 of 255 = 95%
G 232 of 255 = 91%
B 187 of 255 = 73%

242
232
187

R + G + B ~ 86%. #F2E8BB is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 232 + 187 = 661 (100%)
R 242 of 661 ~ 36.61%
G 232 of 661 ~ 35.1%
B 187 of 661 ~ 28.29%

%36.61
%35.1
%28.29

CMYK color model

#F2E8BB color CMYK value is (0,4,23,5).

  • cyan value is 0.00%
  • magenta value is 4.13%
  • yellow value is 22.73%
  • key color value is 5.10%
CMYK:
(0,4,23,5)
C0M4Y23K5 
(0%,4%,23%,5%)
(0.00/0.04/0.23/0.05)	

CMYK percentages

%0
%4.13
%22.73
%5.1

Codes

Color #F2E8BB in popluar color models

F2E8BB
RGB242232187
HSL49°67.90%84.12%
HSB/HSV49°22.73%94.90%
CMYK0.00%4.13%22.73%
5.10%

Color #F2E8BB in popluar number systems.

HEXF2E8BB
Decimal242232187
Binary111100101110100010111011
Octal362350273

Shades and tints

Shades of #F2E8BB

#F2E8BB
(242,232,187)
#DCD3AA
(220,211,170)
#C6BE99
(198,190,153)
#B0A988
(176,169,136)
#9A9477
(154,148,119)
#847F66
(132,127,102)
#6E6A55
(110,106,85)
#585544
(88,85,68)
#424033
(66,64,51)
#2C2B22
(44,43,34)
#161611
(22,22,17)
#000000
(0,0,0)

Tints of #F2E8BB

#F2E8BB
(242,232,187)
#F3EAC1
(243,234,193)
#F4ECC7
(244,236,199)
#F5EECD
(245,238,205)
#F6F0D3
(246,240,211)
#F7F2D9
(247,242,217)
#F8F4DF
(248,244,223)
#F9F6E5
(249,246,229)
#FAF8EB
(250,248,235)
#FBFAF1
(251,250,241)
#FCFCF7
(252,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2E8BB color. Also use rgb(242,232,187) instead hex code.

Text Font Color

.myTextColor { color: #F2E8BB; }

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

This text font color is #F2E8BB.


Background Color

.myBgColor { background-color: #F2E8BB; }

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

This div background color is #F2E8BB.


Border color

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

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

This div border color is #F2E8BB.


Opacity

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

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

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

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

This text has shadow with #F2E8BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2E8BB on black background.


Color preview on white background

This text has color #F2E8BB on white background.



Black color preview on #F2E8BB background

This text has black color on #F2E8BB background.


White color preview on #F2E8BB background

This text has white color on #F2E8BB background.