COLOR #F3FCBF

HEX: #F3FCBF
RGB: (243,252,191)

Color info

#F3FCBF contains mainly red and green colors. Web safe color of #F3FCBF is #FFFFCC (or #FFC).

RGB color model

#F3FCBF color RGB value is (243,252,191).

  • red value is 243;
  • green value is 252;
  • blue value is 191.
RGB:
(243,252,191)
(95%,99%,75%)

RGB channels and saturation

R 243 of 255 = 95%
G 252 of 255 = 99%
B 191 of 255 = 75%

243
252
191

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

Portions of RGB colors in percentages

R + G + B =
243 + 252 + 191 = 686 (100%)
R 243 of 686 ~ 35.42%
G 252 of 686 ~ 36.73%
B 191 of 686 ~ 27.84%

%35.42
%36.73
%27.84

CMYK color model

#F3FCBF color CMYK value is (4,0,24,1).

  • cyan value is 3.57%
  • magenta value is 0.00%
  • yellow value is 24.21%
  • key color value is 1.18%
CMYK:
(4,0,24,1)
C4M0Y24K1 
(4%,0%,24%,1%)
(0.04/0.00/0.24/0.01)	

CMYK percentages

%3.57
%0
%24.21
%1.18

Codes

Color #F3FCBF in popluar color models

F3FCBF
RGB243252191
HSL69°91.04%86.86%
HSB/HSV69°24.21%98.82%
CMYK3.57%0.00%24.21%
1.18%

Color #F3FCBF in popluar number systems.

HEXF3FCBF
Decimal243252191
Binary111100111111110010111111
Octal363374277

Shades and tints

Shades of #F3FCBF

#F3FCBF
(243,252,191)
#DDE6AE
(221,230,174)
#C7D09D
(199,208,157)
#B1BA8C
(177,186,140)
#9BA47B
(155,164,123)
#858E6A
(133,142,106)
#6F7859
(111,120,89)
#596248
(89,98,72)
#434C37
(67,76,55)
#2D3626
(45,54,38)
#172015
(23,32,21)
#000000
(0,0,0)

Tints of #F3FCBF

#F3FCBF
(243,252,191)
#F4FCC4
(244,252,196)
#F5FCC9
(245,252,201)
#F6FCCE
(246,252,206)
#F7FCD3
(247,252,211)
#F8FCD8
(248,252,216)
#F9FCDD
(249,252,221)
#FAFCE2
(250,252,226)
#FBFCE7
(251,252,231)
#FCFCEC
(252,252,236)
#FDFCF1
(253,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3FCBF color. Also use rgb(243,252,191) instead hex code.

Text Font Color

.myTextColor { color: #F3FCBF; }

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

This text font color is #F3FCBF.


Background Color

.myBgColor { background-color: #F3FCBF; }

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

This div background color is #F3FCBF.


Border color

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

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

This div border color is #F3FCBF.


Opacity

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

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

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

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

This text has shadow with #F3FCBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3FCBF on black background.


Color preview on white background

This text has color #F3FCBF on white background.



Black color preview on #F3FCBF background

This text has black color on #F3FCBF background.


White color preview on #F3FCBF background

This text has white color on #F3FCBF background.