COLOR #F0EBF2

HEX: #F0EBF2 RGB: (240,235,242)

Color info

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

RGB color model

#F0EBF2 color RGB value is (240,235,242).

RGB: (240,235,242) (94%, 92%, 95%)

RGB channels and saturation

R 240 of 255 = 94%
G 235 of 255 = 92%
B 242 of 255 = 95%

240
235
242

R + G + B ~ 94%. #F0EBF2 is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 235 + 242 = 717 (100%)
R 240 of 717 ~ 33.47%
G 235 of 717 ~ 32.78%
B 242 of 717 ~ 33.75'%

%33.47
%32.78
%33.75

CMYK color model

#F0EBF2 color CMYK value is (1,3,0,5).

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

CMYK: (1,3,0,5)
C1M3Y0K5 (1%, 3%, 0%, 5%)
(0.01 / 0.03 / 0.00 / 0.05)

CMYK percentages

%0.83
%2.89
%0
%5.1

Codes

Color #F0EBF2 in popluar color models

F0 EB F2
RGB 240 235 242
HSL 283° 21.21% 93.53%
HSB/HSV 283° 2.89% 94.90%
CMYK 0.83% 2.89% 0.00%
5.10%

Color #F0EBF2 in popluar number systems.

HEX F0 EB F2
Decimal 240 235 242
Binary 11110000 11101011 11110010
Octal 360 353 362

Shades and tints

Shades of #F0EBF2

#F0EBF2
(240,235,242)
#DBD6DC
(219,214,220)
#C6C1C6
(198,193,198)
#B1ACB0
(177,172,176)
#9C979A
(156,151,154)
#878284
(135,130,132)
#726D6E
(114,109,110)
#5D5858
(93,88,88)
#484342
(72,67,66)
#332E2C
(51,46,44)
#1E1916
(30,25,22)
#000000
(0,0,0)

Tints of #F0EBF2

#F0EBF2
(240,235,242)
#F1ECF3
(241,236,243)
#F2EDF4
(242,237,244)
#F3EEF5
(243,238,245)
#F4EFF6
(244,239,246)
#F5F0F7
(245,240,247)
#F6F1F8
(246,241,248)
#F7F2F9
(247,242,249)
#F8F3FA
(248,243,250)
#F9F4FB
(249,244,251)
#FAF5FC
(250,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0EBF2; }

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

This text font color is #F0EBF2.

Background Color

.myBgColor { background-color: #F0EBF2; }

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

This div background color is #F0EBF2.

Border color

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

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

This div border color is #F0EBF2.

Opacity

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

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

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

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

This text has shadow with #F0EBF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0EBF2.

Preview

Color preview on black background

This text has color #F0EBF2 on black background.


Color preview on white background

This text has color #F0EBF2 on white background.


Black color preview on #F0EBF2 background

This text has black color on #F0EBF2 background.


White color preview on #F0EBF2 background

This text has white color on #F0EBF2 background.


Related colors

Complementary color

Complementary color for #hex is #0F140D.


I love getcolorcode.com

Triadic colors

1 #F2F0EB and #EBF2F0 with #F0EBF2 are triadic colors.

2 #F2EBF0 and #EBF0F2 with #F0EBF2 are triadic colors.