COLOR #F3FDBB

HEX: #F3FDBB
RGB: (243,253,187)

Color info

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

RGB color model

#F3FDBB color RGB value is (243,253,187).

  • red value is 243;
  • green value is 253;
  • blue value is 187.
RGB:
(243,253,187)
(95%,99%,73%)

RGB channels and saturation

R 243 of 255 = 95%
G 253 of 255 = 99%
B 187 of 255 = 73%

243
253
187

R + G + B ~ 89%. #F3FDBB is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 253 + 187 = 683 (100%)
R 243 of 683 ~ 35.58%
G 253 of 683 ~ 37.04%
B 187 of 683 ~ 27.38%

%35.58
%37.04
%27.38

CMYK color model

#F3FDBB color CMYK value is (4,0,26,1).

  • cyan value is 3.95%
  • magenta value is 0.00%
  • yellow value is 26.09%
  • key color value is 0.78%
CMYK:
(4,0,26,1)
C4M0Y26K1 
(4%,0%,26%,1%)
(0.04/0.00/0.26/0.01)	

CMYK percentages

%3.95
%0
%26.09
%0.78

Codes

Color #F3FDBB in popluar color models

F3FDBB
RGB243253187
HSL69°94.29%86.27%
HSB/HSV69°26.09%99.22%
CMYK3.95%0.00%26.09%
0.78%

Color #F3FDBB in popluar number systems.

HEXF3FDBB
Decimal243253187
Binary111100111111110110111011
Octal363375273

Shades and tints

Shades of #F3FDBB

#F3FDBB
(243,253,187)
#DDE6AA
(221,230,170)
#C7CF99
(199,207,153)
#B1B888
(177,184,136)
#9BA177
(155,161,119)
#858A66
(133,138,102)
#6F7355
(111,115,85)
#595C44
(89,92,68)
#434533
(67,69,51)
#2D2E22
(45,46,34)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #F3FDBB

#F3FDBB
(243,253,187)
#F4FDC1
(244,253,193)
#F5FDC7
(245,253,199)
#F6FDCD
(246,253,205)
#F7FDD3
(247,253,211)
#F8FDD9
(248,253,217)
#F9FDDF
(249,253,223)
#FAFDE5
(250,253,229)
#FBFDEB
(251,253,235)
#FCFDF1
(252,253,241)
#FDFDF7
(253,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3FDBB color. Also use rgb(243,253,187) instead hex code.

Text Font Color

.myTextColor { color: #F3FDBB; }

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

This text font color is #F3FDBB.


Background Color

.myBgColor { background-color: #F3FDBB; }

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

This div background color is #F3FDBB.


Border color

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

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

This div border color is #F3FDBB.


Opacity

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

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

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

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

This text has shadow with #F3FDBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3FDBB on black background.


Color preview on white background

This text has color #F3FDBB on white background.



Black color preview on #F3FDBB background

This text has black color on #F3FDBB background.


White color preview on #F3FDBB background

This text has white color on #F3FDBB background.