COLOR #F2E9EB

HEX: #F2E9EB RGB: (242,233,235)

Color info

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

RGB color model

#F2E9EB color RGB value is (242,233,235).

RGB: (242,233,235) (95%, 91%, 92%)

RGB channels and saturation

R 242 of 255 = 95%
G 233 of 255 = 91%
B 235 of 255 = 92%

242
233
235

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

Portions of RGB colors in percentages

R + G + B = 242 + 233 + 235 = 710 (100%)
R 242 of 710 ~ 34.08%
G 233 of 710 ~ 32.82%
B 235 of 710 ~ 33.1'%

%34.08
%32.82
%33.1

CMYK color model

#F2E9EB color CMYK value is (0,4,3,5).

  • cyan value is 0.00%
  • magenta value is 3.72%
  • yellow value is 2.89%
  • key color value is 5.10%

CMYK: (0,4,3,5)
C0M4Y3K5 (0%, 4%, 3%, 5%)
(0.00 / 0.04 / 0.03 / 0.05)

CMYK percentages

%0
%3.72
%2.89
%5.1

Codes

Color #F2E9EB in popluar color models

F2 E9 EB
RGB 242 233 235
HSL 347° 25.71% 93.14%
HSB/HSV 347° 3.72% 94.90%
CMYK 0.00% 3.72% 2.89%
5.10%

Color #F2E9EB in popluar number systems.

HEX F2 E9 EB
Decimal 242 233 235
Binary 11110010 11101001 11101011
Octal 362 351 353

Shades and tints

Shades of #F2E9EB

#F2E9EB
(242,233,235)
#DCD4D6
(220,212,214)
#C6BFC1
(198,191,193)
#B0AAAC
(176,170,172)
#9A9597
(154,149,151)
#848082
(132,128,130)
#6E6B6D
(110,107,109)
#585658
(88,86,88)
#424143
(66,65,67)
#2C2C2E
(44,44,46)
#161719
(22,23,25)
#000000
(0,0,0)

Tints of #F2E9EB

#F2E9EB
(242,233,235)
#F3EBEC
(243,235,236)
#F4EDED
(244,237,237)
#F5EFEE
(245,239,238)
#F6F1EF
(246,241,239)
#F7F3F0
(247,243,240)
#F8F5F1
(248,245,241)
#F9F7F2
(249,247,242)
#FAF9F3
(250,249,243)
#FBFBF4
(251,251,244)
#FCFDF5
(252,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2E9EB; }

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

This text font color is #F2E9EB.

Background Color

.myBgColor { background-color: #F2E9EB; }

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

This div background color is #F2E9EB.

Border color

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

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

This div border color is #F2E9EB.

Opacity

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

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

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

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

This text has shadow with #F2E9EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2E9EB.

Preview

Color preview on black background

This text has color #F2E9EB on black background.


Color preview on white background

This text has color #F2E9EB on white background.


Black color preview on #F2E9EB background

This text has black color on #F2E9EB background.


White color preview on #F2E9EB background

This text has white color on #F2E9EB background.


Related colors

Complementary color

Complementary color for #hex is #0D1614.


I love getcolorcode.com

Triadic colors

1 #EBF2E9 and #E9EBF2 with #F2E9EB are triadic colors.

2 #EBE9F2 and #E9F2EB with #F2E9EB are triadic colors.