COLOR #F1FED3

HEX: #F1FED3
RGB: (241,254,211)

Color info

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

RGB color model

#F1FED3 color RGB value is (241,254,211).

  • red value is 241;
  • green value is 254;
  • blue value is 211.
RGB:
(241,254,211)
(95%,100%,83%)

RGB channels and saturation

R 241 of 255 = 95%
G 254 of 255 = 100%
B 211 of 255 = 83%

241
254
211

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

Portions of RGB colors in percentages

R + G + B =
241 + 254 + 211 = 706 (100%)
R 241 of 706 ~ 34.14%
G 254 of 706 ~ 35.98%
B 211 of 706 ~ 29.89%

%34.14
%35.98
%29.89

CMYK color model

#F1FED3 color CMYK value is (5,0,17,0).

  • cyan value is 5.12%
  • magenta value is 0.00%
  • yellow value is 16.93%
  • key color value is 0.39%
CMYK:
(5,0,17,0)
C5M0Y17K0 
(5%,0%,17%,0%)
(0.05/0.00/0.17/0.00)	

CMYK percentages

%5.12
%0
%16.93
%0.39

Codes

Color #F1FED3 in popluar color models

F1FED3
RGB241254211
HSL78°95.56%91.18%
HSB/HSV78°16.93%99.61%
CMYK5.12%0.00%16.93%
0.39%

Color #F1FED3 in popluar number systems.

HEXF1FED3
Decimal241254211
Binary111100011111111011010011
Octal361376323

Shades and tints

Shades of #F1FED3

#F1FED3
(241,254,211)
#DCE7C0
(220,231,192)
#C7D0AD
(199,208,173)
#B2B99A
(178,185,154)
#9DA287
(157,162,135)
#888B74
(136,139,116)
#737461
(115,116,97)
#5E5D4E
(94,93,78)
#49463B
(73,70,59)
#342F28
(52,47,40)
#1F1815
(31,24,21)
#000000
(0,0,0)

Tints of #F1FED3

#F1FED3
(241,254,211)
#F2FED7
(242,254,215)
#F3FEDB
(243,254,219)
#F4FEDF
(244,254,223)
#F5FEE3
(245,254,227)
#F6FEE7
(246,254,231)
#F7FEEB
(247,254,235)
#F8FEEF
(248,254,239)
#F9FEF3
(249,254,243)
#FAFEF7
(250,254,247)
#FBFEFB
(251,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1FED3 color. Also use rgb(241,254,211) instead hex code.

Text Font Color

.myTextColor { color: #F1FED3; }

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

This text font color is #F1FED3.


Background Color

.myBgColor { background-color: #F1FED3; }

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

This div background color is #F1FED3.


Border color

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

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

This div border color is #F1FED3.


Opacity

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

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

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

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

This text has shadow with #F1FED3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1FED3 on black background.


Color preview on white background

This text has color #F1FED3 on white background.



Black color preview on #F1FED3 background

This text has black color on #F1FED3 background.


White color preview on #F1FED3 background

This text has white color on #F1FED3 background.