COLOR #F9FAD6

HEX: #F9FAD6 RGB: (249,250,214)

Color info

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

RGB color model

#F9FAD6 color RGB value is (249,250,214).

RGB: (249,250,214) (98%, 98%, 84%)

RGB channels and saturation

R 249 of 255 = 98%
G 250 of 255 = 98%
B 214 of 255 = 84%

249
250
214

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

Portions of RGB colors in percentages

R + G + B = 249 + 250 + 214 = 713 (100%)
R 249 of 713 ~ 34.92%
G 250 of 713 ~ 35.06%
B 214 of 713 ~ 30.01'%

%34.92
%35.06
%30.01

CMYK color model

#F9FAD6 color CMYK value is (0,0,14,2).

  • cyan value is 0.40%
  • magenta value is 0.00%
  • yellow value is 14.40%
  • key color value is 1.96%

CMYK: (0,0,14,2)
C0M0Y14K2 (0%, 0%, 14%, 2%)
(0.00 / 0.00 / 0.14 / 0.02)

CMYK percentages

%0.4
%0
%14.4
%1.96

Codes

Color #F9FAD6 in popluar color models

F9 FA D6
RGB 249 250 214
HSL 62° 78.26% 90.98%
HSB/HSV 62° 14.40% 98.04%
CMYK 0.40% 0.00% 14.40%
1.96%

Color #F9FAD6 in popluar number systems.

HEX F9 FA D6
Decimal 249 250 214
Binary 11111001 11111010 11010110
Octal 371 372 326

Shades and tints

Shades of #F9FAD6

#F9FAD6
(249,250,214)
#E3E4C3
(227,228,195)
#CDCEB0
(205,206,176)
#B7B89D
(183,184,157)
#A1A28A
(161,162,138)
#8B8C77
(139,140,119)
#757664
(117,118,100)
#5F6051
(95,96,81)
#494A3E
(73,74,62)
#33342B
(51,52,43)
#1D1E18
(29,30,24)
#000000
(0,0,0)

Tints of #F9FAD6

#F9FAD6
(249,250,214)
#F9FAD9
(249,250,217)
#F9FADC
(249,250,220)
#F9FADF
(249,250,223)
#F9FAE2
(249,250,226)
#F9FAE5
(249,250,229)
#F9FAE8
(249,250,232)
#F9FAEB
(249,250,235)
#F9FAEE
(249,250,238)
#F9FAF1
(249,250,241)
#F9FAF4
(249,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9FAD6 color. Also use rgb(249,250,214) instead hex code.

Text Font Color

.myTextColor { color: #F9FAD6; }

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

This text font color is #F9FAD6.

Background Color

.myBgColor { background-color: #F9FAD6; }

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

This div background color is #F9FAD6.

Border color

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

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

This div border color is #F9FAD6.

Opacity

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

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

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

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

This text has shadow with #F9FAD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9FAD6.

Preview

Color preview on black background

This text has color #F9FAD6 on black background.


Color preview on white background

This text has color #F9FAD6 on white background.


Black color preview on #F9FAD6 background

This text has black color on #F9FAD6 background.


White color preview on #F9FAD6 background

This text has white color on #F9FAD6 background.


Related colors

Complementary color

Complementary color for #hex is #060529.


I love getcolorcode.com

Triadic colors

1 #D6F9FA and #FAD6F9 with #F9FAD6 are triadic colors.

2 #D6FAF9 and #FAF9D6 with #F9FAD6 are triadic colors.