COLOR #F2FAC7

HEX: #F2FAC7
RGB: (242,250,199)

Color info

#F2FAC7 contains red, green and blue colors in about the same proportion. Web safe color of #F2FAC7 is #FFFFCC (or #FFC).

RGB color model

#F2FAC7 color RGB value is (242,250,199).

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

RGB channels and saturation

R 242 of 255 = 95%
G 250 of 255 = 98%
B 199 of 255 = 78%

242
250
199

R + G + B ~ 90%. #F2FAC7 is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 250 + 199 = 691 (100%)
R 242 of 691 ~ 35.02%
G 250 of 691 ~ 36.18%
B 199 of 691 ~ 28.8%

%35.02
%36.18
%28.8

CMYK color model

#F2FAC7 color CMYK value is (3,0,20,2).

  • cyan value is 3.20%
  • magenta value is 0.00%
  • yellow value is 20.40%
  • key color value is 1.96%
CMYK:
(3,0,20,2)
C3M0Y20K2 
(3%,0%,20%,2%)
(0.03/0.00/0.20/0.02)	

CMYK percentages

%3.2
%0
%20.4
%1.96

Codes

Color #F2FAC7 in popluar color models

F2FAC7
RGB242250199
HSL69°83.61%88.04%
HSB/HSV69°20.40%98.04%
CMYK3.20%0.00%20.40%
1.96%

Color #F2FAC7 in popluar number systems.

HEXF2FAC7
Decimal242250199
Binary111100101111101011000111
Octal362372307

Shades and tints

Shades of #F2FAC7

#F2FAC7
(242,250,199)
#DCE4B5
(220,228,181)
#C6CEA3
(198,206,163)
#B0B891
(176,184,145)
#9AA27F
(154,162,127)
#848C6D
(132,140,109)
#6E765B
(110,118,91)
#586049
(88,96,73)
#424A37
(66,74,55)
#2C3425
(44,52,37)
#161E13
(22,30,19)
#000000
(0,0,0)

Tints of #F2FAC7

#F2FAC7
(242,250,199)
#F3FACC
(243,250,204)
#F4FAD1
(244,250,209)
#F5FAD6
(245,250,214)
#F6FADB
(246,250,219)
#F7FAE0
(247,250,224)
#F8FAE5
(248,250,229)
#F9FAEA
(249,250,234)
#FAFAEF
(250,250,239)
#FBFAF4
(251,250,244)
#FCFAF9
(252,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2FAC7; }

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

This text font color is #F2FAC7.


Background Color

.myBgColor { background-color: #F2FAC7; }

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

This div background color is #F2FAC7.


Border color

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

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

This div border color is #F2FAC7.


Opacity

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

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

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

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

This text has shadow with #F2FAC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2FAC7 on black background.


Color preview on white background

This text has color #F2FAC7 on white background.



Black color preview on #F2FAC7 background

This text has black color on #F2FAC7 background.


White color preview on #F2FAC7 background

This text has white color on #F2FAC7 background.