COLOR #F1F0DF

HEX: #F1F0DF RGB: (241,240,223)

Color info

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

RGB color model

#F1F0DF color RGB value is (241,240,223).

RGB: (241,240,223) (95%, 94%, 87%)

RGB channels and saturation

R 241 of 255 = 95%
G 240 of 255 = 94%
B 223 of 255 = 87%

241
240
223

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

Portions of RGB colors in percentages

R + G + B = 241 + 240 + 223 = 704 (100%)
R 241 of 704 ~ 34.23%
G 240 of 704 ~ 34.09%
B 223 of 704 ~ 31.68'%

%34.23
%34.09
%31.68

CMYK color model

#F1F0DF color CMYK value is (0,0,7,5).

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

CMYK: (0,0,7,5)
C0M0Y7K5 (0%, 0%, 7%, 5%)
(0.00 / 0.00 / 0.07 / 0.05)

CMYK percentages

%0
%0.41
%7.47
%5.49

Codes

Color #F1F0DF in popluar color models

F1 F0 DF
RGB 241 240 223
HSL 57° 39.13% 90.98%
HSB/HSV 57° 7.47% 94.51%
CMYK 0.00% 0.41% 7.47%
5.49%

Color #F1F0DF in popluar number systems.

HEX F1 F0 DF
Decimal 241 240 223
Binary 11110001 11110000 11011111
Octal 361 360 337

Shades and tints

Shades of #F1F0DF

#F1F0DF
(241,240,223)
#DCDBCB
(220,219,203)
#C7C6B7
(199,198,183)
#B2B1A3
(178,177,163)
#9D9C8F
(157,156,143)
#88877B
(136,135,123)
#737267
(115,114,103)
#5E5D53
(94,93,83)
#49483F
(73,72,63)
#34332B
(52,51,43)
#1F1E17
(31,30,23)
#000000
(0,0,0)

Tints of #F1F0DF

#F1F0DF
(241,240,223)
#F2F1E1
(242,241,225)
#F3F2E3
(243,242,227)
#F4F3E5
(244,243,229)
#F5F4E7
(245,244,231)
#F6F5E9
(246,245,233)
#F7F6EB
(247,246,235)
#F8F7ED
(248,247,237)
#F9F8EF
(249,248,239)
#FAF9F1
(250,249,241)
#FBFAF3
(251,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1F0DF; }

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

This text font color is #F1F0DF.

Background Color

.myBgColor { background-color: #F1F0DF; }

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

This div background color is #F1F0DF.

Border color

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

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

This div border color is #F1F0DF.

Opacity

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

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

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

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

This text has shadow with #F1F0DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1F0DF.

Preview

Color preview on black background

This text has color #F1F0DF on black background.


Color preview on white background

This text has color #F1F0DF on white background.


Black color preview on #F1F0DF background

This text has black color on #F1F0DF background.


White color preview on #F1F0DF background

This text has white color on #F1F0DF background.


Related colors

Complementary color

Complementary color for #hex is #0E0F20.


I love getcolorcode.com

Triadic colors

1 #DFF1F0 and #F0DFF1 with #F1F0DF are triadic colors.

2 #DFF0F1 and #F0F1DF with #F1F0DF are triadic colors.