COLOR #F3F0B0

HEX: #F3F0B0 RGB: (243,240,176)

Color info

#F3F0B0 contains mainly red and green colors. Web safe color of #F3F0B0 is #FFFF99 (or #FF9).

RGB color model

#F3F0B0 color RGB value is (243,240,176).

RGB: (243,240,176) (95%, 94%, 69%)

RGB channels and saturation

R 243 of 255 = 95%
G 240 of 255 = 94%
B 176 of 255 = 69%

243
240
176

R + G + B ~ 86%. #F3F0B0 is light color.

Portions of RGB colors in percentages

R + G + B = 243 + 240 + 176 = 659 (100%)
R 243 of 659 ~ 36.87%
G 240 of 659 ~ 36.42%
B 176 of 659 ~ 26.71'%

%36.87
%36.42
%26.71

CMYK color model

#F3F0B0 color CMYK value is (0,1,28,5).

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

CMYK: (0,1,28,5)
C0M1Y28K5 (0%, 1%, 28%, 5%)
(0.00 / 0.01 / 0.28 / 0.05)

CMYK percentages

%0
%1.23
%27.57
%4.71

Codes

Color #F3F0B0 in popluar color models

F3 F0 B0
RGB 243 240 176
HSL 57° 73.63% 82.16%
HSB/HSV 57° 27.57% 95.29%
CMYK 0.00% 1.23% 27.57%
4.71%

Color #F3F0B0 in popluar number systems.

HEX F3 F0 B0
Decimal 243 240 176
Binary 11110011 11110000 10110000
Octal 363 360 260

Shades and tints

Shades of #F3F0B0

#F3F0B0
(243,240,176)
#DDDBA0
(221,219,160)
#C7C690
(199,198,144)
#B1B180
(177,177,128)
#9B9C70
(155,156,112)
#858760
(133,135,96)
#6F7250
(111,114,80)
#595D40
(89,93,64)
#434830
(67,72,48)
#2D3320
(45,51,32)
#171E10
(23,30,16)
#000000
(0,0,0)

Tints of #F3F0B0

#F3F0B0
(243,240,176)
#F4F1B7
(244,241,183)
#F5F2BE
(245,242,190)
#F6F3C5
(246,243,197)
#F7F4CC
(247,244,204)
#F8F5D3
(248,245,211)
#F9F6DA
(249,246,218)
#FAF7E1
(250,247,225)
#FBF8E8
(251,248,232)
#FCF9EF
(252,249,239)
#FDFAF6
(253,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3F0B0; }

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

This text font color is #F3F0B0.

Background Color

.myBgColor { background-color: #F3F0B0; }

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

This div background color is #F3F0B0.

Border color

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

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

This div border color is #F3F0B0.

Opacity

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

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

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

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

This text has shadow with #F3F0B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3F0B0.

Preview

Color preview on black background

This text has color #F3F0B0 on black background.


Color preview on white background

This text has color #F3F0B0 on white background.


Black color preview on #F3F0B0 background

This text has black color on #F3F0B0 background.


White color preview on #F3F0B0 background

This text has white color on #F3F0B0 background.


Related colors

Complementary color

Complementary color for #hex is #0C0F4F.


I love getcolorcode.com

Triadic colors

1 #B0F3F0 and #F0B0F3 with #F3F0B0 are triadic colors.

2 #B0F0F3 and #F0F3B0 with #F3F0B0 are triadic colors.