COLOR #F0DED8

HEX: #F0DED8
RGB: (240,222,216)

Color info

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

RGB color model

#F0DED8 color RGB value is (240,222,216).

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

RGB channels and saturation

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

240
222
216

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

Portions of RGB colors in percentages

R + G + B =
240 + 222 + 216 = 678 (100%)
R 240 of 678 ~ 35.4%
G 222 of 678 ~ 32.74%
B 216 of 678 ~ 31.86%

%35.4
%32.74
%31.86

CMYK color model

#F0DED8 color CMYK value is (0,8,10,6).

  • cyan value is 0.00%
  • magenta value is 7.50%
  • yellow value is 10.00%
  • key color value is 5.88%
CMYK:
(0,8,10,6)
C0M8Y10K6 
(0%,8%,10%,6%)
(0.00/0.08/0.10/0.06)	

CMYK percentages

%0
%7.5
%10
%5.88

Codes

Color #F0DED8 in popluar color models

F0DED8
RGB240222216
HSL15°44.44%89.41%
HSB/HSV15°10.00%94.12%
CMYK0.00%7.50%10.00%
5.88%

Color #F0DED8 in popluar number systems.

HEXF0DED8
Decimal240222216
Binary111100001101111011011000
Octal360336330

Shades and tints

Shades of #F0DED8

#F0DED8
(240,222,216)
#DBCAC5
(219,202,197)
#C6B6B2
(198,182,178)
#B1A29F
(177,162,159)
#9C8E8C
(156,142,140)
#877A79
(135,122,121)
#726666
(114,102,102)
#5D5253
(93,82,83)
#483E40
(72,62,64)
#332A2D
(51,42,45)
#1E161A
(30,22,26)
#000000
(0,0,0)

Tints of #F0DED8

#F0DED8
(240,222,216)
#F1E1DB
(241,225,219)
#F2E4DE
(242,228,222)
#F3E7E1
(243,231,225)
#F4EAE4
(244,234,228)
#F5EDE7
(245,237,231)
#F6F0EA
(246,240,234)
#F7F3ED
(247,243,237)
#F8F6F0
(248,246,240)
#F9F9F3
(249,249,243)
#FAFCF6
(250,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0DED8; }

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

This text font color is #F0DED8.


Background Color

.myBgColor { background-color: #F0DED8; }

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

This div background color is #F0DED8.


Border color

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

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

This div border color is #F0DED8.


Opacity

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

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

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

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

This text has shadow with #F0DED8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0DED8 on black background.


Color preview on white background

This text has color #F0DED8 on white background.



Black color preview on #F0DED8 background

This text has black color on #F0DED8 background.


White color preview on #F0DED8 background

This text has white color on #F0DED8 background.