COLOR #F1E2CF

HEX: #F1E2CF RGB: (241,226,207)

Color info

#F1E2CF contains red, green and blue colors in about the same proportion. Web safe color of #F1E2CF is #FFCCCC (or #FCC).

RGB color model

#F1E2CF color RGB value is (241,226,207).

RGB: (241,226,207) (95%, 89%, 81%)

RGB channels and saturation

R 241 of 255 = 95%
G 226 of 255 = 89%
B 207 of 255 = 81%

241
226
207

R + G + B ~ 88%. #F1E2CF is light color.

Portions of RGB colors in percentages

R + G + B = 241 + 226 + 207 = 674 (100%)
R 241 of 674 ~ 35.76%
G 226 of 674 ~ 33.53%
B 207 of 674 ~ 30.71'%

%35.76
%33.53
%30.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.22%
  • yellow value is 14.11%
  • key color value is 5.49%

CMYK: (0,6,14,5)
C0M6Y14K5 (0%, 6%, 14%, 5%)
(0.00 / 0.06 / 0.14 / 0.05)

CMYK percentages

%0
%6.22
%14.11
%5.49

Codes

Color #F1E2CF in popluar color models

F1 E2 CF
RGB 241 226 207
HSL 34° 54.84% 87.84%
HSB/HSV 34° 14.11% 94.51%
CMYK 0.00% 6.22% 14.11%
5.49%

Color #F1E2CF in popluar number systems.

HEX F1 E2 CF
Decimal 241 226 207
Binary 11110001 11100010 11001111
Octal 361 342 317

Shades and tints

Shades of #F1E2CF

#F1E2CF
(241,226,207)
#DCCEBD
(220,206,189)
#C7BAAB
(199,186,171)
#B2A699
(178,166,153)
#9D9287
(157,146,135)
#887E75
(136,126,117)
#736A63
(115,106,99)
#5E5651
(94,86,81)
#49423F
(73,66,63)
#342E2D
(52,46,45)
#1F1A1B
(31,26,27)
#000000
(0,0,0)

Tints of #F1E2CF

#F1E2CF
(241,226,207)
#F2E4D3
(242,228,211)
#F3E6D7
(243,230,215)
#F4E8DB
(244,232,219)
#F5EADF
(245,234,223)
#F6ECE3
(246,236,227)
#F7EEE7
(247,238,231)
#F8F0EB
(248,240,235)
#F9F2EF
(249,242,239)
#FAF4F3
(250,244,243)
#FBF6F7
(251,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1E2CF; }

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

This text font color is #F1E2CF.

Background Color

.myBgColor { background-color: #F1E2CF; }

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

This div background color is #F1E2CF.

Border color

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

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

This div border color is #F1E2CF.

Opacity

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

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

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

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

This text has shadow with #F1E2CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1E2CF.

Preview

Color preview on black background

This text has color #F1E2CF on black background.


Color preview on white background

This text has color #F1E2CF on white background.


Black color preview on #F1E2CF background

This text has black color on #F1E2CF background.


White color preview on #F1E2CF background

This text has white color on #F1E2CF background.


Related colors

Complementary color

Complementary color for #hex is #0E1D30.


I love getcolorcode.com

Triadic colors

1 #CFF1E2 and #E2CFF1 with #F1E2CF are triadic colors.

2 #CFE2F1 and #E2F1CF with #F1E2CF are triadic colors.