COLOR #F2E2BB

HEX: #F2E2BB
RGB: (242,226,187)

Color info

#F2E2BB contains red, green and blue colors in about the same proportion. Web safe color of #F2E2BB is #FFCCCC (or #FCC).

RGB color model

#F2E2BB color RGB value is (242,226,187).

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

RGB channels and saturation

R 242 of 255 = 95%
G 226 of 255 = 89%
B 187 of 255 = 73%

242
226
187

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

Portions of RGB colors in percentages

R + G + B =
242 + 226 + 187 = 655 (100%)
R 242 of 655 ~ 36.95%
G 226 of 655 ~ 34.5%
B 187 of 655 ~ 28.55%

%36.95
%34.5
%28.55

CMYK color model

#F2E2BB color CMYK value is (0,7,23,5).

  • cyan value is 0.00%
  • magenta value is 6.61%
  • yellow value is 22.73%
  • key color value is 5.10%
CMYK:
(0,7,23,5)
C0M7Y23K5 
(0%,7%,23%,5%)
(0.00/0.07/0.23/0.05)	

CMYK percentages

%0
%6.61
%22.73
%5.1

Codes

Color #F2E2BB in popluar color models

F2E2BB
RGB242226187
HSL43°67.90%84.12%
HSB/HSV43°22.73%94.90%
CMYK0.00%6.61%22.73%
5.10%

Color #F2E2BB in popluar number systems.

HEXF2E2BB
Decimal242226187
Binary111100101110001010111011
Octal362342273

Shades and tints

Shades of #F2E2BB

#F2E2BB
(242,226,187)
#DCCEAA
(220,206,170)
#C6BA99
(198,186,153)
#B0A688
(176,166,136)
#9A9277
(154,146,119)
#847E66
(132,126,102)
#6E6A55
(110,106,85)
#585644
(88,86,68)
#424233
(66,66,51)
#2C2E22
(44,46,34)
#161A11
(22,26,17)
#000000
(0,0,0)

Tints of #F2E2BB

#F2E2BB
(242,226,187)
#F3E4C1
(243,228,193)
#F4E6C7
(244,230,199)
#F5E8CD
(245,232,205)
#F6EAD3
(246,234,211)
#F7ECD9
(247,236,217)
#F8EEDF
(248,238,223)
#F9F0E5
(249,240,229)
#FAF2EB
(250,242,235)
#FBF4F1
(251,244,241)
#FCF6F7
(252,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2E2BB; }

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

This text font color is #F2E2BB.


Background Color

.myBgColor { background-color: #F2E2BB; }

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

This div background color is #F2E2BB.


Border color

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

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

This div border color is #F2E2BB.


Opacity

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

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

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

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

This text has shadow with #F2E2BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2E2BB on black background.


Color preview on white background

This text has color #F2E2BB on white background.



Black color preview on #F2E2BB background

This text has black color on #F2E2BB background.


White color preview on #F2E2BB background

This text has white color on #F2E2BB background.