COLOR #F2E2BE

HEX: #F2E2BE RGB: (242,226,190)

Color info

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

RGB color model

#F2E2BE color RGB value is (242,226,190).

RGB: (242,226,190) (95%, 89%, 75%)

RGB channels and saturation

R 242 of 255 = 95%
G 226 of 255 = 89%
B 190 of 255 = 75%

242
226
190

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

Portions of RGB colors in percentages

R + G + B = 242 + 226 + 190 = 658 (100%)
R 242 of 658 ~ 36.78%
G 226 of 658 ~ 34.35%
B 190 of 658 ~ 28.88'%

%36.78
%34.35
%28.88

CMYK color model

#F2E2BE color CMYK value is (0,7,21,5).

  • cyan value is 0.00%
  • magenta value is 6.61%
  • yellow value is 21.49%
  • key color value is 5.10%
CMYK: (0,7,21,5) C0M7Y21K5 (0%,7%,21%,5%) (0.00/0.07/0.21/0.05) 

CMYK percentages

%0
%6.61
%21.49
%5.1

Codes

Color #F2E2BE in popluar color models

F2 E2 BE
RGB 242 226 190
HSL 42° 66.67% 84.71%
HSB/HSV 42° 21.49% 94.90%
CMYK 0.00% 6.61% 21.49%
5.10%

Color #F2E2BE in popluar number systems.

HEX F2 E2 BE
Decimal 242 226 190
Binary 11110010 11100010 10111110
Octal 362 342 276

Shades and tints

Shades of #F2E2BE

#F2E2BE
(242,226,190)
#DCCEAD
(220,206,173)
#C6BA9C
(198,186,156)
#B0A68B
(176,166,139)
#9A927A
(154,146,122)
#847E69
(132,126,105)
#6E6A58
(110,106,88)
#585647
(88,86,71)
#424236
(66,66,54)
#2C2E25
(44,46,37)
#161A14
(22,26,20)
#000000
(0,0,0)

Tints of #F2E2BE

#F2E2BE
(242,226,190)
#F3E4C3
(243,228,195)
#F4E6C8
(244,230,200)
#F5E8CD
(245,232,205)
#F6EAD2
(246,234,210)
#F7ECD7
(247,236,215)
#F8EEDC
(248,238,220)
#F9F0E1
(249,240,225)
#FAF2E6
(250,242,230)
#FBF4EB
(251,244,235)
#FCF6F0
(252,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2E2BE; }

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

This text font color is #F2E2BE.

Background Color

.myBgColor { background-color: #F2E2BE; }

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

This div background color is #F2E2BE.

Border color

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

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

This div border color is #F2E2BE.

Opacity

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

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

Text with #F2E2BE 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 #'.$colorObj['hex'].';}

<p style="text-shadow: 3px 3px 1px #'.$colorObj['hex'].'">Text here.</p>

'.str_replace('%color%',$colorObj['hex'],$lang['color_style_text_shadow_sample']).'

.textShadow {text-shadow: 3px 3px 1px #'.$colorObj['hex'].', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #'.$colorObj['hex'].', 5px 5px 20px red">Text here.</p>

'.str_replace('%color%',$colorObj['hex'],$lang['color_style_text_shadow_sample2']).'


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#'.$colorObj['hex'].', Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#'.$colorObj['hex'].', Direction=45, Strength=4)">Text</p>

This text has shadow with #'.$colorObj['hex'].' and red colors in old Internet Explorer.


'.$lang['color_style_box_shadow'].'

 /* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; -webkit-box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; -webkit-box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; box-shadow:1px 1px 3px 2px #'.$colorObj['hex'].';">
Div content here</div>
'.str_replace('%color%',$colorObj['hex'],$lang['color_style_box_shadow_sample']).'

Preview

Color preview on black background

This text has color #F2E2BE on black background.


Color preview on white background

This text has color #F2E2BE on white background.



Black color preview on #F2E2BE background

This text has black color on #F2E2BE background.


White color preview on #F2E2BE background

This text has white color on #F2E2BE background.