COLOR #F9FAB7

HEX: #F9FAB7 RGB: (249,250,183)

Color info

#F9FAB7 contains mainly red and green colors. Web safe color of #F9FAB7 is #FFFFCC (or #FFC).

RGB color model

#F9FAB7 color RGB value is (249,250,183).

RGB: (249,250,183) (98%, 98%, 72%)

RGB channels and saturation

R 249 of 255 = 98%
G 250 of 255 = 98%
B 183 of 255 = 72%

249
250
183

R + G + B ~ 89%. #F9FAB7 is light color.

Portions of RGB colors in percentages

R + G + B = 249 + 250 + 183 = 682 (100%)
R 249 of 682 ~ 36.51%
G 250 of 682 ~ 36.66%
B 183 of 682 ~ 26.83'%

%36.51
%36.66
%26.83

CMYK color model

#F9FAB7 color CMYK value is (0,0,27,2).

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

CMYK: (0,0,27,2)
C0M0Y27K2 (0%, 0%, 27%, 2%)
(0.00 / 0.00 / 0.27 / 0.02)

CMYK percentages

%0.4
%0
%26.8
%1.96

Codes

Color #F9FAB7 in popluar color models

F9 FA B7
RGB 249 250 183
HSL 61° 87.01% 84.90%
HSB/HSV 61° 26.80% 98.04%
CMYK 0.40% 0.00% 26.80%
1.96%

Color #F9FAB7 in popluar number systems.

HEX F9 FA B7
Decimal 249 250 183
Binary 11111001 11111010 10110111
Octal 371 372 267

Shades and tints

Shades of #F9FAB7

#F9FAB7
(249,250,183)
#E3E4A7
(227,228,167)
#CDCE97
(205,206,151)
#B7B887
(183,184,135)
#A1A277
(161,162,119)
#8B8C67
(139,140,103)
#757657
(117,118,87)
#5F6047
(95,96,71)
#494A37
(73,74,55)
#333427
(51,52,39)
#1D1E17
(29,30,23)
#000000
(0,0,0)

Tints of #F9FAB7

#F9FAB7
(249,250,183)
#F9FABD
(249,250,189)
#F9FAC3
(249,250,195)
#F9FAC9
(249,250,201)
#F9FACF
(249,250,207)
#F9FAD5
(249,250,213)
#F9FADB
(249,250,219)
#F9FAE1
(249,250,225)
#F9FAE7
(249,250,231)
#F9FAED
(249,250,237)
#F9FAF3
(249,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9FAB7; }

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

This text font color is #F9FAB7.

Background Color

.myBgColor { background-color: #F9FAB7; }

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

This div background color is #F9FAB7.

Border color

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

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

This div border color is #F9FAB7.

Opacity

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

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

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

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

This text has shadow with #F9FAB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9FAB7.

Preview

Color preview on black background

This text has color #F9FAB7 on black background.


Color preview on white background

This text has color #F9FAB7 on white background.


Black color preview on #F9FAB7 background

This text has black color on #F9FAB7 background.


White color preview on #F9FAB7 background

This text has white color on #F9FAB7 background.


Related colors

Complementary color

Complementary color for #hex is #060548.


I love getcolorcode.com

Triadic colors

1 #B7F9FA and #FAB7F9 with #F9FAB7 are triadic colors.

2 #B7FAF9 and #FAF9B7 with #F9FAB7 are triadic colors.