COLOR #F1F5DF

HEX: #F1F5DF
RGB: (241,245,223)

Color info

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

RGB color model

#F1F5DF color RGB value is (241,245,223).

  • red value is 241;
  • green value is 245;
  • blue value is 223.
RGB:
(241,245,223)
(95%,96%,87%)

RGB channels and saturation

R 241 of 255 = 95%
G 245 of 255 = 96%
B 223 of 255 = 87%

241
245
223

R + G + B ~ 93%. #F1F5DF is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 245 + 223 = 709 (100%)
R 241 of 709 ~ 33.99%
G 245 of 709 ~ 34.56%
B 223 of 709 ~ 31.45%

%33.99
%34.56
%31.45

CMYK color model

#F1F5DF color CMYK value is (2,0,9,4).

  • cyan value is 1.63%
  • magenta value is 0.00%
  • yellow value is 8.98%
  • key color value is 3.92%
CMYK:
(2,0,9,4)
C2M0Y9K4 
(2%,0%,9%,4%)
(0.02/0.00/0.09/0.04)	

CMYK percentages

%1.63
%0
%8.98
%3.92

Codes

Color #F1F5DF in popluar color models

F1F5DF
RGB241245223
HSL71°52.38%91.76%
HSB/HSV71°8.98%96.08%
CMYK1.63%0.00%8.98%
3.92%

Color #F1F5DF in popluar number systems.

HEXF1F5DF
Decimal241245223
Binary111100011111010111011111
Octal361365337

Shades and tints

Shades of #F1F5DF

#F1F5DF
(241,245,223)
#DCDFCB
(220,223,203)
#C7C9B7
(199,201,183)
#B2B3A3
(178,179,163)
#9D9D8F
(157,157,143)
#88877B
(136,135,123)
#737167
(115,113,103)
#5E5B53
(94,91,83)
#49453F
(73,69,63)
#342F2B
(52,47,43)
#1F1917
(31,25,23)
#000000
(0,0,0)

Tints of #F1F5DF

#F1F5DF
(241,245,223)
#F2F5E1
(242,245,225)
#F3F5E3
(243,245,227)
#F4F5E5
(244,245,229)
#F5F5E7
(245,245,231)
#F6F5E9
(246,245,233)
#F7F5EB
(247,245,235)
#F8F5ED
(248,245,237)
#F9F5EF
(249,245,239)
#FAF5F1
(250,245,241)
#FBF5F3
(251,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1F5DF; }

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

This text font color is #F1F5DF.


Background Color

.myBgColor { background-color: #F1F5DF; }

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

This div background color is #F1F5DF.


Border color

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

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

This div border color is #F1F5DF.


Opacity

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

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

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

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

This text has shadow with #F1F5DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1F5DF on black background.


Color preview on white background

This text has color #F1F5DF on white background.



Black color preview on #F1F5DF background

This text has black color on #F1F5DF background.


White color preview on #F1F5DF background

This text has white color on #F1F5DF background.