COLOR #F0FBEC

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

Color info

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

RGB color model

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

RGB: (240,251,236) (94%, 98%, 93%)

RGB channels and saturation

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

240
251
236

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

Portions of RGB colors in percentages

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

%33.01
%34.53
%32.46

CMYK color model

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

  • cyan value is 4.38%
  • magenta value is 0.00%
  • yellow value is 5.98%
  • key color value is 1.57%

CMYK: (4,0,6,2)
C4M0Y6K2 (4%, 0%, 6%, 2%)
(0.04 / 0.00 / 0.06 / 0.02)

CMYK percentages

%4.38
%0
%5.98
%1.57

Codes

Color #F0FBEC in popluar color models

F0 FB EC
RGB 240 251 236
HSL 104° 65.22% 95.49%
HSB/HSV 104° 5.98% 98.43%
CMYK 4.38% 0.00% 5.98%
1.57%

Color #F0FBEC in popluar number systems.

HEX F0 FB EC
Decimal 240 251 236
Binary 11110000 11111011 11101100
Octal 360 373 354

Shades and tints

Shades of #F0FBEC

#F0FBEC
(240,251,236)
#DBE5D7
(219,229,215)
#C6CFC2
(198,207,194)
#B1B9AD
(177,185,173)
#9CA398
(156,163,152)
#878D83
(135,141,131)
#72776E
(114,119,110)
#5D6159
(93,97,89)
#484B44
(72,75,68)
#33352F
(51,53,47)
#1E1F1A
(30,31,26)
#000000
(0,0,0)

Tints of #F0FBEC

#F0FBEC
(240,251,236)
#F1FBED
(241,251,237)
#F2FBEE
(242,251,238)
#F3FBEF
(243,251,239)
#F4FBF0
(244,251,240)
#F5FBF1
(245,251,241)
#F6FBF2
(246,251,242)
#F7FBF3
(247,251,243)
#F8FBF4
(248,251,244)
#F9FBF5
(249,251,245)
#FAFBF6
(250,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0FBEC; }

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

This text font color is #F0FBEC.

Background Color

.myBgColor { background-color: #F0FBEC; }

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

This div background color is #F0FBEC.

Border color

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

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

This div border color is #F0FBEC.

Opacity

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

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

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

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

This text has shadow with #F0FBEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0FBEC.

Preview

Color preview on black background

This text has color #F0FBEC on black background.


Color preview on white background

This text has color #F0FBEC on white background.


Black color preview on #F0FBEC background

This text has black color on #F0FBEC background.


White color preview on #F0FBEC background

This text has white color on #F0FBEC background.


Related colors

Complementary color

Complementary color for #hex is #0F0413.


I love getcolorcode.com

Triadic colors

1 #ECF0FB and #FBECF0 with #F0FBEC are triadic colors.

2 #ECFBF0 and #FBF0EC with #F0FBEC are triadic colors.