COLOR #F1F2CF

HEX: #F1F2CF
RGB: (241,242,207)

Color info

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

RGB color model

#F1F2CF color RGB value is (241,242,207).

  • red value is 241;
  • green value is 242;
  • blue value is 207.
RGB:
(241,242,207)
(95%,95%,81%)

RGB channels and saturation

R 241 of 255 = 95%
G 242 of 255 = 95%
B 207 of 255 = 81%

241
242
207

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

Portions of RGB colors in percentages

R + G + B =
241 + 242 + 207 = 690 (100%)
R 241 of 690 ~ 34.93%
G 242 of 690 ~ 35.07%
B 207 of 690 ~ 30%

%34.93
%35.07
%30

CMYK color model

#F1F2CF color CMYK value is (0,0,14,5).

  • cyan value is 0.41%
  • magenta value is 0.00%
  • yellow value is 14.46%
  • key color value is 5.10%
CMYK:
(0,0,14,5)
C0M0Y14K5 
(0%,0%,14%,5%)
(0.00/0.00/0.14/0.05)	

CMYK percentages

%0.41
%0
%14.46
%5.1

Codes

Color #F1F2CF in popluar color models

F1F2CF
RGB241242207
HSL62°57.38%88.04%
HSB/HSV62°14.46%94.90%
CMYK0.41%0.00%14.46%
5.10%

Color #F1F2CF in popluar number systems.

HEXF1F2CF
Decimal241242207
Binary111100011111001011001111
Octal361362317

Shades and tints

Shades of #F1F2CF

#F1F2CF
(241,242,207)
#DCDCBD
(220,220,189)
#C7C6AB
(199,198,171)
#B2B099
(178,176,153)
#9D9A87
(157,154,135)
#888475
(136,132,117)
#736E63
(115,110,99)
#5E5851
(94,88,81)
#49423F
(73,66,63)
#342C2D
(52,44,45)
#1F161B
(31,22,27)
#000000
(0,0,0)

Tints of #F1F2CF

#F1F2CF
(241,242,207)
#F2F3D3
(242,243,211)
#F3F4D7
(243,244,215)
#F4F5DB
(244,245,219)
#F5F6DF
(245,246,223)
#F6F7E3
(246,247,227)
#F7F8E7
(247,248,231)
#F8F9EB
(248,249,235)
#F9FAEF
(249,250,239)
#FAFBF3
(250,251,243)
#FBFCF7
(251,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1F2CF color. Also use rgb(241,242,207) instead hex code.

Text Font Color

.myTextColor { color: #F1F2CF; }

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

This text font color is #F1F2CF.


Background Color

.myBgColor { background-color: #F1F2CF; }

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

This div background color is #F1F2CF.


Border color

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

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

This div border color is #F1F2CF.


Opacity

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

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

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

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

This text has shadow with #F1F2CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1F2CF on black background.


Color preview on white background

This text has color #F1F2CF on white background.



Black color preview on #F1F2CF background

This text has black color on #F1F2CF background.


White color preview on #F1F2CF background

This text has white color on #F1F2CF background.