COLOR #F1FED5

HEX: #F1FED5 RGB: (241,254,213)

Color info

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

RGB color model

#F1FED5 color RGB value is (241,254,213).

RGB: (241,254,213) (95%, 100%, 84%)

RGB channels and saturation

R 241 of 255 = 95%
G 254 of 255 = 100%
B 213 of 255 = 84%

241
254
213

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

Portions of RGB colors in percentages

R + G + B = 241 + 254 + 213 = 708 (100%)
R 241 of 708 ~ 34.04%
G 254 of 708 ~ 35.88%
B 213 of 708 ~ 30.08'%

%34.04
%35.88
%30.08

CMYK color model

#F1FED5 color CMYK value is (5,0,16,0).

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

CMYK: (5,0,16,0)
C5M0Y16K0 (5%, 0%, 16%, 0%)
(0.05 / 0.00 / 0.16 / 0.00)

CMYK percentages

%5.12
%0
%16.14
%0.39

Codes

Color #F1FED5 in popluar color models

F1 FE D5
RGB 241 254 213
HSL 79° 95.35% 91.57%
HSB/HSV 79° 16.14% 99.61%
CMYK 5.12% 0.00% 16.14%
0.39%

Color #F1FED5 in popluar number systems.

HEX F1 FE D5
Decimal 241 254 213
Binary 11110001 11111110 11010101
Octal 361 376 325

Shades and tints

Shades of #F1FED5

#F1FED5
(241,254,213)
#DCE7C2
(220,231,194)
#C7D0AF
(199,208,175)
#B2B99C
(178,185,156)
#9DA289
(157,162,137)
#888B76
(136,139,118)
#737463
(115,116,99)
#5E5D50
(94,93,80)
#49463D
(73,70,61)
#342F2A
(52,47,42)
#1F1817
(31,24,23)
#000000
(0,0,0)

Tints of #F1FED5

#F1FED5
(241,254,213)
#F2FED8
(242,254,216)
#F3FEDB
(243,254,219)
#F4FEDE
(244,254,222)
#F5FEE1
(245,254,225)
#F6FEE4
(246,254,228)
#F7FEE7
(247,254,231)
#F8FEEA
(248,254,234)
#F9FEED
(249,254,237)
#FAFEF0
(250,254,240)
#FBFEF3
(251,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1FED5; }

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

This text font color is #F1FED5.

Background Color

.myBgColor { background-color: #F1FED5; }

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

This div background color is #F1FED5.

Border color

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

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

This div border color is #F1FED5.

Opacity

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

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

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

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

This text has shadow with #F1FED5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1FED5.

Preview

Color preview on black background

This text has color #F1FED5 on black background.


Color preview on white background

This text has color #F1FED5 on white background.


Black color preview on #F1FED5 background

This text has black color on #F1FED5 background.


White color preview on #F1FED5 background

This text has white color on #F1FED5 background.


Related colors

Complementary color

Complementary color for #hex is #0E012A.


I love getcolorcode.com

Triadic colors

1 #D5F1FE and #FED5F1 with #F1FED5 are triadic colors.

2 #D5FEF1 and #FEF1D5 with #F1FED5 are triadic colors.