COLOR #F3FAA8

HEX: #F3FAA8
RGB: (243,250,168)

Color info

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

RGB color model

#F3FAA8 color RGB value is (243,250,168).

  • red value is 243;
  • green value is 250;
  • blue value is 168.
RGB:
(243,250,168)
(95%,98%,66%)

RGB channels and saturation

R 243 of 255 = 95%
G 250 of 255 = 98%
B 168 of 255 = 66%

243
250
168

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

Portions of RGB colors in percentages

R + G + B =
243 + 250 + 168 = 661 (100%)
R 243 of 661 ~ 36.76%
G 250 of 661 ~ 37.82%
B 168 of 661 ~ 25.42%

%36.76
%37.82
%25.42

CMYK color model

#F3FAA8 color CMYK value is (3,0,33,2).

  • cyan value is 2.80%
  • magenta value is 0.00%
  • yellow value is 32.80%
  • key color value is 1.96%
CMYK:
(3,0,33,2)
C3M0Y33K2 
(3%,0%,33%,2%)
(0.03/0.00/0.33/0.02)	

CMYK percentages

%2.8
%0
%32.8
%1.96

Codes

Color #F3FAA8 in popluar color models

F3FAA8
RGB243250168
HSL65°89.13%81.96%
HSB/HSV65°32.80%98.04%
CMYK2.80%0.00%32.80%
1.96%

Color #F3FAA8 in popluar number systems.

HEXF3FAA8
Decimal243250168
Binary111100111111101010101000
Octal363372250

Shades and tints

Shades of #F3FAA8

#F3FAA8
(243,250,168)
#DDE499
(221,228,153)
#C7CE8A
(199,206,138)
#B1B87B
(177,184,123)
#9BA26C
(155,162,108)
#858C5D
(133,140,93)
#6F764E
(111,118,78)
#59603F
(89,96,63)
#434A30
(67,74,48)
#2D3421
(45,52,33)
#171E12
(23,30,18)
#000000
(0,0,0)

Tints of #F3FAA8

#F3FAA8
(243,250,168)
#F4FAAF
(244,250,175)
#F5FAB6
(245,250,182)
#F6FABD
(246,250,189)
#F7FAC4
(247,250,196)
#F8FACB
(248,250,203)
#F9FAD2
(249,250,210)
#FAFAD9
(250,250,217)
#FBFAE0
(251,250,224)
#FCFAE7
(252,250,231)
#FDFAEE
(253,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3FAA8; }

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

This text font color is #F3FAA8.


Background Color

.myBgColor { background-color: #F3FAA8; }

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

This div background color is #F3FAA8.


Border color

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

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

This div border color is #F3FAA8.


Opacity

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

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

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

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

This text has shadow with #F3FAA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3FAA8 on black background.


Color preview on white background

This text has color #F3FAA8 on white background.



Black color preview on #F3FAA8 background

This text has black color on #F3FAA8 background.


White color preview on #F3FAA8 background

This text has white color on #F3FAA8 background.