COLOR #F2FAD3

HEX: #F2FAD3
RGB: (242,250,211)

Color info

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

RGB color model

#F2FAD3 color RGB value is (242,250,211).

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

RGB channels and saturation

R 242 of 255 = 95%
G 250 of 255 = 98%
B 211 of 255 = 83%

242
250
211

R + G + B ~ 92%. #F2FAD3 is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 250 + 211 = 703 (100%)
R 242 of 703 ~ 34.42%
G 250 of 703 ~ 35.56%
B 211 of 703 ~ 30.01%

%34.42
%35.56
%30.01

CMYK color model

#F2FAD3 color CMYK value is (3,0,16,2).

  • cyan value is 3.20%
  • magenta value is 0.00%
  • yellow value is 15.60%
  • key color value is 1.96%
CMYK:
(3,0,16,2)
C3M0Y16K2 
(3%,0%,16%,2%)
(0.03/0.00/0.16/0.02)	

CMYK percentages

%3.2
%0
%15.6
%1.96

Codes

Color #F2FAD3 in popluar color models

F2FAD3
RGB242250211
HSL72°79.59%90.39%
HSB/HSV72°15.60%98.04%
CMYK3.20%0.00%15.60%
1.96%

Color #F2FAD3 in popluar number systems.

HEXF2FAD3
Decimal242250211
Binary111100101111101011010011
Octal362372323

Shades and tints

Shades of #F2FAD3

#F2FAD3
(242,250,211)
#DCE4C0
(220,228,192)
#C6CEAD
(198,206,173)
#B0B89A
(176,184,154)
#9AA287
(154,162,135)
#848C74
(132,140,116)
#6E7661
(110,118,97)
#58604E
(88,96,78)
#424A3B
(66,74,59)
#2C3428
(44,52,40)
#161E15
(22,30,21)
#000000
(0,0,0)

Tints of #F2FAD3

#F2FAD3
(242,250,211)
#F3FAD7
(243,250,215)
#F4FADB
(244,250,219)
#F5FADF
(245,250,223)
#F6FAE3
(246,250,227)
#F7FAE7
(247,250,231)
#F8FAEB
(248,250,235)
#F9FAEF
(249,250,239)
#FAFAF3
(250,250,243)
#FBFAF7
(251,250,247)
#FCFAFB
(252,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2FAD3; }

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

This text font color is #F2FAD3.


Background Color

.myBgColor { background-color: #F2FAD3; }

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

This div background color is #F2FAD3.


Border color

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

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

This div border color is #F2FAD3.


Opacity

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

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

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

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

This text has shadow with #F2FAD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2FAD3 on black background.


Color preview on white background

This text has color #F2FAD3 on white background.



Black color preview on #F2FAD3 background

This text has black color on #F2FAD3 background.


White color preview on #F2FAD3 background

This text has white color on #F2FAD3 background.