COLOR #F0DFC2

HEX: #F0DFC2
RGB: (240,223,194)

Color info

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

RGB color model

#F0DFC2 color RGB value is (240,223,194).

  • red value is 240;
  • green value is 223;
  • blue value is 194.
RGB:
(240,223,194)
(94%,87%,76%)

RGB channels and saturation

R 240 of 255 = 94%
G 223 of 255 = 87%
B 194 of 255 = 76%

240
223
194

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

Portions of RGB colors in percentages

R + G + B =
240 + 223 + 194 = 657 (100%)
R 240 of 657 ~ 36.53%
G 223 of 657 ~ 33.94%
B 194 of 657 ~ 29.53%

%36.53
%33.94
%29.53

CMYK color model

#F0DFC2 color CMYK value is (0,7,19,6).

  • cyan value is 0.00%
  • magenta value is 7.08%
  • yellow value is 19.17%
  • key color value is 5.88%
CMYK:
(0,7,19,6)
C0M7Y19K6 
(0%,7%,19%,6%)
(0.00/0.07/0.19/0.06)	

CMYK percentages

%0
%7.08
%19.17
%5.88

Codes

Color #F0DFC2 in popluar color models

F0DFC2
RGB240223194
HSL38°60.53%85.10%
HSB/HSV38°19.17%94.12%
CMYK0.00%7.08%19.17%
5.88%

Color #F0DFC2 in popluar number systems.

HEXF0DFC2
Decimal240223194
Binary111100001101111111000010
Octal360337302

Shades and tints

Shades of #F0DFC2

#F0DFC2
(240,223,194)
#DBCBB1
(219,203,177)
#C6B7A0
(198,183,160)
#B1A38F
(177,163,143)
#9C8F7E
(156,143,126)
#877B6D
(135,123,109)
#72675C
(114,103,92)
#5D534B
(93,83,75)
#483F3A
(72,63,58)
#332B29
(51,43,41)
#1E1718
(30,23,24)
#000000
(0,0,0)

Tints of #F0DFC2

#F0DFC2
(240,223,194)
#F1E1C7
(241,225,199)
#F2E3CC
(242,227,204)
#F3E5D1
(243,229,209)
#F4E7D6
(244,231,214)
#F5E9DB
(245,233,219)
#F6EBE0
(246,235,224)
#F7EDE5
(247,237,229)
#F8EFEA
(248,239,234)
#F9F1EF
(249,241,239)
#FAF3F4
(250,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0DFC2 color. Also use rgb(240,223,194) instead hex code.

Text Font Color

.myTextColor { color: #F0DFC2; }

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

This text font color is #F0DFC2.


Background Color

.myBgColor { background-color: #F0DFC2; }

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

This div background color is #F0DFC2.


Border color

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

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

This div border color is #F0DFC2.


Opacity

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

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

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

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

This text has shadow with #F0DFC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0DFC2 on black background.


Color preview on white background

This text has color #F0DFC2 on white background.



Black color preview on #F0DFC2 background

This text has black color on #F0DFC2 background.


White color preview on #F0DFC2 background

This text has white color on #F0DFC2 background.