COLOR #F0F0D1

HEX: #F0F0D1
RGB: (240,240,209)

Color info

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

RGB color model

#F0F0D1 color RGB value is (240,240,209).

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

RGB channels and saturation

R 240 of 255 = 94%
G 240 of 255 = 94%
B 209 of 255 = 82%

240
240
209

R + G + B ~ 90%. #F0F0D1 is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 240 + 209 = 689 (100%)
R 240 of 689 ~ 34.83%
G 240 of 689 ~ 34.83%
B 209 of 689 ~ 30.33%

%34.83
%34.83
%30.33

CMYK color model

#F0F0D1 color CMYK value is (0,0,13,6).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 12.92%
  • key color value is 5.88%
CMYK:
(0,0,13,6)
C0M0Y13K6 
(0%,0%,13%,6%)
(0.00/0.00/0.13/0.06)	

CMYK percentages

%0
%0
%12.92
%5.88

Codes

Color #F0F0D1 in popluar color models

F0F0D1
RGB240240209
HSL60°50.82%88.04%
HSB/HSV60°12.92%94.12%
CMYK0.00%0.00%12.92%
5.88%

Color #F0F0D1 in popluar number systems.

HEXF0F0D1
Decimal240240209
Binary111100001111000011010001
Octal360360321

Shades and tints

Shades of #F0F0D1

#F0F0D1
(240,240,209)
#DBDBBE
(219,219,190)
#C6C6AB
(198,198,171)
#B1B198
(177,177,152)
#9C9C85
(156,156,133)
#878772
(135,135,114)
#72725F
(114,114,95)
#5D5D4C
(93,93,76)
#484839
(72,72,57)
#333326
(51,51,38)
#1E1E13
(30,30,19)
#000000
(0,0,0)

Tints of #F0F0D1

#F0F0D1
(240,240,209)
#F1F1D5
(241,241,213)
#F2F2D9
(242,242,217)
#F3F3DD
(243,243,221)
#F4F4E1
(244,244,225)
#F5F5E5
(245,245,229)
#F6F6E9
(246,246,233)
#F7F7ED
(247,247,237)
#F8F8F1
(248,248,241)
#F9F9F5
(249,249,245)
#FAFAF9
(250,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0F0D1; }

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

This text font color is #F0F0D1.


Background Color

.myBgColor { background-color: #F0F0D1; }

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

This div background color is #F0F0D1.


Border color

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

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

This div border color is #F0F0D1.


Opacity

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

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

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

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

This text has shadow with #F0F0D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0F0D1 on black background.


Color preview on white background

This text has color #F0F0D1 on white background.



Black color preview on #F0F0D1 background

This text has black color on #F0F0D1 background.


White color preview on #F0F0D1 background

This text has white color on #F0F0D1 background.