COLOR #F0F0DD

HEX: #F0F0DD
RGB: (240,240,221)

Color info

#F0F0DD contains red, green and blue colors in about the same proportion. Web safe color of #F0F0DD is #FFFFCC (or #FFC).

RGB color model

#F0F0DD color RGB value is (240,240,221).

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

RGB channels and saturation

R 240 of 255 = 94%
G 240 of 255 = 94%
B 221 of 255 = 87%

240
240
221

R + G + B ~ 92%. #F0F0DD is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 240 + 221 = 701 (100%)
R 240 of 701 ~ 34.24%
G 240 of 701 ~ 34.24%
B 221 of 701 ~ 31.53%

%34.24
%34.24
%31.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 7.92%
  • key color value is 5.88%
CMYK:
(0,0,8,6)
C0M0Y8K6 
(0%,0%,8%,6%)
(0.00/0.00/0.08/0.06)	

CMYK percentages

%0
%0
%7.92
%5.88

Codes

Color #F0F0DD in popluar color models

F0F0DD
RGB240240221
HSL60°38.78%90.39%
HSB/HSV60°7.92%94.12%
CMYK0.00%0.00%7.92%
5.88%

Color #F0F0DD in popluar number systems.

HEXF0F0DD
Decimal240240221
Binary111100001111000011011101
Octal360360335

Shades and tints

Shades of #F0F0DD

#F0F0DD
(240,240,221)
#DBDBC9
(219,219,201)
#C6C6B5
(198,198,181)
#B1B1A1
(177,177,161)
#9C9C8D
(156,156,141)
#878779
(135,135,121)
#727265
(114,114,101)
#5D5D51
(93,93,81)
#48483D
(72,72,61)
#333329
(51,51,41)
#1E1E15
(30,30,21)
#000000
(0,0,0)

Tints of #F0F0DD

#F0F0DD
(240,240,221)
#F1F1E0
(241,241,224)
#F2F2E3
(242,242,227)
#F3F3E6
(243,243,230)
#F4F4E9
(244,244,233)
#F5F5EC
(245,245,236)
#F6F6EF
(246,246,239)
#F7F7F2
(247,247,242)
#F8F8F5
(248,248,245)
#F9F9F8
(249,249,248)
#FAFAFB
(250,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0F0DD; }

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

This text font color is #F0F0DD.


Background Color

.myBgColor { background-color: #F0F0DD; }

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

This div background color is #F0F0DD.


Border color

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

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

This div border color is #F0F0DD.


Opacity

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

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

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

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

This text has shadow with #F0F0DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0F0DD on black background.


Color preview on white background

This text has color #F0F0DD on white background.



Black color preview on #F0F0DD background

This text has black color on #F0F0DD background.


White color preview on #F0F0DD background

This text has white color on #F0F0DD background.