COLOR #F0DFC8

HEX: #F0DFC8
RGB: (240,223,200)

Color info

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

RGB color model

#F0DFC8 color RGB value is (240,223,200).

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

RGB channels and saturation

R 240 of 255 = 94%
G 223 of 255 = 87%
B 200 of 255 = 78%

240
223
200

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

Portions of RGB colors in percentages

R + G + B =
240 + 223 + 200 = 663 (100%)
R 240 of 663 ~ 36.2%
G 223 of 663 ~ 33.63%
B 200 of 663 ~ 30.17%

%36.2
%33.63
%30.17

CMYK color model

#F0DFC8 color CMYK value is (0,7,17,6).

  • cyan value is 0.00%
  • magenta value is 7.08%
  • yellow value is 16.67%
  • key color value is 5.88%
CMYK:
(0,7,17,6)
C0M7Y17K6 
(0%,7%,17%,6%)
(0.00/0.07/0.17/0.06)	

CMYK percentages

%0
%7.08
%16.67
%5.88

Codes

Color #F0DFC8 in popluar color models

F0DFC8
RGB240223200
HSL35°57.14%86.27%
HSB/HSV35°16.67%94.12%
CMYK0.00%7.08%16.67%
5.88%

Color #F0DFC8 in popluar number systems.

HEXF0DFC8
Decimal240223200
Binary111100001101111111001000
Octal360337310

Shades and tints

Shades of #F0DFC8

#F0DFC8
(240,223,200)
#DBCBB6
(219,203,182)
#C6B7A4
(198,183,164)
#B1A392
(177,163,146)
#9C8F80
(156,143,128)
#877B6E
(135,123,110)
#72675C
(114,103,92)
#5D534A
(93,83,74)
#483F38
(72,63,56)
#332B26
(51,43,38)
#1E1714
(30,23,20)
#000000
(0,0,0)

Tints of #F0DFC8

#F0DFC8
(240,223,200)
#F1E1CD
(241,225,205)
#F2E3D2
(242,227,210)
#F3E5D7
(243,229,215)
#F4E7DC
(244,231,220)
#F5E9E1
(245,233,225)
#F6EBE6
(246,235,230)
#F7EDEB
(247,237,235)
#F8EFF0
(248,239,240)
#F9F1F5
(249,241,245)
#FAF3FA
(250,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0DFC8; }

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

This text font color is #F0DFC8.


Background Color

.myBgColor { background-color: #F0DFC8; }

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

This div background color is #F0DFC8.


Border color

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

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

This div border color is #F0DFC8.


Opacity

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

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

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

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

This text has shadow with #F0DFC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0DFC8 on black background.


Color preview on white background

This text has color #F0DFC8 on white background.



Black color preview on #F0DFC8 background

This text has black color on #F0DFC8 background.


White color preview on #F0DFC8 background

This text has white color on #F0DFC8 background.