COLOR #FFF0D1

HEX: #FFF0D1
RGB: (255,240,209)

Color info

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

RGB color model

#FFF0D1 color RGB value is (255,240,209).

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

RGB channels and saturation

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

255
240
209

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

Portions of RGB colors in percentages

R + G + B =
255 + 240 + 209 = 704 (100%)
R 255 of 704 ~ 36.22%
G 240 of 704 ~ 34.09%
B 209 of 704 ~ 29.69%

%36.22
%34.09
%29.69

CMYK color model

#FFF0D1 color CMYK value is (0,6,18,0).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 18.04%
  • key color value is 0.00%
CMYK:
(0,6,18,0)
C0M6Y18K0 
(0%,6%,18%,0%)
(0.00/0.06/0.18/0.00)	

CMYK percentages

%0
%5.88
%18.04
%0

Codes

Color #FFF0D1 in popluar color models

FFF0D1
RGB255240209
HSL40°100.00%90.98%
HSB/HSV40°18.04%100.00%
CMYK0.00%5.88%18.04%
0.00%

Color #FFF0D1 in popluar number systems.

HEXFFF0D1
Decimal255240209
Binary111111111111000011010001
Octal377360321

Shades and tints

Shades of #FFF0D1

#FFF0D1
(255,240,209)
#E8DBBE
(232,219,190)
#D1C6AB
(209,198,171)
#BAB198
(186,177,152)
#A39C85
(163,156,133)
#8C8772
(140,135,114)
#75725F
(117,114,95)
#5E5D4C
(94,93,76)
#474839
(71,72,57)
#303326
(48,51,38)
#191E13
(25,30,19)
#000000
(0,0,0)

Tints of #FFF0D1

#FFF0D1
(255,240,209)
#FFF1D5
(255,241,213)
#FFF2D9
(255,242,217)
#FFF3DD
(255,243,221)
#FFF4E1
(255,244,225)
#FFF5E5
(255,245,229)
#FFF6E9
(255,246,233)
#FFF7ED
(255,247,237)
#FFF8F1
(255,248,241)
#FFF9F5
(255,249,245)
#FFFAF9
(255,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFF0D1; }

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

This text font color is #FFF0D1.


Background Color

.myBgColor { background-color: #FFF0D1; }

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

This div background color is #FFF0D1.


Border color

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

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

This div border color is #FFF0D1.


Opacity

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

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

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

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

This text has shadow with #FFF0D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFF0D1 on black background.


Color preview on white background

This text has color #FFF0D1 on white background.



Black color preview on #FFF0D1 background

This text has black color on #FFF0D1 background.


White color preview on #FFF0D1 background

This text has white color on #FFF0D1 background.