COLOR #FBFAA8

HEX: #FBFAA8
RGB: (251,250,168)

Color info

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

RGB color model

#FBFAA8 color RGB value is (251,250,168).

  • red value is 251;
  • green value is 250;
  • blue value is 168.
RGB:
(251,250,168)
(98%,98%,66%)

RGB channels and saturation

R 251 of 255 = 98%
G 250 of 255 = 98%
B 168 of 255 = 66%

251
250
168

R + G + B ~ 87%. #FBFAA8 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 250 + 168 = 669 (100%)
R 251 of 669 ~ 37.52%
G 250 of 669 ~ 37.37%
B 168 of 669 ~ 25.11%

%37.52
%37.37
%25.11

CMYK color model

#FBFAA8 color CMYK value is (0,0,33,2).

  • cyan value is 0.00%
  • magenta value is 0.40%
  • yellow value is 33.07%
  • key color value is 1.57%
CMYK:
(0,0,33,2)
C0M0Y33K2 
(0%,0%,33%,2%)
(0.00/0.00/0.33/0.02)	

CMYK percentages

%0
%0.4
%33.07
%1.57

Codes

Color #FBFAA8 in popluar color models

FBFAA8
RGB251250168
HSL59°91.21%82.16%
HSB/HSV59°33.07%98.43%
CMYK0.00%0.40%33.07%
1.57%

Color #FBFAA8 in popluar number systems.

HEXFBFAA8
Decimal251250168
Binary111110111111101010101000
Octal373372250

Shades and tints

Shades of #FBFAA8

#FBFAA8
(251,250,168)
#E5E499
(229,228,153)
#CFCE8A
(207,206,138)
#B9B87B
(185,184,123)
#A3A26C
(163,162,108)
#8D8C5D
(141,140,93)
#77764E
(119,118,78)
#61603F
(97,96,63)
#4B4A30
(75,74,48)
#353421
(53,52,33)
#1F1E12
(31,30,18)
#000000
(0,0,0)

Tints of #FBFAA8

#FBFAA8
(251,250,168)
#FBFAAF
(251,250,175)
#FBFAB6
(251,250,182)
#FBFABD
(251,250,189)
#FBFAC4
(251,250,196)
#FBFACB
(251,250,203)
#FBFAD2
(251,250,210)
#FBFAD9
(251,250,217)
#FBFAE0
(251,250,224)
#FBFAE7
(251,250,231)
#FBFAEE
(251,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBFAA8 color. Also use rgb(251,250,168) instead hex code.

Text Font Color

.myTextColor { color: #FBFAA8; }

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

This text font color is #FBFAA8.


Background Color

.myBgColor { background-color: #FBFAA8; }

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

This div background color is #FBFAA8.


Border color

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

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

This div border color is #FBFAA8.


Opacity

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

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

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

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

This text has shadow with #FBFAA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBFAA8 on black background.


Color preview on white background

This text has color #FBFAA8 on white background.



Black color preview on #FBFAA8 background

This text has black color on #FBFAA8 background.


White color preview on #FBFAA8 background

This text has white color on #FBFAA8 background.