COLOR #F3FCBA

HEX: #F3FCBA RGB: (243,252,186)

Color info

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

RGB color model

#F3FCBA color RGB value is (243,252,186).

RGB: (243,252,186) (95%, 99%, 73%)

RGB channels and saturation

R 243 of 255 = 95%
G 252 of 255 = 99%
B 186 of 255 = 73%

243
252
186

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

Portions of RGB colors in percentages

R + G + B = 243 + 252 + 186 = 681 (100%)
R 243 of 681 ~ 35.68%
G 252 of 681 ~ 37%
B 186 of 681 ~ 27.31'%

%35.68
%37
%27.31

CMYK color model

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

  • cyan value is 3.57%
  • magenta value is 0.00%
  • yellow value is 26.19%
  • key color value is 1.18%

CMYK: (4,0,26,1)
C4M0Y26K1 (4%, 0%, 26%, 1%)
(0.04 / 0.00 / 0.26 / 0.01)

CMYK percentages

%3.57
%0
%26.19
%1.18

Codes

Color #F3FCBA in popluar color models

F3 FC BA
RGB 243 252 186
HSL 68° 91.67% 85.88%
HSB/HSV 68° 26.19% 98.82%
CMYK 3.57% 0.00% 26.19%
1.18%

Color #F3FCBA in popluar number systems.

HEX F3 FC BA
Decimal 243 252 186
Binary 11110011 11111100 10111010
Octal 363 374 272

Shades and tints

Shades of #F3FCBA

#F3FCBA
(243,252,186)
#DDE6AA
(221,230,170)
#C7D09A
(199,208,154)
#B1BA8A
(177,186,138)
#9BA47A
(155,164,122)
#858E6A
(133,142,106)
#6F785A
(111,120,90)
#59624A
(89,98,74)
#434C3A
(67,76,58)
#2D362A
(45,54,42)
#17201A
(23,32,26)
#000000
(0,0,0)

Tints of #F3FCBA

#F3FCBA
(243,252,186)
#F4FCC0
(244,252,192)
#F5FCC6
(245,252,198)
#F6FCCC
(246,252,204)
#F7FCD2
(247,252,210)
#F8FCD8
(248,252,216)
#F9FCDE
(249,252,222)
#FAFCE4
(250,252,228)
#FBFCEA
(251,252,234)
#FCFCF0
(252,252,240)
#FDFCF6
(253,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3FCBA; }

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

This text font color is #F3FCBA.

Background Color

.myBgColor { background-color: #F3FCBA; }

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

This div background color is #F3FCBA.

Border color

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

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

This div border color is #F3FCBA.

Opacity

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

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

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

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

This text has shadow with #F3FCBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3FCBA.

Preview

Color preview on black background

This text has color #F3FCBA on black background.


Color preview on white background

This text has color #F3FCBA on white background.


Black color preview on #F3FCBA background

This text has black color on #F3FCBA background.


White color preview on #F3FCBA background

This text has white color on #F3FCBA background.


Related colors

Complementary color

Complementary color for #hex is #0C0345.


I love getcolorcode.com

Triadic colors

1 #BAF3FC and #FCBAF3 with #F3FCBA are triadic colors.

2 #BAFCF3 and #FCF3BA with #F3FCBA are triadic colors.