COLOR #F0E6B2

HEX: #F0E6B2
RGB: (240,230,178)

Color info

#F0E6B2 contains mainly red and green colors. Web safe color of #F0E6B2 is #FFCC99 (or #FC9).

RGB color model

#F0E6B2 color RGB value is (240,230,178).

  • red value is 240;
  • green value is 230;
  • blue value is 178.
RGB:
(240,230,178)
(94%,90%,70%)

RGB channels and saturation

R 240 of 255 = 94%
G 230 of 255 = 90%
B 178 of 255 = 70%

240
230
178

R + G + B ~ 85%. #F0E6B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 230 + 178 = 648 (100%)
R 240 of 648 ~ 37.04%
G 230 of 648 ~ 35.49%
B 178 of 648 ~ 27.47%

%37.04
%35.49
%27.47

CMYK color model

#F0E6B2 color CMYK value is (0,4,26,6).

  • cyan value is 0.00%
  • magenta value is 4.17%
  • yellow value is 25.83%
  • key color value is 5.88%
CMYK:
(0,4,26,6)
C0M4Y26K6 
(0%,4%,26%,6%)
(0.00/0.04/0.26/0.06)	

CMYK percentages

%0
%4.17
%25.83
%5.88

Codes

Color #F0E6B2 in popluar color models

F0E6B2
RGB240230178
HSL50°67.39%81.96%
HSB/HSV50°25.83%94.12%
CMYK0.00%4.17%25.83%
5.88%

Color #F0E6B2 in popluar number systems.

HEXF0E6B2
Decimal240230178
Binary111100001110011010110010
Octal360346262

Shades and tints

Shades of #F0E6B2

#F0E6B2
(240,230,178)
#DBD2A2
(219,210,162)
#C6BE92
(198,190,146)
#B1AA82
(177,170,130)
#9C9672
(156,150,114)
#878262
(135,130,98)
#726E52
(114,110,82)
#5D5A42
(93,90,66)
#484632
(72,70,50)
#333222
(51,50,34)
#1E1E12
(30,30,18)
#000000
(0,0,0)

Tints of #F0E6B2

#F0E6B2
(240,230,178)
#F1E8B9
(241,232,185)
#F2EAC0
(242,234,192)
#F3ECC7
(243,236,199)
#F4EECE
(244,238,206)
#F5F0D5
(245,240,213)
#F6F2DC
(246,242,220)
#F7F4E3
(247,244,227)
#F8F6EA
(248,246,234)
#F9F8F1
(249,248,241)
#FAFAF8
(250,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0E6B2 color. Also use rgb(240,230,178) instead hex code.

Text Font Color

.myTextColor { color: #F0E6B2; }

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

This text font color is #F0E6B2.


Background Color

.myBgColor { background-color: #F0E6B2; }

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

This div background color is #F0E6B2.


Border color

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

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

This div border color is #F0E6B2.


Opacity

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

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

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

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

This text has shadow with #F0E6B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0E6B2 on black background.


Color preview on white background

This text has color #F0E6B2 on white background.



Black color preview on #F0E6B2 background

This text has black color on #F0E6B2 background.


White color preview on #F0E6B2 background

This text has white color on #F0E6B2 background.