COLOR #F1FCC5

HEX: #F1FCC5
RGB: (241,252,197)

Color info

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

RGB color model

#F1FCC5 color RGB value is (241,252,197).

  • red value is 241;
  • green value is 252;
  • blue value is 197.
RGB:
(241,252,197)
(95%,99%,77%)

RGB channels and saturation

R 241 of 255 = 95%
G 252 of 255 = 99%
B 197 of 255 = 77%

241
252
197

R + G + B ~ 90%. #F1FCC5 is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 252 + 197 = 690 (100%)
R 241 of 690 ~ 34.93%
G 252 of 690 ~ 36.52%
B 197 of 690 ~ 28.55%

%34.93
%36.52
%28.55

CMYK color model

#F1FCC5 color CMYK value is (4,0,22,1).

  • cyan value is 4.37%
  • magenta value is 0.00%
  • yellow value is 21.83%
  • key color value is 1.18%
CMYK:
(4,0,22,1)
C4M0Y22K1 
(4%,0%,22%,1%)
(0.04/0.00/0.22/0.01)	

CMYK percentages

%4.37
%0
%21.83
%1.18

Codes

Color #F1FCC5 in popluar color models

F1FCC5
RGB241252197
HSL72°90.16%88.04%
HSB/HSV72°21.83%98.82%
CMYK4.37%0.00%21.83%
1.18%

Color #F1FCC5 in popluar number systems.

HEXF1FCC5
Decimal241252197
Binary111100011111110011000101
Octal361374305

Shades and tints

Shades of #F1FCC5

#F1FCC5
(241,252,197)
#DCE6B4
(220,230,180)
#C7D0A3
(199,208,163)
#B2BA92
(178,186,146)
#9DA481
(157,164,129)
#888E70
(136,142,112)
#73785F
(115,120,95)
#5E624E
(94,98,78)
#494C3D
(73,76,61)
#34362C
(52,54,44)
#1F201B
(31,32,27)
#000000
(0,0,0)

Tints of #F1FCC5

#F1FCC5
(241,252,197)
#F2FCCA
(242,252,202)
#F3FCCF
(243,252,207)
#F4FCD4
(244,252,212)
#F5FCD9
(245,252,217)
#F6FCDE
(246,252,222)
#F7FCE3
(247,252,227)
#F8FCE8
(248,252,232)
#F9FCED
(249,252,237)
#FAFCF2
(250,252,242)
#FBFCF7
(251,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1FCC5 color. Also use rgb(241,252,197) instead hex code.

Text Font Color

.myTextColor { color: #F1FCC5; }

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

This text font color is #F1FCC5.


Background Color

.myBgColor { background-color: #F1FCC5; }

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

This div background color is #F1FCC5.


Border color

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

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

This div border color is #F1FCC5.


Opacity

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

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

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

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

This text has shadow with #F1FCC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1FCC5 on black background.


Color preview on white background

This text has color #F1FCC5 on white background.



Black color preview on #F1FCC5 background

This text has black color on #F1FCC5 background.


White color preview on #F1FCC5 background

This text has white color on #F1FCC5 background.