COLOR #F2E9CB

HEX: #F2E9CB
RGB: (242,233,203)

Color info

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

RGB color model

#F2E9CB color RGB value is (242,233,203).

  • red value is 242;
  • green value is 233;
  • blue value is 203.
RGB:
(242,233,203)
(95%,91%,80%)

RGB channels and saturation

R 242 of 255 = 95%
G 233 of 255 = 91%
B 203 of 255 = 80%

242
233
203

R + G + B ~ 89%. #F2E9CB is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 233 + 203 = 678 (100%)
R 242 of 678 ~ 35.69%
G 233 of 678 ~ 34.37%
B 203 of 678 ~ 29.94%

%35.69
%34.37
%29.94

CMYK color model

#F2E9CB color CMYK value is (0,4,16,5).

  • cyan value is 0.00%
  • magenta value is 3.72%
  • yellow value is 16.12%
  • key color value is 5.10%
CMYK:
(0,4,16,5)
C0M4Y16K5 
(0%,4%,16%,5%)
(0.00/0.04/0.16/0.05)	

CMYK percentages

%0
%3.72
%16.12
%5.1

Codes

Color #F2E9CB in popluar color models

F2E9CB
RGB242233203
HSL46°60.00%87.25%
HSB/HSV46°16.12%94.90%
CMYK0.00%3.72%16.12%
5.10%

Color #F2E9CB in popluar number systems.

HEXF2E9CB
Decimal242233203
Binary111100101110100111001011
Octal362351313

Shades and tints

Shades of #F2E9CB

#F2E9CB
(242,233,203)
#DCD4B9
(220,212,185)
#C6BFA7
(198,191,167)
#B0AA95
(176,170,149)
#9A9583
(154,149,131)
#848071
(132,128,113)
#6E6B5F
(110,107,95)
#58564D
(88,86,77)
#42413B
(66,65,59)
#2C2C29
(44,44,41)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #F2E9CB

#F2E9CB
(242,233,203)
#F3EBCF
(243,235,207)
#F4EDD3
(244,237,211)
#F5EFD7
(245,239,215)
#F6F1DB
(246,241,219)
#F7F3DF
(247,243,223)
#F8F5E3
(248,245,227)
#F9F7E7
(249,247,231)
#FAF9EB
(250,249,235)
#FBFBEF
(251,251,239)
#FCFDF3
(252,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2E9CB color. Also use rgb(242,233,203) instead hex code.

Text Font Color

.myTextColor { color: #F2E9CB; }

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

This text font color is #F2E9CB.


Background Color

.myBgColor { background-color: #F2E9CB; }

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

This div background color is #F2E9CB.


Border color

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

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

This div border color is #F2E9CB.


Opacity

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

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

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

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

This text has shadow with #F2E9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2E9CB on black background.


Color preview on white background

This text has color #F2E9CB on white background.



Black color preview on #F2E9CB background

This text has black color on #F2E9CB background.


White color preview on #F2E9CB background

This text has white color on #F2E9CB background.