COLOR #F0DCC3

HEX: #F0DCC3
RGB: (240,220,195)

Color info

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

RGB color model

#F0DCC3 color RGB value is (240,220,195).

  • red value is 240;
  • green value is 220;
  • blue value is 195.
RGB:
(240,220,195)
(94%,86%,76%)

RGB channels and saturation

R 240 of 255 = 94%
G 220 of 255 = 86%
B 195 of 255 = 76%

240
220
195

R + G + B ~ 85%. #F0DCC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 220 + 195 = 655 (100%)
R 240 of 655 ~ 36.64%
G 220 of 655 ~ 33.59%
B 195 of 655 ~ 29.77%

%36.64
%33.59
%29.77

CMYK color model

#F0DCC3 color CMYK value is (0,8,19,6).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 18.75%
  • key color value is 5.88%
CMYK:
(0,8,19,6)
C0M8Y19K6 
(0%,8%,19%,6%)
(0.00/0.08/0.19/0.06)	

CMYK percentages

%0
%8.33
%18.75
%5.88

Codes

Color #F0DCC3 in popluar color models

F0DCC3
RGB240220195
HSL33°60.00%85.29%
HSB/HSV33°18.75%94.12%
CMYK0.00%8.33%18.75%
5.88%

Color #F0DCC3 in popluar number systems.

HEXF0DCC3
Decimal240220195
Binary111100001101110011000011
Octal360334303

Shades and tints

Shades of #F0DCC3

#F0DCC3
(240,220,195)
#DBC8B2
(219,200,178)
#C6B4A1
(198,180,161)
#B1A090
(177,160,144)
#9C8C7F
(156,140,127)
#87786E
(135,120,110)
#72645D
(114,100,93)
#5D504C
(93,80,76)
#483C3B
(72,60,59)
#33282A
(51,40,42)
#1E1419
(30,20,25)
#000000
(0,0,0)

Tints of #F0DCC3

#F0DCC3
(240,220,195)
#F1DFC8
(241,223,200)
#F2E2CD
(242,226,205)
#F3E5D2
(243,229,210)
#F4E8D7
(244,232,215)
#F5EBDC
(245,235,220)
#F6EEE1
(246,238,225)
#F7F1E6
(247,241,230)
#F8F4EB
(248,244,235)
#F9F7F0
(249,247,240)
#FAFAF5
(250,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0DCC3; }

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

This text font color is #F0DCC3.


Background Color

.myBgColor { background-color: #F0DCC3; }

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

This div background color is #F0DCC3.


Border color

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

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

This div border color is #F0DCC3.


Opacity

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

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

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

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

This text has shadow with #F0DCC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0DCC3 on black background.


Color preview on white background

This text has color #F0DCC3 on white background.



Black color preview on #F0DCC3 background

This text has black color on #F0DCC3 background.


White color preview on #F0DCC3 background

This text has white color on #F0DCC3 background.