COLOR #F2FAD9

HEX: #F2FAD9 RGB: (242,250,217)

Color info

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

RGB color model

#F2FAD9 color RGB value is (242,250,217).

RGB: (242,250,217) (95%, 98%, 85%)

RGB channels and saturation

R 242 of 255 = 95%
G 250 of 255 = 98%
B 217 of 255 = 85%

242
250
217

R + G + B ~ 93%. #F2FAD9 is light color.

Portions of RGB colors in percentages

R + G + B = 242 + 250 + 217 = 709 (100%)
R 242 of 709 ~ 34.13%
G 250 of 709 ~ 35.26%
B 217 of 709 ~ 30.61'%

%34.13
%35.26
%30.61

CMYK color model

#F2FAD9 color CMYK value is (3,0,13,2).

  • cyan value is 3.20%
  • magenta value is 0.00%
  • yellow value is 13.20%
  • key color value is 1.96%

CMYK: (3,0,13,2)
C3M0Y13K2 (3%, 0%, 13%, 2%)
(0.03 / 0.00 / 0.13 / 0.02)

CMYK percentages

%3.2
%0
%13.2
%1.96

Codes

Color #F2FAD9 in popluar color models

F2 FA D9
RGB 242 250 217
HSL 75° 76.74% 91.57%
HSB/HSV 75° 13.20% 98.04%
CMYK 3.20% 0.00% 13.20%
1.96%

Color #F2FAD9 in popluar number systems.

HEX F2 FA D9
Decimal 242 250 217
Binary 11110010 11111010 11011001
Octal 362 372 331

Shades and tints

Shades of #F2FAD9

#F2FAD9
(242,250,217)
#DCE4C6
(220,228,198)
#C6CEB3
(198,206,179)
#B0B8A0
(176,184,160)
#9AA28D
(154,162,141)
#848C7A
(132,140,122)
#6E7667
(110,118,103)
#586054
(88,96,84)
#424A41
(66,74,65)
#2C342E
(44,52,46)
#161E1B
(22,30,27)
#000000
(0,0,0)

Tints of #F2FAD9

#F2FAD9
(242,250,217)
#F3FADC
(243,250,220)
#F4FADF
(244,250,223)
#F5FAE2
(245,250,226)
#F6FAE5
(246,250,229)
#F7FAE8
(247,250,232)
#F8FAEB
(248,250,235)
#F9FAEE
(249,250,238)
#FAFAF1
(250,250,241)
#FBFAF4
(251,250,244)
#FCFAF7
(252,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2FAD9; }

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

This text font color is #F2FAD9.

Background Color

.myBgColor { background-color: #F2FAD9; }

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

This div background color is #F2FAD9.

Border color

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

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

This div border color is #F2FAD9.

Opacity

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

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

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

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

This text has shadow with #F2FAD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2FAD9.

Preview

Color preview on black background

This text has color #F2FAD9 on black background.


Color preview on white background

This text has color #F2FAD9 on white background.


Black color preview on #F2FAD9 background

This text has black color on #F2FAD9 background.


White color preview on #F2FAD9 background

This text has white color on #F2FAD9 background.


Related colors

Complementary color

Complementary color for #hex is #0D0526.


I love getcolorcode.com

Triadic colors

1 #D9F2FA and #FAD9F2 with #F2FAD9 are triadic colors.

2 #D9FAF2 and #FAF2D9 with #F2FAD9 are triadic colors.