COLOR #F1F4DC

HEX: #F1F4DC RGB: (241,244,220)

Color info

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

RGB color model

#F1F4DC color RGB value is (241,244,220).

RGB: (241,244,220) (95%, 96%, 86%)

RGB channels and saturation

R 241 of 255 = 95%
G 244 of 255 = 96%
B 220 of 255 = 86%

241
244
220

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

Portions of RGB colors in percentages

R + G + B = 241 + 244 + 220 = 705 (100%)
R 241 of 705 ~ 34.18%
G 244 of 705 ~ 34.61%
B 220 of 705 ~ 31.21'%

%34.18
%34.61
%31.21

CMYK color model

#F1F4DC color CMYK value is (1,0,10,4).

  • cyan value is 1.23%
  • magenta value is 0.00%
  • yellow value is 9.84%
  • key color value is 4.31%

CMYK: (1,0,10,4)
C1M0Y10K4 (1%, 0%, 10%, 4%)
(0.01 / 0.00 / 0.10 / 0.04)

CMYK percentages

%1.23
%0
%9.84
%4.31

Codes

Color #F1F4DC in popluar color models

F1 F4 DC
RGB 241 244 220
HSL 68° 52.17% 90.98%
HSB/HSV 68° 9.84% 95.69%
CMYK 1.23% 0.00% 9.84%
4.31%

Color #F1F4DC in popluar number systems.

HEX F1 F4 DC
Decimal 241 244 220
Binary 11110001 11110100 11011100
Octal 361 364 334

Shades and tints

Shades of #F1F4DC

#F1F4DC
(241,244,220)
#DCDEC8
(220,222,200)
#C7C8B4
(199,200,180)
#B2B2A0
(178,178,160)
#9D9C8C
(157,156,140)
#888678
(136,134,120)
#737064
(115,112,100)
#5E5A50
(94,90,80)
#49443C
(73,68,60)
#342E28
(52,46,40)
#1F1814
(31,24,20)
#000000
(0,0,0)

Tints of #F1F4DC

#F1F4DC
(241,244,220)
#F2F5DF
(242,245,223)
#F3F6E2
(243,246,226)
#F4F7E5
(244,247,229)
#F5F8E8
(245,248,232)
#F6F9EB
(246,249,235)
#F7FAEE
(247,250,238)
#F8FBF1
(248,251,241)
#F9FCF4
(249,252,244)
#FAFDF7
(250,253,247)
#FBFEFA
(251,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1F4DC color. Also use rgb(241,244,220) instead hex code.

Text Font Color

.myTextColor { color: #F1F4DC; }

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

This text font color is #F1F4DC.

Background Color

.myBgColor { background-color: #F1F4DC; }

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

This div background color is #F1F4DC.

Border color

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

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

This div border color is #F1F4DC.

Opacity

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

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

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

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

This text has shadow with #F1F4DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1F4DC.

Preview

Color preview on black background

This text has color #F1F4DC on black background.


Color preview on white background

This text has color #F1F4DC on white background.


Black color preview on #F1F4DC background

This text has black color on #F1F4DC background.


White color preview on #F1F4DC background

This text has white color on #F1F4DC background.


Related colors

Complementary color

Complementary color for #hex is #0E0B23.


I love getcolorcode.com

Triadic colors

1 #DCF1F4 and #F4DCF1 with #F1F4DC are triadic colors.

2 #DCF4F1 and #F4F1DC with #F1F4DC are triadic colors.