COLOR #F0F9D5

HEX: #F0F9D5
RGB: (240,249,213)

Color info

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

RGB color model

#F0F9D5 color RGB value is (240,249,213).

  • red value is 240;
  • green value is 249;
  • blue value is 213.
RGB:
(240,249,213)
(94%,98%,84%)

RGB channels and saturation

R 240 of 255 = 94%
G 249 of 255 = 98%
B 213 of 255 = 84%

240
249
213

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

Portions of RGB colors in percentages

R + G + B =
240 + 249 + 213 = 702 (100%)
R 240 of 702 ~ 34.19%
G 249 of 702 ~ 35.47%
B 213 of 702 ~ 30.34%

%34.19
%35.47
%30.34

CMYK color model

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

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

CMYK percentages

%3.61
%0
%14.46
%2.35

Codes

Color #F0F9D5 in popluar color models

F0F9D5
RGB240249213
HSL75°75.00%90.59%
HSB/HSV75°14.46%97.65%
CMYK3.61%0.00%14.46%
2.35%

Color #F0F9D5 in popluar number systems.

HEXF0F9D5
Decimal240249213
Binary111100001111100111010101
Octal360371325

Shades and tints

Shades of #F0F9D5

#F0F9D5
(240,249,213)
#DBE3C2
(219,227,194)
#C6CDAF
(198,205,175)
#B1B79C
(177,183,156)
#9CA189
(156,161,137)
#878B76
(135,139,118)
#727563
(114,117,99)
#5D5F50
(93,95,80)
#48493D
(72,73,61)
#33332A
(51,51,42)
#1E1D17
(30,29,23)
#000000
(0,0,0)

Tints of #F0F9D5

#F0F9D5
(240,249,213)
#F1F9D8
(241,249,216)
#F2F9DB
(242,249,219)
#F3F9DE
(243,249,222)
#F4F9E1
(244,249,225)
#F5F9E4
(245,249,228)
#F6F9E7
(246,249,231)
#F7F9EA
(247,249,234)
#F8F9ED
(248,249,237)
#F9F9F0
(249,249,240)
#FAF9F3
(250,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0F9D5 color. Also use rgb(240,249,213) instead hex code.

Text Font Color

.myTextColor { color: #F0F9D5; }

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

This text font color is #F0F9D5.


Background Color

.myBgColor { background-color: #F0F9D5; }

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

This div background color is #F0F9D5.


Border color

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

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

This div border color is #F0F9D5.


Opacity

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

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

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

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

This text has shadow with #F0F9D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0F9D5 on black background.


Color preview on white background

This text has color #F0F9D5 on white background.



Black color preview on #F0F9D5 background

This text has black color on #F0F9D5 background.


White color preview on #F0F9D5 background

This text has white color on #F0F9D5 background.