COLOR #F0FBD9

HEX: #F0FBD9
RGB: (240,251,217)

Color info

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

RGB color model

#F0FBD9 color RGB value is (240,251,217).

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

RGB channels and saturation

R 240 of 255 = 94%
G 251 of 255 = 98%
B 217 of 255 = 85%

240
251
217

R + G + B ~ 92%. #F0FBD9 is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 251 + 217 = 708 (100%)
R 240 of 708 ~ 33.9%
G 251 of 708 ~ 35.45%
B 217 of 708 ~ 30.65%

%33.9
%35.45
%30.65

CMYK color model

#F0FBD9 color CMYK value is (4,0,14,2).

  • cyan value is 4.38%
  • magenta value is 0.00%
  • yellow value is 13.55%
  • key color value is 1.57%
CMYK:
(4,0,14,2)
C4M0Y14K2 
(4%,0%,14%,2%)
(0.04/0.00/0.14/0.02)	

CMYK percentages

%4.38
%0
%13.55
%1.57

Codes

Color #F0FBD9 in popluar color models

F0FBD9
RGB240251217
HSL79°80.95%91.76%
HSB/HSV79°13.55%98.43%
CMYK4.38%0.00%13.55%
1.57%

Color #F0FBD9 in popluar number systems.

HEXF0FBD9
Decimal240251217
Binary111100001111101111011001
Octal360373331

Shades and tints

Shades of #F0FBD9

#F0FBD9
(240,251,217)
#DBE5C6
(219,229,198)
#C6CFB3
(198,207,179)
#B1B9A0
(177,185,160)
#9CA38D
(156,163,141)
#878D7A
(135,141,122)
#727767
(114,119,103)
#5D6154
(93,97,84)
#484B41
(72,75,65)
#33352E
(51,53,46)
#1E1F1B
(30,31,27)
#000000
(0,0,0)

Tints of #F0FBD9

#F0FBD9
(240,251,217)
#F1FBDC
(241,251,220)
#F2FBDF
(242,251,223)
#F3FBE2
(243,251,226)
#F4FBE5
(244,251,229)
#F5FBE8
(245,251,232)
#F6FBEB
(246,251,235)
#F7FBEE
(247,251,238)
#F8FBF1
(248,251,241)
#F9FBF4
(249,251,244)
#FAFBF7
(250,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0FBD9; }

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

This text font color is #F0FBD9.


Background Color

.myBgColor { background-color: #F0FBD9; }

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

This div background color is #F0FBD9.


Border color

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

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

This div border color is #F0FBD9.


Opacity

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

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

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

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

This text has shadow with #F0FBD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0FBD9 on black background.


Color preview on white background

This text has color #F0FBD9 on white background.



Black color preview on #F0FBD9 background

This text has black color on #F0FBD9 background.


White color preview on #F0FBD9 background

This text has white color on #F0FBD9 background.