COLOR #F0FFEB

HEX: #F0FFEB RGB: (240,255,235)

Color info

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

RGB color model

#F0FFEB color RGB value is (240,255,235).

RGB: (240,255,235) (94%, 100%, 92%)

RGB channels and saturation

R 240 of 255 = 94%
G 255 of 255 = 100%
B 235 of 255 = 92%

240
255
235

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

Portions of RGB colors in percentages

R + G + B = 240 + 255 + 235 = 730 (100%)
R 240 of 730 ~ 32.88%
G 255 of 730 ~ 34.93%
B 235 of 730 ~ 32.19'%

%32.88
%34.93
%32.19

CMYK color model

#F0FFEB color CMYK value is (6,0,8,0).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 7.84%
  • key color value is 0.00%
CMYK: (6,0,8,0) C6M0Y8K0 (6%,0%,8%,0%) (0.06/0.00/0.08/0.00) 

CMYK percentages

%5.88
%0
%7.84
%0

Codes

Color #F0FFEB in popluar color models

F0 FF EB
RGB 240 255 235
HSL 105° 100.00% 96.08%
HSB/HSV 105° 7.84% 100.00%
CMYK 5.88% 0.00% 7.84%
0.00%

Color #F0FFEB in popluar number systems.

HEX F0 FF EB
Decimal 240 255 235
Binary 11110000 11111111 11101011
Octal 360 377 353

Shades and tints

Shades of #F0FFEB

#F0FFEB
(240,255,235)
#DBE8D6
(219,232,214)
#C6D1C1
(198,209,193)
#B1BAAC
(177,186,172)
#9CA397
(156,163,151)
#878C82
(135,140,130)
#72756D
(114,117,109)
#5D5E58
(93,94,88)
#484743
(72,71,67)
#33302E
(51,48,46)
#1E1919
(30,25,25)
#000000
(0,0,0)

Tints of #F0FFEB

#F0FFEB
(240,255,235)
#F1FFEC
(241,255,236)
#F2FFED
(242,255,237)
#F3FFEE
(243,255,238)
#F4FFEF
(244,255,239)
#F5FFF0
(245,255,240)
#F6FFF1
(246,255,241)
#F7FFF2
(247,255,242)
#F8FFF3
(248,255,243)
#F9FFF4
(249,255,244)
#FAFFF5
(250,255,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0FFEB; }

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

This text font color is #F0FFEB.

Background Color

.myBgColor { background-color: #F0FFEB; }

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

This div background color is #F0FFEB.

Border color

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

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

This div border color is #F0FFEB.

Opacity

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

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

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

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

This text has shadow with #F0FFEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0FFEB.

Preview

Color preview on black background

This text has color #F0FFEB on black background.


Color preview on white background

This text has color #F0FFEB on white background.


Black color preview on #F0FFEB background

This text has black color on #F0FFEB background.


White color preview on #F0FFEB background

This text has white color on #F0FFEB background.


Related colors

Complementary color

Complementary color for #hex is #0F0014.


I love getcolorcode.com

Triadic colors

1 #EBF0FF and #FFEBF0 with #F0FFEB are triadic colors.

2 #EBFFF0 and #FFF0EB with #F0FFEB are triadic colors.