COLOR #F0F8EB

HEX: #F0F8EB RGB: (240,248,235)

Color info

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

RGB color model

#F0F8EB color RGB value is (240,248,235).

RGB: (240,248,235) (94%, 97%, 92%)

RGB channels and saturation

R 240 of 255 = 94%
G 248 of 255 = 97%
B 235 of 255 = 92%

240
248
235

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

Portions of RGB colors in percentages

R + G + B = 240 + 248 + 235 = 723 (100%)
R 240 of 723 ~ 33.2%
G 248 of 723 ~ 34.3%
B 235 of 723 ~ 32.5'%

%33.2
%34.3
%32.5

CMYK color model

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

  • cyan value is 3.23%
  • magenta value is 0.00%
  • yellow value is 5.24%
  • key color value is 2.75%
CMYK: (3,0,5,3) C3M0Y5K3 (3%,0%,5%,3%) (0.03/0.00/0.05/0.03) 

CMYK percentages

%3.23
%0
%5.24
%2.75

Codes

Color #F0F8EB in popluar color models

F0 F8 EB
RGB 240 248 235
HSL 97° 48.15% 94.71%
HSB/HSV 97° 5.24% 97.25%
CMYK 3.23% 0.00% 5.24%
2.75%

Color #F0F8EB in popluar number systems.

HEX F0 F8 EB
Decimal 240 248 235
Binary 11110000 11111000 11101011
Octal 360 370 353

Shades and tints

Shades of #F0F8EB

#F0F8EB
(240,248,235)
#DBE2D6
(219,226,214)
#C6CCC1
(198,204,193)
#B1B6AC
(177,182,172)
#9CA097
(156,160,151)
#878A82
(135,138,130)
#72746D
(114,116,109)
#5D5E58
(93,94,88)
#484843
(72,72,67)
#33322E
(51,50,46)
#1E1C19
(30,28,25)
#000000
(0,0,0)

Tints of #F0F8EB

#F0F8EB
(240,248,235)
#F1F8EC
(241,248,236)
#F2F8ED
(242,248,237)
#F3F8EE
(243,248,238)
#F4F8EF
(244,248,239)
#F5F8F0
(245,248,240)
#F6F8F1
(246,248,241)
#F7F8F2
(247,248,242)
#F8F8F3
(248,248,243)
#F9F8F4
(249,248,244)
#FAF8F5
(250,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0F8EB; }

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

This text font color is #F0F8EB.

Background Color

.myBgColor { background-color: #F0F8EB; }

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

This div background color is #F0F8EB.

Border color

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

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

This div border color is #F0F8EB.

Opacity

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

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

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

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

This text has shadow with #F0F8EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0F8EB.

Preview

Color preview on black background

This text has color #F0F8EB on black background.


Color preview on white background

This text has color #F0F8EB on white background.


Black color preview on #F0F8EB background

This text has black color on #F0F8EB background.


White color preview on #F0F8EB background

This text has white color on #F0F8EB background.


Related colors

Complementary color

Complementary color for #hex is #0F0714.


I love getcolorcode.com

Triadic colors

1 #EBF0F8 and #F8EBF0 with #F0F8EB are triadic colors.

2 #EBF8F0 and #F8F0EB with #F0F8EB are triadic colors.