COLOR #F3F8AC

HEX: #F3F8AC RGB: (243,248,172)

Color info

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

RGB color model

#F3F8AC color RGB value is (243,248,172).

RGB: (243,248,172) (95%, 97%, 67%)

RGB channels and saturation

R 243 of 255 = 95%
G 248 of 255 = 97%
B 172 of 255 = 67%

243
248
172

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

Portions of RGB colors in percentages

R + G + B = 243 + 248 + 172 = 663 (100%)
R 243 of 663 ~ 36.65%
G 248 of 663 ~ 37.41%
B 172 of 663 ~ 25.94'%

%36.65
%37.41
%25.94

CMYK color model

#F3F8AC color CMYK value is (2,0,31,3).

  • cyan value is 2.02%
  • magenta value is 0.00%
  • yellow value is 30.65%
  • key color value is 2.75%

CMYK: (2,0,31,3)
C2M0Y31K3 (2%, 0%, 31%, 3%)
(0.02 / 0.00 / 0.31 / 0.03)

CMYK percentages

%2.02
%0
%30.65
%2.75

Codes

Color #F3F8AC in popluar color models

F3 F8 AC
RGB 243 248 172
HSL 64° 84.44% 82.35%
HSB/HSV 64° 30.65% 97.25%
CMYK 2.02% 0.00% 30.65%
2.75%

Color #F3F8AC in popluar number systems.

HEX F3 F8 AC
Decimal 243 248 172
Binary 11110011 11111000 10101100
Octal 363 370 254

Shades and tints

Shades of #F3F8AC

#F3F8AC
(243,248,172)
#DDE29D
(221,226,157)
#C7CC8E
(199,204,142)
#B1B67F
(177,182,127)
#9BA070
(155,160,112)
#858A61
(133,138,97)
#6F7452
(111,116,82)
#595E43
(89,94,67)
#434834
(67,72,52)
#2D3225
(45,50,37)
#171C16
(23,28,22)
#000000
(0,0,0)

Tints of #F3F8AC

#F3F8AC
(243,248,172)
#F4F8B3
(244,248,179)
#F5F8BA
(245,248,186)
#F6F8C1
(246,248,193)
#F7F8C8
(247,248,200)
#F8F8CF
(248,248,207)
#F9F8D6
(249,248,214)
#FAF8DD
(250,248,221)
#FBF8E4
(251,248,228)
#FCF8EB
(252,248,235)
#FDF8F2
(253,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3F8AC; }

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

This text font color is #F3F8AC.

Background Color

.myBgColor { background-color: #F3F8AC; }

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

This div background color is #F3F8AC.

Border color

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

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

This div border color is #F3F8AC.

Opacity

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

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

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

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

This text has shadow with #F3F8AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3F8AC.

Preview

Color preview on black background

This text has color #F3F8AC on black background.


Color preview on white background

This text has color #F3F8AC on white background.


Black color preview on #F3F8AC background

This text has black color on #F3F8AC background.


White color preview on #F3F8AC background

This text has white color on #F3F8AC background.


Related colors

Complementary color

Complementary color for #hex is #0C0753.


I love getcolorcode.com

Triadic colors

1 #ACF3F8 and #F8ACF3 with #F3F8AC are triadic colors.

2 #ACF8F3 and #F8F3AC with #F3F8AC are triadic colors.