COLOR #F1FDDD

HEX: #F1FDDD
RGB: (241,253,221)

Color info

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

RGB color model

#F1FDDD color RGB value is (241,253,221).

  • red value is 241;
  • green value is 253;
  • blue value is 221.
RGB:
(241,253,221)
(95%,99%,87%)

RGB channels and saturation

R 241 of 255 = 95%
G 253 of 255 = 99%
B 221 of 255 = 87%

241
253
221

R + G + B ~ 94%. #F1FDDD is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 253 + 221 = 715 (100%)
R 241 of 715 ~ 33.71%
G 253 of 715 ~ 35.38%
B 221 of 715 ~ 30.91%

%33.71
%35.38
%30.91

CMYK color model

#F1FDDD color CMYK value is (5,0,13,1).

  • cyan value is 4.74%
  • magenta value is 0.00%
  • yellow value is 12.65%
  • key color value is 0.78%
CMYK:
(5,0,13,1)
C5M0Y13K1 
(5%,0%,13%,1%)
(0.05/0.00/0.13/0.01)	

CMYK percentages

%4.74
%0
%12.65
%0.78

Codes

Color #F1FDDD in popluar color models

F1FDDD
RGB241253221
HSL83°88.89%92.94%
HSB/HSV83°12.65%99.22%
CMYK4.74%0.00%12.65%
0.78%

Color #F1FDDD in popluar number systems.

HEXF1FDDD
Decimal241253221
Binary111100011111110111011101
Octal361375335

Shades and tints

Shades of #F1FDDD

#F1FDDD
(241,253,221)
#DCE6C9
(220,230,201)
#C7CFB5
(199,207,181)
#B2B8A1
(178,184,161)
#9DA18D
(157,161,141)
#888A79
(136,138,121)
#737365
(115,115,101)
#5E5C51
(94,92,81)
#49453D
(73,69,61)
#342E29
(52,46,41)
#1F1715
(31,23,21)
#000000
(0,0,0)

Tints of #F1FDDD

#F1FDDD
(241,253,221)
#F2FDE0
(242,253,224)
#F3FDE3
(243,253,227)
#F4FDE6
(244,253,230)
#F5FDE9
(245,253,233)
#F6FDEC
(246,253,236)
#F7FDEF
(247,253,239)
#F8FDF2
(248,253,242)
#F9FDF5
(249,253,245)
#FAFDF8
(250,253,248)
#FBFDFB
(251,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1FDDD; }

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

This text font color is #F1FDDD.


Background Color

.myBgColor { background-color: #F1FDDD; }

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

This div background color is #F1FDDD.


Border color

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

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

This div border color is #F1FDDD.


Opacity

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

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

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

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

This text has shadow with #F1FDDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1FDDD on black background.


Color preview on white background

This text has color #F1FDDD on white background.



Black color preview on #F1FDDD background

This text has black color on #F1FDDD background.


White color preview on #F1FDDD background

This text has white color on #F1FDDD background.