COLOR #F1EE95

HEX: #F1EE95 RGB: (241,238,149)

Color info

#F1EE95 contains mainly red and green colors. Web safe color of #F1EE95 is #FFFF99 (or #FF9).

RGB color model

#F1EE95 color RGB value is (241,238,149).

RGB: (241,238,149) (95%, 93%, 58%)

RGB channels and saturation

R 241 of 255 = 95%
G 238 of 255 = 93%
B 149 of 255 = 58%

241
238
149

R + G + B ~ 82%. #F1EE95 is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 238 + 149 = 628 (100%)
R 241 of 628 ~ 38.38%
G 238 of 628 ~ 37.9%
B 149 of 628 ~ 23.73'%

%38.38
%37.9
%23.73

CMYK color model

#F1EE95 color CMYK value is (0,1,38,5).

  • cyan value is 0.00%
  • magenta value is 1.24%
  • yellow value is 38.17%
  • key color value is 5.49%
CMYK: (0,1,38,5) C0M1Y38K5 (0%,1%,38%,5%) (0.00/0.01/0.38/0.05) 

CMYK percentages

%0
%1.24
%38.17
%5.49

Codes

Color #F1EE95 in popluar color models

F1 EE 95
RGB 241 238 149
HSL 58° 76.67% 76.47%
HSB/HSV 58° 38.17% 94.51%
CMYK 0.00% 1.24% 38.17%
5.49%

Color #F1EE95 in popluar number systems.

HEX F1 EE 95
Decimal 241 238 149
Binary 11110001 11101110 10010101
Octal 361 356 225

Shades and tints

Shades of #F1EE95

#F1EE95
(241,238,149)
#DCD988
(220,217,136)
#C7C47B
(199,196,123)
#B2AF6E
(178,175,110)
#9D9A61
(157,154,97)
#888554
(136,133,84)
#737047
(115,112,71)
#5E5B3A
(94,91,58)
#49462D
(73,70,45)
#343120
(52,49,32)
#1F1C13
(31,28,19)
#000000
(0,0,0)

Tints of #F1EE95

#F1EE95
(241,238,149)
#F2EF9E
(242,239,158)
#F3F0A7
(243,240,167)
#F4F1B0
(244,241,176)
#F5F2B9
(245,242,185)
#F6F3C2
(246,243,194)
#F7F4CB
(247,244,203)
#F8F5D4
(248,245,212)
#F9F6DD
(249,246,221)
#FAF7E6
(250,247,230)
#FBF8EF
(251,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1EE95 color. Also use rgb(241,238,149) instead hex code.

Text Font Color

.myTextColor { color: #F1EE95; }

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

This text font color is #F1EE95.

Background Color

.myBgColor { background-color: #F1EE95; }

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

This div background color is #F1EE95.

Border color

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

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

This div border color is #F1EE95.

Opacity

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

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

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

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

This text has shadow with #F1EE95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1EE95.

Preview

Color preview on black background

This text has color #F1EE95 on black background.


Color preview on white background

This text has color #F1EE95 on white background.


Black color preview on #F1EE95 background

This text has black color on #F1EE95 background.


White color preview on #F1EE95 background

This text has white color on #F1EE95 background.


Related colors

Complementary color

Complementary color for #hex is #0E116A.


I love getcolorcode.com

Triadic colors

1 #95F1EE and #EE95F1 with #F1EE95 are triadic colors.

2 #95EEF1 and #EEF195 with #F1EE95 are triadic colors.