COLOR #F2EBDB

HEX: #F2EBDB
RGB: (242,235,219)

Color info

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

RGB color model

#F2EBDB color RGB value is (242,235,219).

  • red value is 242;
  • green value is 235;
  • blue value is 219.
RGB:
(242,235,219)
(95%,92%,86%)

RGB channels and saturation

R 242 of 255 = 95%
G 235 of 255 = 92%
B 219 of 255 = 86%

242
235
219

R + G + B ~ 91%. #F2EBDB is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 235 + 219 = 696 (100%)
R 242 of 696 ~ 34.77%
G 235 of 696 ~ 33.76%
B 219 of 696 ~ 31.47%

%34.77
%33.76
%31.47

CMYK color model

#F2EBDB color CMYK value is (0,3,10,5).

  • cyan value is 0.00%
  • magenta value is 2.89%
  • yellow value is 9.50%
  • key color value is 5.10%
CMYK:
(0,3,10,5)
C0M3Y10K5 
(0%,3%,10%,5%)
(0.00/0.03/0.10/0.05)	

CMYK percentages

%0
%2.89
%9.5
%5.1

Codes

Color #F2EBDB in popluar color models

F2EBDB
RGB242235219
HSL42°46.94%90.39%
HSB/HSV42°9.50%94.90%
CMYK0.00%2.89%9.50%
5.10%

Color #F2EBDB in popluar number systems.

HEXF2EBDB
Decimal242235219
Binary111100101110101111011011
Octal362353333

Shades and tints

Shades of #F2EBDB

#F2EBDB
(242,235,219)
#DCD6C8
(220,214,200)
#C6C1B5
(198,193,181)
#B0ACA2
(176,172,162)
#9A978F
(154,151,143)
#84827C
(132,130,124)
#6E6D69
(110,109,105)
#585856
(88,88,86)
#424343
(66,67,67)
#2C2E30
(44,46,48)
#16191D
(22,25,29)
#000000
(0,0,0)

Tints of #F2EBDB

#F2EBDB
(242,235,219)
#F3ECDE
(243,236,222)
#F4EDE1
(244,237,225)
#F5EEE4
(245,238,228)
#F6EFE7
(246,239,231)
#F7F0EA
(247,240,234)
#F8F1ED
(248,241,237)
#F9F2F0
(249,242,240)
#FAF3F3
(250,243,243)
#FBF4F6
(251,244,246)
#FCF5F9
(252,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2EBDB color. Also use rgb(242,235,219) instead hex code.

Text Font Color

.myTextColor { color: #F2EBDB; }

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

This text font color is #F2EBDB.


Background Color

.myBgColor { background-color: #F2EBDB; }

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

This div background color is #F2EBDB.


Border color

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

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

This div border color is #F2EBDB.


Opacity

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

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

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

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

This text has shadow with #F2EBDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2EBDB on black background.


Color preview on white background

This text has color #F2EBDB on white background.



Black color preview on #F2EBDB background

This text has black color on #F2EBDB background.


White color preview on #F2EBDB background

This text has white color on #F2EBDB background.