COLOR #F0ECFB

HEX: #F0ECFB
RGB: (240,236,251)

Color info

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

RGB color model

#F0ECFB color RGB value is (240,236,251).

  • red value is 240;
  • green value is 236;
  • blue value is 251.
RGB:
(240,236,251)
(94%,93%,98%)

RGB channels and saturation

R 240 of 255 = 94%
G 236 of 255 = 93%
B 251 of 255 = 98%

240
236
251

R + G + B ~ 95%. #F0ECFB is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 236 + 251 = 727 (100%)
R 240 of 727 ~ 33.01%
G 236 of 727 ~ 32.46%
B 251 of 727 ~ 34.53%

%33.01
%32.46
%34.53

CMYK color model

#F0ECFB color CMYK value is (4,6,0,2).

  • cyan value is 4.38%
  • magenta value is 5.98%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(4,6,0,2)
C4M6Y0K2 
(4%,6%,0%,2%)
(0.04/0.06/0.00/0.02)	

CMYK percentages

%4.38
%5.98
%0
%1.57

Codes

Color #F0ECFB in popluar color models

F0ECFB
RGB240236251
HSL256°65.22%95.49%
HSB/HSV256°5.98%98.43%
CMYK4.38%5.98%0.00%
1.57%

Color #F0ECFB in popluar number systems.

HEXF0ECFB
Decimal240236251
Binary111100001110110011111011
Octal360354373

Shades and tints

Shades of #F0ECFB

#F0ECFB
(240,236,251)
#DBD7E5
(219,215,229)
#C6C2CF
(198,194,207)
#B1ADB9
(177,173,185)
#9C98A3
(156,152,163)
#87838D
(135,131,141)
#726E77
(114,110,119)
#5D5961
(93,89,97)
#48444B
(72,68,75)
#332F35
(51,47,53)
#1E1A1F
(30,26,31)
#000000
(0,0,0)

Tints of #F0ECFB

#F0ECFB
(240,236,251)
#F1EDFB
(241,237,251)
#F2EEFB
(242,238,251)
#F3EFFB
(243,239,251)
#F4F0FB
(244,240,251)
#F5F1FB
(245,241,251)
#F6F2FB
(246,242,251)
#F7F3FB
(247,243,251)
#F8F4FB
(248,244,251)
#F9F5FB
(249,245,251)
#FAF6FB
(250,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0ECFB color. Also use rgb(240,236,251) instead hex code.

Text Font Color

.myTextColor { color: #F0ECFB; }

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

This text font color is #F0ECFB.


Background Color

.myBgColor { background-color: #F0ECFB; }

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

This div background color is #F0ECFB.


Border color

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

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

This div border color is #F0ECFB.


Opacity

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

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

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

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

This text has shadow with #F0ECFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0ECFB on black background.


Color preview on white background

This text has color #F0ECFB on white background.



Black color preview on #F0ECFB background

This text has black color on #F0ECFB background.


White color preview on #F0ECFB background

This text has white color on #F0ECFB background.