COLOR #F3F3B4

HEX: #F3F3B4 RGB: (243,243,180)

Color info

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

RGB color model

#F3F3B4 color RGB value is (243,243,180).

RGB: (243,243,180) (95%, 95%, 71%)

RGB channels and saturation

R 243 of 255 = 95%
G 243 of 255 = 95%
B 180 of 255 = 71%

243
243
180

R + G + B ~ 87%. #F3F3B4 is light color.

Portions of RGB colors in percentages

R + G + B = 243 + 243 + 180 = 666 (100%)
R 243 of 666 ~ 36.49%
G 243 of 666 ~ 36.49%
B 180 of 666 ~ 27.03'%

%36.49
%36.49
%27.03

CMYK color model

#F3F3B4 color CMYK value is (0,0,26,5).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 25.93%
  • key color value is 4.71%

CMYK: (0,0,26,5)
C0M0Y26K5 (0%, 0%, 26%, 5%)
(0.00 / 0.00 / 0.26 / 0.05)

CMYK percentages

%0
%0
%25.93
%4.71

Codes

Color #F3F3B4 in popluar color models

F3 F3 B4
RGB 243 243 180
HSL 60° 72.41% 82.94%
HSB/HSV 60° 25.93% 95.29%
CMYK 0.00% 0.00% 25.93%
4.71%

Color #F3F3B4 in popluar number systems.

HEX F3 F3 B4
Decimal 243 243 180
Binary 11110011 11110011 10110100
Octal 363 363 264

Shades and tints

Shades of #F3F3B4

#F3F3B4
(243,243,180)
#DDDDA4
(221,221,164)
#C7C794
(199,199,148)
#B1B184
(177,177,132)
#9B9B74
(155,155,116)
#858564
(133,133,100)
#6F6F54
(111,111,84)
#595944
(89,89,68)
#434334
(67,67,52)
#2D2D24
(45,45,36)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #F3F3B4

#F3F3B4
(243,243,180)
#F4F4BA
(244,244,186)
#F5F5C0
(245,245,192)
#F6F6C6
(246,246,198)
#F7F7CC
(247,247,204)
#F8F8D2
(248,248,210)
#F9F9D8
(249,249,216)
#FAFADE
(250,250,222)
#FBFBE4
(251,251,228)
#FCFCEA
(252,252,234)
#FDFDF0
(253,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3F3B4; }

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

This text font color is #F3F3B4.

Background Color

.myBgColor { background-color: #F3F3B4; }

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

This div background color is #F3F3B4.

Border color

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

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

This div border color is #F3F3B4.

Opacity

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

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

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

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

This text has shadow with #F3F3B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3F3B4.

Preview

Color preview on black background

This text has color #F3F3B4 on black background.


Color preview on white background

This text has color #F3F3B4 on white background.


Black color preview on #F3F3B4 background

This text has black color on #F3F3B4 background.


White color preview on #F3F3B4 background

This text has white color on #F3F3B4 background.


Related colors

Complementary color

Complementary color for #hex is #0C0C4B.


I love getcolorcode.com