COLOR #F2FAA3

HEX: #F2FAA3
RGB: (242,250,163)

Color info

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

RGB color model

#F2FAA3 color RGB value is (242,250,163).

  • red value is 242;
  • green value is 250;
  • blue value is 163.
RGB:
(242,250,163)
(95%,98%,64%)

RGB channels and saturation

R 242 of 255 = 95%
G 250 of 255 = 98%
B 163 of 255 = 64%

242
250
163

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

Portions of RGB colors in percentages

R + G + B =
242 + 250 + 163 = 655 (100%)
R 242 of 655 ~ 36.95%
G 250 of 655 ~ 38.17%
B 163 of 655 ~ 24.89%

%36.95
%38.17
%24.89

CMYK color model

#F2FAA3 color CMYK value is (3,0,35,2).

  • cyan value is 3.20%
  • magenta value is 0.00%
  • yellow value is 34.80%
  • key color value is 1.96%
CMYK:
(3,0,35,2)
C3M0Y35K2 
(3%,0%,35%,2%)
(0.03/0.00/0.35/0.02)	

CMYK percentages

%3.2
%0
%34.8
%1.96

Codes

Color #F2FAA3 in popluar color models

F2FAA3
RGB242250163
HSL66°89.69%80.98%
HSB/HSV66°34.80%98.04%
CMYK3.20%0.00%34.80%
1.96%

Color #F2FAA3 in popluar number systems.

HEXF2FAA3
Decimal242250163
Binary111100101111101010100011
Octal362372243

Shades and tints

Shades of #F2FAA3

#F2FAA3
(242,250,163)
#DCE495
(220,228,149)
#C6CE87
(198,206,135)
#B0B879
(176,184,121)
#9AA26B
(154,162,107)
#848C5D
(132,140,93)
#6E764F
(110,118,79)
#586041
(88,96,65)
#424A33
(66,74,51)
#2C3425
(44,52,37)
#161E17
(22,30,23)
#000000
(0,0,0)

Tints of #F2FAA3

#F2FAA3
(242,250,163)
#F3FAAB
(243,250,171)
#F4FAB3
(244,250,179)
#F5FABB
(245,250,187)
#F6FAC3
(246,250,195)
#F7FACB
(247,250,203)
#F8FAD3
(248,250,211)
#F9FADB
(249,250,219)
#FAFAE3
(250,250,227)
#FBFAEB
(251,250,235)
#FCFAF3
(252,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2FAA3 color. Also use rgb(242,250,163) instead hex code.

Text Font Color

.myTextColor { color: #F2FAA3; }

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

This text font color is #F2FAA3.


Background Color

.myBgColor { background-color: #F2FAA3; }

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

This div background color is #F2FAA3.


Border color

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

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

This div border color is #F2FAA3.


Opacity

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

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

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

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

This text has shadow with #F2FAA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2FAA3 on black background.


Color preview on white background

This text has color #F2FAA3 on white background.



Black color preview on #F2FAA3 background

This text has black color on #F2FAA3 background.


White color preview on #F2FAA3 background

This text has white color on #F2FAA3 background.