COLOR #F0E2C1

HEX: #F0E2C1
RGB: (240,226,193)

Color info

#F0E2C1 contains red, green and blue colors in about the same proportion. Web safe color of #F0E2C1 is #FFCCCC (or #FCC).

RGB color model

#F0E2C1 color RGB value is (240,226,193).

  • red value is 240;
  • green value is 226;
  • blue value is 193.
RGB:
(240,226,193)
(94%,89%,76%)

RGB channels and saturation

R 240 of 255 = 94%
G 226 of 255 = 89%
B 193 of 255 = 76%

240
226
193

R + G + B ~ 86%. #F0E2C1 is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 226 + 193 = 659 (100%)
R 240 of 659 ~ 36.42%
G 226 of 659 ~ 34.29%
B 193 of 659 ~ 29.29%

%36.42
%34.29
%29.29

CMYK color model

#F0E2C1 color CMYK value is (0,6,20,6).

  • cyan value is 0.00%
  • magenta value is 5.83%
  • yellow value is 19.58%
  • key color value is 5.88%
CMYK:
(0,6,20,6)
C0M6Y20K6 
(0%,6%,20%,6%)
(0.00/0.06/0.20/0.06)	

CMYK percentages

%0
%5.83
%19.58
%5.88

Codes

Color #F0E2C1 in popluar color models

F0E2C1
RGB240226193
HSL42°61.04%84.90%
HSB/HSV42°19.58%94.12%
CMYK0.00%5.83%19.58%
5.88%

Color #F0E2C1 in popluar number systems.

HEXF0E2C1
Decimal240226193
Binary111100001110001011000001
Octal360342301

Shades and tints

Shades of #F0E2C1

#F0E2C1
(240,226,193)
#DBCEB0
(219,206,176)
#C6BA9F
(198,186,159)
#B1A68E
(177,166,142)
#9C927D
(156,146,125)
#877E6C
(135,126,108)
#726A5B
(114,106,91)
#5D564A
(93,86,74)
#484239
(72,66,57)
#332E28
(51,46,40)
#1E1A17
(30,26,23)
#000000
(0,0,0)

Tints of #F0E2C1

#F0E2C1
(240,226,193)
#F1E4C6
(241,228,198)
#F2E6CB
(242,230,203)
#F3E8D0
(243,232,208)
#F4EAD5
(244,234,213)
#F5ECDA
(245,236,218)
#F6EEDF
(246,238,223)
#F7F0E4
(247,240,228)
#F8F2E9
(248,242,233)
#F9F4EE
(249,244,238)
#FAF6F3
(250,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0E2C1 color. Also use rgb(240,226,193) instead hex code.

Text Font Color

.myTextColor { color: #F0E2C1; }

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

This text font color is #F0E2C1.


Background Color

.myBgColor { background-color: #F0E2C1; }

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

This div background color is #F0E2C1.


Border color

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

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

This div border color is #F0E2C1.


Opacity

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

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

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

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

This text has shadow with #F0E2C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0E2C1 on black background.


Color preview on white background

This text has color #F0E2C1 on white background.



Black color preview on #F0E2C1 background

This text has black color on #F0E2C1 background.


White color preview on #F0E2C1 background

This text has white color on #F0E2C1 background.