COLOR #F0DCD7

HEX: #F0DCD7 RGB: (240,220,215)

Color info

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

RGB color model

#F0DCD7 color RGB value is (240,220,215).

RGB: (240,220,215) (94%, 86%, 84%)

RGB channels and saturation

R 240 of 255 = 94%
G 220 of 255 = 86%
B 215 of 255 = 84%

240
220
215

R + G + B ~ 88%. #F0DCD7 is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 220 + 215 = 675 (100%)
R 240 of 675 ~ 35.56%
G 220 of 675 ~ 32.59%
B 215 of 675 ~ 31.85'%

%35.56
%32.59
%31.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 10.42%
  • 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
%8.33
%10.42
%5.88

Codes

Color #F0DCD7 in popluar color models

F0 DC D7
RGB 240 220 215
HSL 12° 45.45% 89.22%
HSB/HSV 12° 10.42% 94.12%
CMYK 0.00% 8.33% 10.42%
5.88%

Color #F0DCD7 in popluar number systems.

HEX F0 DC D7
Decimal 240 220 215
Binary 11110000 11011100 11010111
Octal 360 334 327

Shades and tints

Shades of #F0DCD7

#F0DCD7
(240,220,215)
#DBC8C4
(219,200,196)
#C6B4B1
(198,180,177)
#B1A09E
(177,160,158)
#9C8C8B
(156,140,139)
#877878
(135,120,120)
#726465
(114,100,101)
#5D5052
(93,80,82)
#483C3F
(72,60,63)
#33282C
(51,40,44)
#1E1419
(30,20,25)
#000000
(0,0,0)

Tints of #F0DCD7

#F0DCD7
(240,220,215)
#F1DFDA
(241,223,218)
#F2E2DD
(242,226,221)
#F3E5E0
(243,229,224)
#F4E8E3
(244,232,227)
#F5EBE6
(245,235,230)
#F6EEE9
(246,238,233)
#F7F1EC
(247,241,236)
#F8F4EF
(248,244,239)
#F9F7F2
(249,247,242)
#FAFAF5
(250,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0DCD7 color. Also use rgb(240,220,215) instead hex code.

Text Font Color

.myTextColor { color: #F0DCD7; }

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

This text font color is #F0DCD7.

Background Color

.myBgColor { background-color: #F0DCD7; }

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

This div background color is #F0DCD7.

Border color

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

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

This div border color is #F0DCD7.

Opacity

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

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

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

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

This text has shadow with #F0DCD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0DCD7.

Preview

Color preview on black background

This text has color #F0DCD7 on black background.


Color preview on white background

This text has color #F0DCD7 on white background.


Black color preview on #F0DCD7 background

This text has black color on #F0DCD7 background.


White color preview on #F0DCD7 background

This text has white color on #F0DCD7 background.


Related colors

Complementary color

Complementary color for #hex is #0F2328.


I love getcolorcode.com

Triadic colors

1 #D7F0DC and #DCD7F0 with #F0DCD7 are triadic colors.

2 #D7DCF0 and #DCF0D7 with #F0DCD7 are triadic colors.