COLOR #F1F0D1

HEX: #F1F0D1 RGB: (241,240,209)

Color info

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

RGB color model

#F1F0D1 color RGB value is (241,240,209).

RGB: (241,240,209) (95%, 94%, 82%)

RGB channels and saturation

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

241
240
209

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

Portions of RGB colors in percentages

R + G + B = 241 + 240 + 209 = 690 (100%)
R 241 of 690 ~ 34.93%
G 240 of 690 ~ 34.78%
B 209 of 690 ~ 30.29'%

%34.93
%34.78
%30.29

CMYK color model

#F1F0D1 color CMYK value is (0,0,13,5).

  • cyan value is 0.00%
  • magenta value is 0.41%
  • yellow value is 13.28%
  • key color value is 5.49%

CMYK: (0,0,13,5)
C0M0Y13K5 (0%, 0%, 13%, 5%)
(0.00 / 0.00 / 0.13 / 0.05)

CMYK percentages

%0
%0.41
%13.28
%5.49

Codes

Color #F1F0D1 in popluar color models

F1 F0 D1
RGB 241 240 209
HSL 58° 53.33% 88.24%
HSB/HSV 58° 13.28% 94.51%
CMYK 0.00% 0.41% 13.28%
5.49%

Color #F1F0D1 in popluar number systems.

HEX F1 F0 D1
Decimal 241 240 209
Binary 11110001 11110000 11010001
Octal 361 360 321

Shades and tints

Shades of #F1F0D1

#F1F0D1
(241,240,209)
#DCDBBE
(220,219,190)
#C7C6AB
(199,198,171)
#B2B198
(178,177,152)
#9D9C85
(157,156,133)
#888772
(136,135,114)
#73725F
(115,114,95)
#5E5D4C
(94,93,76)
#494839
(73,72,57)
#343326
(52,51,38)
#1F1E13
(31,30,19)
#000000
(0,0,0)

Tints of #F1F0D1

#F1F0D1
(241,240,209)
#F2F1D5
(242,241,213)
#F3F2D9
(243,242,217)
#F4F3DD
(244,243,221)
#F5F4E1
(245,244,225)
#F6F5E5
(246,245,229)
#F7F6E9
(247,246,233)
#F8F7ED
(248,247,237)
#F9F8F1
(249,248,241)
#FAF9F5
(250,249,245)
#FBFAF9
(251,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1F0D1; }

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

This text font color is #F1F0D1.

Background Color

.myBgColor { background-color: #F1F0D1; }

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

This div background color is #F1F0D1.

Border color

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

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

This div border color is #F1F0D1.

Opacity

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

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

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

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

This text has shadow with #F1F0D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1F0D1.

Preview

Color preview on black background

This text has color #F1F0D1 on black background.


Color preview on white background

This text has color #F1F0D1 on white background.


Black color preview on #F1F0D1 background

This text has black color on #F1F0D1 background.


White color preview on #F1F0D1 background

This text has white color on #F1F0D1 background.


Related colors

Complementary color

Complementary color for #hex is #0E0F2E.


I love getcolorcode.com

Triadic colors

1 #D1F1F0 and #F0D1F1 with #F1F0D1 are triadic colors.

2 #D1F0F1 and #F0F1D1 with #F1F0D1 are triadic colors.