COLOR #F2EBEE

HEX: #F2EBEE RGB: (242,235,238)

Color info

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

RGB color model

#F2EBEE color RGB value is (242,235,238).

RGB: (242,235,238) (95%, 92%, 93%)

RGB channels and saturation

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

242
235
238

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

Portions of RGB colors in percentages

R + G + B = 242 + 235 + 238 = 715 (100%)
R 242 of 715 ~ 33.85%
G 235 of 715 ~ 32.87%
B 238 of 715 ~ 33.29'%

%33.85
%32.87
%33.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.89%
  • yellow value is 1.65%
  • 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
%1.65
%5.1

Codes

Color #F2EBEE in popluar color models

F2 EB EE
RGB 242 235 238
HSL 334° 21.21% 93.53%
HSB/HSV 334° 2.89% 94.90%
CMYK 0.00% 2.89% 1.65%
5.10%

Color #F2EBEE in popluar number systems.

HEX F2 EB EE
Decimal 242 235 238
Binary 11110010 11101011 11101110
Octal 362 353 356

Shades and tints

Shades of #F2EBEE

#F2EBEE
(242,235,238)
#DCD6D9
(220,214,217)
#C6C1C4
(198,193,196)
#B0ACAF
(176,172,175)
#9A979A
(154,151,154)
#848285
(132,130,133)
#6E6D70
(110,109,112)
#58585B
(88,88,91)
#424346
(66,67,70)
#2C2E31
(44,46,49)
#16191C
(22,25,28)
#000000
(0,0,0)

Tints of #F2EBEE

#F2EBEE
(242,235,238)
#F3ECEF
(243,236,239)
#F4EDF0
(244,237,240)
#F5EEF1
(245,238,241)
#F6EFF2
(246,239,242)
#F7F0F3
(247,240,243)
#F8F1F4
(248,241,244)
#F9F2F5
(249,242,245)
#FAF3F6
(250,243,246)
#FBF4F7
(251,244,247)
#FCF5F8
(252,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2EBEE; }

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

This text font color is #F2EBEE.

Background Color

.myBgColor { background-color: #F2EBEE; }

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

This div background color is #F2EBEE.

Border color

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

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

This div border color is #F2EBEE.

Opacity

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

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

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

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

This text has shadow with #F2EBEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2EBEE.

Preview

Color preview on black background

This text has color #F2EBEE on black background.


Color preview on white background

This text has color #F2EBEE on white background.


Black color preview on #F2EBEE background

This text has black color on #F2EBEE background.


White color preview on #F2EBEE background

This text has white color on #F2EBEE background.


Related colors

Complementary color

Complementary color for #hex is #0D1411.


I love getcolorcode.com

Triadic colors

1 #EEF2EB and #EBEEF2 with #F2EBEE are triadic colors.

2 #EEEBF2 and #EBF2EE with #F2EBEE are triadic colors.