COLOR #F1DE88

HEX: #F1DE88 RGB: (241,222,136)

Color info

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

RGB color model

#F1DE88 color RGB value is (241,222,136).

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

RGB channels and saturation

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

241
222
136

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

Portions of RGB colors in percentages

R + G + B = 241 + 222 + 136 = 599 (100%)
R 241 of 599 ~ 40.23%
G 222 of 599 ~ 37.06%
B 136 of 599 ~ 22.7'%

%40.23
%37.06
%22.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.88%
  • yellow value is 43.57%
  • 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
%43.57
%5.49

Codes

Color #F1DE88 in popluar color models

F1 DE 88
RGB 241 222 136
HSL 49° 78.95% 73.92%
HSB/HSV 49° 43.57% 94.51%
CMYK 0.00% 7.88% 43.57%
5.49%

Color #F1DE88 in popluar number systems.

HEX F1 DE 88
Decimal 241 222 136
Binary 11110001 11011110 10001000
Octal 361 336 210

Shades and tints

Shades of #F1DE88

#F1DE88
(241,222,136)
#DCCA7C
(220,202,124)
#C7B670
(199,182,112)
#B2A264
(178,162,100)
#9D8E58
(157,142,88)
#887A4C
(136,122,76)
#736640
(115,102,64)
#5E5234
(94,82,52)
#493E28
(73,62,40)
#342A1C
(52,42,28)
#1F1610
(31,22,16)
#000000
(0,0,0)

Tints of #F1DE88

#F1DE88
(241,222,136)
#F2E192
(242,225,146)
#F3E49C
(243,228,156)
#F4E7A6
(244,231,166)
#F5EAB0
(245,234,176)
#F6EDBA
(246,237,186)
#F7F0C4
(247,240,196)
#F8F3CE
(248,243,206)
#F9F6D8
(249,246,216)
#FAF9E2
(250,249,226)
#FBFCEC
(251,252,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1DE88; }

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

This text font color is #F1DE88.

Background Color

.myBgColor { background-color: #F1DE88; }

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

This div background color is #F1DE88.

Border color

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

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

This div border color is #F1DE88.

Opacity

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

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

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

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

This text has shadow with #F1DE88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1DE88.

Preview

Color preview on black background

This text has color #F1DE88 on black background.


Color preview on white background

This text has color #F1DE88 on white background.


Black color preview on #F1DE88 background

This text has black color on #F1DE88 background.


White color preview on #F1DE88 background

This text has white color on #F1DE88 background.


Related colors

Complementary color

Complementary color for #hex is #0E2177.


I love getcolorcode.com

Triadic colors

1 #88F1DE and #DE88F1 with #F1DE88 are triadic colors.

2 #88DEF1 and #DEF188 with #F1DE88 are triadic colors.