COLOR #F9FBB2

HEX: #F9FBB2 RGB: (249,251,178)

Color info

#F9FBB2 contains mainly red and green colors. Web safe color of #F9FBB2 is #FFFF99 (or #FF9).

RGB color model

#F9FBB2 color RGB value is (249,251,178).

RGB: (249,251,178) (98%, 98%, 70%)

RGB channels and saturation

R 249 of 255 = 98%
G 251 of 255 = 98%
B 178 of 255 = 70%

249
251
178

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

Portions of RGB colors in percentages

R + G + B = 249 + 251 + 178 = 678 (100%)
R 249 of 678 ~ 36.73%
G 251 of 678 ~ 37.02%
B 178 of 678 ~ 26.25'%

%36.73
%37.02
%26.25

CMYK color model

#F9FBB2 color CMYK value is (1,0,29,2).

  • cyan value is 0.80%
  • magenta value is 0.00%
  • yellow value is 29.08%
  • key color value is 1.57%

CMYK: (1,0,29,2)
C1M0Y29K2 (1%, 0%, 29%, 2%)
(0.01 / 0.00 / 0.29 / 0.02)

CMYK percentages

%0.8
%0
%29.08
%1.57

Codes

Color #F9FBB2 in popluar color models

F9 FB B2
RGB 249 251 178
HSL 62° 90.12% 84.12%
HSB/HSV 62° 29.08% 98.43%
CMYK 0.80% 0.00% 29.08%
1.57%

Color #F9FBB2 in popluar number systems.

HEX F9 FB B2
Decimal 249 251 178
Binary 11111001 11111011 10110010
Octal 371 373 262

Shades and tints

Shades of #F9FBB2

#F9FBB2
(249,251,178)
#E3E5A2
(227,229,162)
#CDCF92
(205,207,146)
#B7B982
(183,185,130)
#A1A372
(161,163,114)
#8B8D62
(139,141,98)
#757752
(117,119,82)
#5F6142
(95,97,66)
#494B32
(73,75,50)
#333522
(51,53,34)
#1D1F12
(29,31,18)
#000000
(0,0,0)

Tints of #F9FBB2

#F9FBB2
(249,251,178)
#F9FBB9
(249,251,185)
#F9FBC0
(249,251,192)
#F9FBC7
(249,251,199)
#F9FBCE
(249,251,206)
#F9FBD5
(249,251,213)
#F9FBDC
(249,251,220)
#F9FBE3
(249,251,227)
#F9FBEA
(249,251,234)
#F9FBF1
(249,251,241)
#F9FBF8
(249,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9FBB2 color. Also use rgb(249,251,178) instead hex code.

Text Font Color

.myTextColor { color: #F9FBB2; }

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

This text font color is #F9FBB2.

Background Color

.myBgColor { background-color: #F9FBB2; }

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

This div background color is #F9FBB2.

Border color

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

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

This div border color is #F9FBB2.

Opacity

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

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

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

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

This text has shadow with #F9FBB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9FBB2.

Preview

Color preview on black background

This text has color #F9FBB2 on black background.


Color preview on white background

This text has color #F9FBB2 on white background.


Black color preview on #F9FBB2 background

This text has black color on #F9FBB2 background.


White color preview on #F9FBB2 background

This text has white color on #F9FBB2 background.


Related colors

Complementary color

Complementary color for #hex is #06044D.


I love getcolorcode.com

Triadic colors

1 #B2F9FB and #FBB2F9 with #F9FBB2 are triadic colors.

2 #B2FBF9 and #FBF9B2 with #F9FBB2 are triadic colors.