COLOR #F3F0BE

HEX: #F3F0BE RGB: (243,240,190)

Color info

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

RGB color model

#F3F0BE color RGB value is (243,240,190).

RGB: (243,240,190) (95%, 94%, 75%)

RGB channels and saturation

R 243 of 255 = 95%
G 240 of 255 = 94%
B 190 of 255 = 75%

243
240
190

R + G + B ~ 88%. #F3F0BE is light color.

Portions of RGB colors in percentages

R + G + B = 243 + 240 + 190 = 673 (100%)
R 243 of 673 ~ 36.11%
G 240 of 673 ~ 35.66%
B 190 of 673 ~ 28.23'%

%36.11
%35.66
%28.23

CMYK color model

#F3F0BE color CMYK value is (0,1,22,5).

  • cyan value is 0.00%
  • magenta value is 1.23%
  • yellow value is 21.81%
  • key color value is 4.71%

CMYK: (0,1,22,5)
C0M1Y22K5 (0%, 1%, 22%, 5%)
(0.00 / 0.01 / 0.22 / 0.05)

CMYK percentages

%0
%1.23
%21.81
%4.71

Codes

Color #F3F0BE in popluar color models

F3 F0 BE
RGB 243 240 190
HSL 57° 68.83% 84.90%
HSB/HSV 57° 21.81% 95.29%
CMYK 0.00% 1.23% 21.81%
4.71%

Color #F3F0BE in popluar number systems.

HEX F3 F0 BE
Decimal 243 240 190
Binary 11110011 11110000 10111110
Octal 363 360 276

Shades and tints

Shades of #F3F0BE

#F3F0BE
(243,240,190)
#DDDBAD
(221,219,173)
#C7C69C
(199,198,156)
#B1B18B
(177,177,139)
#9B9C7A
(155,156,122)
#858769
(133,135,105)
#6F7258
(111,114,88)
#595D47
(89,93,71)
#434836
(67,72,54)
#2D3325
(45,51,37)
#171E14
(23,30,20)
#000000
(0,0,0)

Tints of #F3F0BE

#F3F0BE
(243,240,190)
#F4F1C3
(244,241,195)
#F5F2C8
(245,242,200)
#F6F3CD
(246,243,205)
#F7F4D2
(247,244,210)
#F8F5D7
(248,245,215)
#F9F6DC
(249,246,220)
#FAF7E1
(250,247,225)
#FBF8E6
(251,248,230)
#FCF9EB
(252,249,235)
#FDFAF0
(253,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3F0BE color. Also use rgb(243,240,190) instead hex code.

Text Font Color

.myTextColor { color: #F3F0BE; }

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

This text font color is #F3F0BE.

Background Color

.myBgColor { background-color: #F3F0BE; }

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

This div background color is #F3F0BE.

Border color

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

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

This div border color is #F3F0BE.

Opacity

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

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

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

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

This text has shadow with #F3F0BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3F0BE.

Preview

Color preview on black background

This text has color #F3F0BE on black background.


Color preview on white background

This text has color #F3F0BE on white background.


Black color preview on #F3F0BE background

This text has black color on #F3F0BE background.


White color preview on #F3F0BE background

This text has white color on #F3F0BE background.


Related colors

Complementary color

Complementary color for #hex is #0C0F41.


I love getcolorcode.com

Triadic colors

1 #BEF3F0 and #F0BEF3 with #F3F0BE are triadic colors.

2 #BEF0F3 and #F0F3BE with #F3F0BE are triadic colors.