COLOR #F0DFD8

HEX: #F0DFD8
RGB: (240,223,216)

Color info

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

RGB color model

#F0DFD8 color RGB value is (240,223,216).

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

RGB channels and saturation

R 240 of 255 = 94%
G 223 of 255 = 87%
B 216 of 255 = 85%

240
223
216

R + G + B ~ 89%. #F0DFD8 is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 223 + 216 = 679 (100%)
R 240 of 679 ~ 35.35%
G 223 of 679 ~ 32.84%
B 216 of 679 ~ 31.81%

%35.35
%32.84
%31.81

CMYK color model

#F0DFD8 color CMYK value is (0,7,10,6).

  • cyan value is 0.00%
  • magenta value is 7.08%
  • yellow value is 10.00%
  • key color value is 5.88%
CMYK:
(0,7,10,6)
C0M7Y10K6 
(0%,7%,10%,6%)
(0.00/0.07/0.10/0.06)	

CMYK percentages

%0
%7.08
%10
%5.88

Codes

Color #F0DFD8 in popluar color models

F0DFD8
RGB240223216
HSL18°44.44%89.41%
HSB/HSV18°10.00%94.12%
CMYK0.00%7.08%10.00%
5.88%

Color #F0DFD8 in popluar number systems.

HEXF0DFD8
Decimal240223216
Binary111100001101111111011000
Octal360337330

Shades and tints

Shades of #F0DFD8

#F0DFD8
(240,223,216)
#DBCBC5
(219,203,197)
#C6B7B2
(198,183,178)
#B1A39F
(177,163,159)
#9C8F8C
(156,143,140)
#877B79
(135,123,121)
#726766
(114,103,102)
#5D5353
(93,83,83)
#483F40
(72,63,64)
#332B2D
(51,43,45)
#1E171A
(30,23,26)
#000000
(0,0,0)

Tints of #F0DFD8

#F0DFD8
(240,223,216)
#F1E1DB
(241,225,219)
#F2E3DE
(242,227,222)
#F3E5E1
(243,229,225)
#F4E7E4
(244,231,228)
#F5E9E7
(245,233,231)
#F6EBEA
(246,235,234)
#F7EDED
(247,237,237)
#F8EFF0
(248,239,240)
#F9F1F3
(249,241,243)
#FAF3F6
(250,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0DFD8; }

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

This text font color is #F0DFD8.


Background Color

.myBgColor { background-color: #F0DFD8; }

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

This div background color is #F0DFD8.


Border color

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

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

This div border color is #F0DFD8.


Opacity

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

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

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

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

This text has shadow with #F0DFD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0DFD8 on black background.


Color preview on white background

This text has color #F0DFD8 on white background.



Black color preview on #F0DFD8 background

This text has black color on #F0DFD8 background.


White color preview on #F0DFD8 background

This text has white color on #F0DFD8 background.