COLOR #F1DE86

HEX: #F1DE86 RGB: (241,222,134)

Color info

#F1DE86 contains mainly red and green colors. Web safe color of #F1DE86 is #FFCC99 (or #FC9).

RGB color model

#F1DE86 color RGB value is (241,222,134).

RGB: (241,222,134) (95%, 87%, 53%)

RGB channels and saturation

R 241 of 255 = 95%
G 222 of 255 = 87%
B 134 of 255 = 53%

241
222
134

R + G + B ~ 78%. #F1DE86 is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 222 + 134 = 597 (100%)
R 241 of 597 ~ 40.37%
G 222 of 597 ~ 37.19%
B 134 of 597 ~ 22.45'%

%40.37
%37.19
%22.45

CMYK color model

#F1DE86 color CMYK value is (0,8,44,5).

  • cyan value is 0.00%
  • magenta value is 7.88%
  • yellow value is 44.40%
  • key color value is 5.49%

CMYK: (0,8,44,5)
C0M8Y44K5 (0%, 8%, 44%, 5%)
(0.00 / 0.08 / 0.44 / 0.05)

CMYK percentages

%0
%7.88
%44.4
%5.49

Codes

Color #F1DE86 in popluar color models

F1 DE 86
RGB 241 222 134
HSL 49° 79.26% 73.53%
HSB/HSV 49° 44.40% 94.51%
CMYK 0.00% 7.88% 44.40%
5.49%

Color #F1DE86 in popluar number systems.

HEX F1 DE 86
Decimal 241 222 134
Binary 11110001 11011110 10000110
Octal 361 336 206

Shades and tints

Shades of #F1DE86

#F1DE86
(241,222,134)
#DCCA7A
(220,202,122)
#C7B66E
(199,182,110)
#B2A262
(178,162,98)
#9D8E56
(157,142,86)
#887A4A
(136,122,74)
#73663E
(115,102,62)
#5E5232
(94,82,50)
#493E26
(73,62,38)
#342A1A
(52,42,26)
#1F160E
(31,22,14)
#000000
(0,0,0)

Tints of #F1DE86

#F1DE86
(241,222,134)
#F2E191
(242,225,145)
#F3E49C
(243,228,156)
#F4E7A7
(244,231,167)
#F5EAB2
(245,234,178)
#F6EDBD
(246,237,189)
#F7F0C8
(247,240,200)
#F8F3D3
(248,243,211)
#F9F6DE
(249,246,222)
#FAF9E9
(250,249,233)
#FBFCF4
(251,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1DE86 color. Also use rgb(241,222,134) instead hex code.

Text Font Color

.myTextColor { color: #F1DE86; }

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

This text font color is #F1DE86.

Background Color

.myBgColor { background-color: #F1DE86; }

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

This div background color is #F1DE86.

Border color

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

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

This div border color is #F1DE86.

Opacity

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

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

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

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

This text has shadow with #F1DE86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1DE86.

Preview

Color preview on black background

This text has color #F1DE86 on black background.


Color preview on white background

This text has color #F1DE86 on white background.


Black color preview on #F1DE86 background

This text has black color on #F1DE86 background.


White color preview on #F1DE86 background

This text has white color on #F1DE86 background.


Related colors

Complementary color

Complementary color for #hex is #0E2179.


I love getcolorcode.com

Triadic colors

1 #86F1DE and #DE86F1 with #F1DE86 are triadic colors.

2 #86DEF1 and #DEF186 with #F1DE86 are triadic colors.