COLOR #F1FEB5

HEX: #F1FEB5 RGB: (241,254,181)

Color info

#F1FEB5 contains mainly red and green colors. Web safe color of #F1FEB5 is #FFFFCC (or #FFC).

RGB color model

#F1FEB5 color RGB value is (241,254,181).

RGB: (241,254,181) (95%, 100%, 71%)

RGB channels and saturation

R 241 of 255 = 95%
G 254 of 255 = 100%
B 181 of 255 = 71%

241
254
181

R + G + B ~ 89%. #F1FEB5 is light color.

Portions of RGB colors in percentages

R + G + B = 241 + 254 + 181 = 676 (100%)
R 241 of 676 ~ 35.65%
G 254 of 676 ~ 37.57%
B 181 of 676 ~ 26.78'%

%35.65
%37.57
%26.78

CMYK color model

#F1FEB5 color CMYK value is (5,0,29,0).

  • cyan value is 5.12%
  • magenta value is 0.00%
  • yellow value is 28.74%
  • key color value is 0.39%

CMYK: (5,0,29,0)
C5M0Y29K0 (5%, 0%, 29%, 0%)
(0.05 / 0.00 / 0.29 / 0.00)

CMYK percentages

%5.12
%0
%28.74
%0.39

Codes

Color #F1FEB5 in popluar color models

F1 FE B5
RGB 241 254 181
HSL 71° 97.33% 85.29%
HSB/HSV 71° 28.74% 99.61%
CMYK 5.12% 0.00% 28.74%
0.39%

Color #F1FEB5 in popluar number systems.

HEX F1 FE B5
Decimal 241 254 181
Binary 11110001 11111110 10110101
Octal 361 376 265

Shades and tints

Shades of #F1FEB5

#F1FEB5
(241,254,181)
#DCE7A5
(220,231,165)
#C7D095
(199,208,149)
#B2B985
(178,185,133)
#9DA275
(157,162,117)
#888B65
(136,139,101)
#737455
(115,116,85)
#5E5D45
(94,93,69)
#494635
(73,70,53)
#342F25
(52,47,37)
#1F1815
(31,24,21)
#000000
(0,0,0)

Tints of #F1FEB5

#F1FEB5
(241,254,181)
#F2FEBB
(242,254,187)
#F3FEC1
(243,254,193)
#F4FEC7
(244,254,199)
#F5FECD
(245,254,205)
#F6FED3
(246,254,211)
#F7FED9
(247,254,217)
#F8FEDF
(248,254,223)
#F9FEE5
(249,254,229)
#FAFEEB
(250,254,235)
#FBFEF1
(251,254,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1FEB5; }

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

This text font color is #F1FEB5.

Background Color

.myBgColor { background-color: #F1FEB5; }

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

This div background color is #F1FEB5.

Border color

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

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

This div border color is #F1FEB5.

Opacity

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

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

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

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

This text has shadow with #F1FEB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1FEB5.

Preview

Color preview on black background

This text has color #F1FEB5 on black background.


Color preview on white background

This text has color #F1FEB5 on white background.


Black color preview on #F1FEB5 background

This text has black color on #F1FEB5 background.


White color preview on #F1FEB5 background

This text has white color on #F1FEB5 background.


Related colors

Complementary color

Complementary color for #hex is #0E014A.


I love getcolorcode.com

Triadic colors

1 #B5F1FE and #FEB5F1 with #F1FEB5 are triadic colors.

2 #B5FEF1 and #FEF1B5 with #F1FEB5 are triadic colors.