COLOR #F1FCCA

HEX: #F1FCCA
RGB: (241,252,202)

Color info

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

RGB color model

#F1FCCA color RGB value is (241,252,202).

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

RGB channels and saturation

R 241 of 255 = 95%
G 252 of 255 = 99%
B 202 of 255 = 79%

241
252
202

R + G + B ~ 91%. #F1FCCA is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 252 + 202 = 695 (100%)
R 241 of 695 ~ 34.68%
G 252 of 695 ~ 36.26%
B 202 of 695 ~ 29.06%

%34.68
%36.26
%29.06

CMYK color model

#F1FCCA color CMYK value is (4,0,20,1).

  • cyan value is 4.37%
  • magenta value is 0.00%
  • yellow value is 19.84%
  • key color value is 1.18%
CMYK:
(4,0,20,1)
C4M0Y20K1 
(4%,0%,20%,1%)
(0.04/0.00/0.20/0.01)	

CMYK percentages

%4.37
%0
%19.84
%1.18

Codes

Color #F1FCCA in popluar color models

F1FCCA
RGB241252202
HSL73°89.29%89.02%
HSB/HSV73°19.84%98.82%
CMYK4.37%0.00%19.84%
1.18%

Color #F1FCCA in popluar number systems.

HEXF1FCCA
Decimal241252202
Binary111100011111110011001010
Octal361374312

Shades and tints

Shades of #F1FCCA

#F1FCCA
(241,252,202)
#DCE6B8
(220,230,184)
#C7D0A6
(199,208,166)
#B2BA94
(178,186,148)
#9DA482
(157,164,130)
#888E70
(136,142,112)
#73785E
(115,120,94)
#5E624C
(94,98,76)
#494C3A
(73,76,58)
#343628
(52,54,40)
#1F2016
(31,32,22)
#000000
(0,0,0)

Tints of #F1FCCA

#F1FCCA
(241,252,202)
#F2FCCE
(242,252,206)
#F3FCD2
(243,252,210)
#F4FCD6
(244,252,214)
#F5FCDA
(245,252,218)
#F6FCDE
(246,252,222)
#F7FCE2
(247,252,226)
#F8FCE6
(248,252,230)
#F9FCEA
(249,252,234)
#FAFCEE
(250,252,238)
#FBFCF2
(251,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1FCCA; }

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

This text font color is #F1FCCA.


Background Color

.myBgColor { background-color: #F1FCCA; }

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

This div background color is #F1FCCA.


Border color

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

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

This div border color is #F1FCCA.


Opacity

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

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

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

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

This text has shadow with #F1FCCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1FCCA on black background.


Color preview on white background

This text has color #F1FCCA on white background.



Black color preview on #F1FCCA background

This text has black color on #F1FCCA background.


White color preview on #F1FCCA background

This text has white color on #F1FCCA background.