COLOR #F1FDE8

HEX: #F1FDE8 RGB: (241,253,232)

Color info

#F1FDE8 contains red, green and blue colors in about the same proportion. Web safe color of #F1FDE8 is #FFFFFF (or #FFF).

RGB color model

#F1FDE8 color RGB value is (241,253,232).

RGB: (241,253,232) (95%, 99%, 91%)

RGB channels and saturation

R 241 of 255 = 95%
G 253 of 255 = 99%
B 232 of 255 = 91%

241
253
232

R + G + B ~ 95%. #F1FDE8 is light color.

Portions of RGB colors in percentages

R + G + B = 241 + 253 + 232 = 726 (100%)
R 241 of 726 ~ 33.2%
G 253 of 726 ~ 34.85%
B 232 of 726 ~ 31.96'%

%33.2
%34.85
%31.96

CMYK color model

#F1FDE8 color CMYK value is (5,0,8,1).

  • cyan value is 4.74%
  • magenta value is 0.00%
  • yellow value is 8.30%
  • key color value is 0.78%

CMYK: (5,0,8,1)
C5M0Y8K1 (5%, 0%, 8%, 1%)
(0.05 / 0.00 / 0.08 / 0.01)

CMYK percentages

%4.74
%0
%8.3
%0.78

Codes

Color #F1FDE8 in popluar color models

F1 FD E8
RGB 241 253 232
HSL 94° 84.00% 95.10%
HSB/HSV 94° 8.30% 99.22%
CMYK 4.74% 0.00% 8.30%
0.78%

Color #F1FDE8 in popluar number systems.

HEX F1 FD E8
Decimal 241 253 232
Binary 11110001 11111101 11101000
Octal 361 375 350

Shades and tints

Shades of #F1FDE8

#F1FDE8
(241,253,232)
#DCE6D3
(220,230,211)
#C7CFBE
(199,207,190)
#B2B8A9
(178,184,169)
#9DA194
(157,161,148)
#888A7F
(136,138,127)
#73736A
(115,115,106)
#5E5C55
(94,92,85)
#494540
(73,69,64)
#342E2B
(52,46,43)
#1F1716
(31,23,22)
#000000
(0,0,0)

Tints of #F1FDE8

#F1FDE8
(241,253,232)
#F2FDEA
(242,253,234)
#F3FDEC
(243,253,236)
#F4FDEE
(244,253,238)
#F5FDF0
(245,253,240)
#F6FDF2
(246,253,242)
#F7FDF4
(247,253,244)
#F8FDF6
(248,253,246)
#F9FDF8
(249,253,248)
#FAFDFA
(250,253,250)
#FBFDFC
(251,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1FDE8 color. Also use rgb(241,253,232) instead hex code.

Text Font Color

.myTextColor { color: #F1FDE8; }

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

This text font color is #F1FDE8.

Background Color

.myBgColor { background-color: #F1FDE8; }

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

This div background color is #F1FDE8.

Border color

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

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

This div border color is #F1FDE8.

Opacity

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

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

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

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

This text has shadow with #F1FDE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1FDE8.

Preview

Color preview on black background

This text has color #F1FDE8 on black background.


Color preview on white background

This text has color #F1FDE8 on white background.


Black color preview on #F1FDE8 background

This text has black color on #F1FDE8 background.


White color preview on #F1FDE8 background

This text has white color on #F1FDE8 background.


Related colors

Complementary color

Complementary color for #hex is #0E0217.


I love getcolorcode.com

Triadic colors

1 #E8F1FD and #FDE8F1 with #F1FDE8 are triadic colors.

2 #E8FDF1 and #FDF1E8 with #F1FDE8 are triadic colors.