COLOR #F0FBE1

HEX: #F0FBE1 RGB: (240,251,225)

Color info

#F0FBE1 contains red, green and blue colors in about the same proportion. Web safe color of #F0FBE1 is #FFFFCC (or #FFC).

RGB color model

#F0FBE1 color RGB value is (240,251,225).

RGB: (240,251,225) (94%, 98%, 88%)

RGB channels and saturation

R 240 of 255 = 94%
G 251 of 255 = 98%
B 225 of 255 = 88%

240
251
225

R + G + B ~ 93%. #F0FBE1 is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 251 + 225 = 716 (100%)
R 240 of 716 ~ 33.52%
G 251 of 716 ~ 35.06%
B 225 of 716 ~ 31.42'%

%33.52
%35.06
%31.42

CMYK color model

#F0FBE1 color CMYK value is (4,0,10,2).

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

CMYK: (4,0,10,2)
C4M0Y10K2 (4%, 0%, 10%, 2%)
(0.04 / 0.00 / 0.10 / 0.02)

CMYK percentages

%4.38
%0
%10.36
%1.57

Codes

Color #F0FBE1 in popluar color models

F0 FB E1
RGB 240 251 225
HSL 85° 76.47% 93.33%
HSB/HSV 85° 10.36% 98.43%
CMYK 4.38% 0.00% 10.36%
1.57%

Color #F0FBE1 in popluar number systems.

HEX F0 FB E1
Decimal 240 251 225
Binary 11110000 11111011 11100001
Octal 360 373 341

Shades and tints

Shades of #F0FBE1

#F0FBE1
(240,251,225)
#DBE5CD
(219,229,205)
#C6CFB9
(198,207,185)
#B1B9A5
(177,185,165)
#9CA391
(156,163,145)
#878D7D
(135,141,125)
#727769
(114,119,105)
#5D6155
(93,97,85)
#484B41
(72,75,65)
#33352D
(51,53,45)
#1E1F19
(30,31,25)
#000000
(0,0,0)

Tints of #F0FBE1

#F0FBE1
(240,251,225)
#F1FBE3
(241,251,227)
#F2FBE5
(242,251,229)
#F3FBE7
(243,251,231)
#F4FBE9
(244,251,233)
#F5FBEB
(245,251,235)
#F6FBED
(246,251,237)
#F7FBEF
(247,251,239)
#F8FBF1
(248,251,241)
#F9FBF3
(249,251,243)
#FAFBF5
(250,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0FBE1; }

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

This text font color is #F0FBE1.

Background Color

.myBgColor { background-color: #F0FBE1; }

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

This div background color is #F0FBE1.

Border color

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

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

This div border color is #F0FBE1.

Opacity

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

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

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

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

This text has shadow with #F0FBE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0FBE1.

Preview

Color preview on black background

This text has color #F0FBE1 on black background.


Color preview on white background

This text has color #F0FBE1 on white background.


Black color preview on #F0FBE1 background

This text has black color on #F0FBE1 background.


White color preview on #F0FBE1 background

This text has white color on #F0FBE1 background.


Related colors

Complementary color

Complementary color for #hex is #0F041E.


I love getcolorcode.com

Triadic colors

1 #E1F0FB and #FBE1F0 with #F0FBE1 are triadic colors.

2 #E1FBF0 and #FBF0E1 with #F0FBE1 are triadic colors.