COLOR #F0F6D3

HEX: #F0F6D3
RGB: (240,246,211)

Color info

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

RGB color model

#F0F6D3 color RGB value is (240,246,211).

  • red value is 240;
  • green value is 246;
  • blue value is 211.
RGB:
(240,246,211)
(94%,96%,83%)

RGB channels and saturation

R 240 of 255 = 94%
G 246 of 255 = 96%
B 211 of 255 = 83%

240
246
211

R + G + B ~ 91%. #F0F6D3 is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 246 + 211 = 697 (100%)
R 240 of 697 ~ 34.43%
G 246 of 697 ~ 35.29%
B 211 of 697 ~ 30.27%

%34.43
%35.29
%30.27

CMYK color model

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

  • cyan value is 2.44%
  • magenta value is 0.00%
  • yellow value is 14.23%
  • key color value is 3.53%
CMYK:
(2,0,14,4)
C2M0Y14K4 
(2%,0%,14%,4%)
(0.02/0.00/0.14/0.04)	

CMYK percentages

%2.44
%0
%14.23
%3.53

Codes

Color #F0F6D3 in popluar color models

F0F6D3
RGB240246211
HSL70°66.04%89.61%
HSB/HSV70°14.23%96.47%
CMYK2.44%0.00%14.23%
3.53%

Color #F0F6D3 in popluar number systems.

HEXF0F6D3
Decimal240246211
Binary111100001111011011010011
Octal360366323

Shades and tints

Shades of #F0F6D3

#F0F6D3
(240,246,211)
#DBE0C0
(219,224,192)
#C6CAAD
(198,202,173)
#B1B49A
(177,180,154)
#9C9E87
(156,158,135)
#878874
(135,136,116)
#727261
(114,114,97)
#5D5C4E
(93,92,78)
#48463B
(72,70,59)
#333028
(51,48,40)
#1E1A15
(30,26,21)
#000000
(0,0,0)

Tints of #F0F6D3

#F0F6D3
(240,246,211)
#F1F6D7
(241,246,215)
#F2F6DB
(242,246,219)
#F3F6DF
(243,246,223)
#F4F6E3
(244,246,227)
#F5F6E7
(245,246,231)
#F6F6EB
(246,246,235)
#F7F6EF
(247,246,239)
#F8F6F3
(248,246,243)
#F9F6F7
(249,246,247)
#FAF6FB
(250,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0F6D3 color. Also use rgb(240,246,211) instead hex code.

Text Font Color

.myTextColor { color: #F0F6D3; }

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

This text font color is #F0F6D3.


Background Color

.myBgColor { background-color: #F0F6D3; }

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

This div background color is #F0F6D3.


Border color

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

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

This div border color is #F0F6D3.


Opacity

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

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

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

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

This text has shadow with #F0F6D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0F6D3 on black background.


Color preview on white background

This text has color #F0F6D3 on white background.



Black color preview on #F0F6D3 background

This text has black color on #F0F6D3 background.


White color preview on #F0F6D3 background

This text has white color on #F0F6D3 background.