COLOR #F2EBEC

HEX: #F2EBEC
RGB: (242,235,236)

Color info

#F2EBEC contains red, green and blue colors in about the same proportion. Web safe color of #F2EBEC is #FFFFFF (or #FFF).

RGB color model

#F2EBEC color RGB value is (242,235,236).

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

RGB channels and saturation

R 242 of 255 = 95%
G 235 of 255 = 92%
B 236 of 255 = 93%

242
235
236

R + G + B ~ 93%. #F2EBEC is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 235 + 236 = 713 (100%)
R 242 of 713 ~ 33.94%
G 235 of 713 ~ 32.96%
B 236 of 713 ~ 33.1%

%33.94
%32.96
%33.1

CMYK color model

#F2EBEC color CMYK value is (0,3,2,5).

  • cyan value is 0.00%
  • magenta value is 2.89%
  • yellow value is 2.48%
  • key color value is 5.10%
CMYK:
(0,3,2,5)
C0M3Y2K5 
(0%,3%,2%,5%)
(0.00/0.03/0.02/0.05)	

CMYK percentages

%0
%2.89
%2.48
%5.1

Codes

Color #F2EBEC in popluar color models

F2EBEC
RGB242235236
HSL351°21.21%93.53%
HSB/HSV351°2.89%94.90%
CMYK0.00%2.89%2.48%
5.10%

Color #F2EBEC in popluar number systems.

HEXF2EBEC
Decimal242235236
Binary111100101110101111101100
Octal362353354

Shades and tints

Shades of #F2EBEC

#F2EBEC
(242,235,236)
#DCD6D7
(220,214,215)
#C6C1C2
(198,193,194)
#B0ACAD
(176,172,173)
#9A9798
(154,151,152)
#848283
(132,130,131)
#6E6D6E
(110,109,110)
#585859
(88,88,89)
#424344
(66,67,68)
#2C2E2F
(44,46,47)
#16191A
(22,25,26)
#000000
(0,0,0)

Tints of #F2EBEC

#F2EBEC
(242,235,236)
#F3ECED
(243,236,237)
#F4EDEE
(244,237,238)
#F5EEEF
(245,238,239)
#F6EFF0
(246,239,240)
#F7F0F1
(247,240,241)
#F8F1F2
(248,241,242)
#F9F2F3
(249,242,243)
#FAF3F4
(250,243,244)
#FBF4F5
(251,244,245)
#FCF5F6
(252,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2EBEC; }

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

This text font color is #F2EBEC.


Background Color

.myBgColor { background-color: #F2EBEC; }

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

This div background color is #F2EBEC.


Border color

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

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

This div border color is #F2EBEC.


Opacity

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

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

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

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

This text has shadow with #F2EBEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2EBEC on black background.


Color preview on white background

This text has color #F2EBEC on white background.



Black color preview on #F2EBEC background

This text has black color on #F2EBEC background.


White color preview on #F2EBEC background

This text has white color on #F2EBEC background.