COLOR #FBFAB9

HEX: #FBFAB9 RGB: (251,250,185)

Color info

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

RGB color model

#FBFAB9 color RGB value is (251,250,185).

RGB: (251,250,185) (98%, 98%, 73%)

RGB channels and saturation

R 251 of 255 = 98%
G 250 of 255 = 98%
B 185 of 255 = 73%

251
250
185

R + G + B ~ 90%. #FBFAB9 is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 250 + 185 = 686 (100%)
R 251 of 686 ~ 36.59%
G 250 of 686 ~ 36.44%
B 185 of 686 ~ 26.97'%

%36.59
%36.44
%26.97

CMYK color model

#FBFAB9 color CMYK value is (0,0,26,2).

  • cyan value is 0.00%
  • magenta value is 0.40%
  • yellow value is 26.29%
  • key color value is 1.57%

CMYK: (0,0,26,2)
C0M0Y26K2 (0%, 0%, 26%, 2%)
(0.00 / 0.00 / 0.26 / 0.02)

CMYK percentages

%0
%0.4
%26.29
%1.57

Codes

Color #FBFAB9 in popluar color models

FB FA B9
RGB 251 250 185
HSL 59° 89.19% 85.49%
HSB/HSV 59° 26.29% 98.43%
CMYK 0.00% 0.40% 26.29%
1.57%

Color #FBFAB9 in popluar number systems.

HEX FB FA B9
Decimal 251 250 185
Binary 11111011 11111010 10111001
Octal 373 372 271

Shades and tints

Shades of #FBFAB9

#FBFAB9
(251,250,185)
#E5E4A9
(229,228,169)
#CFCE99
(207,206,153)
#B9B889
(185,184,137)
#A3A279
(163,162,121)
#8D8C69
(141,140,105)
#777659
(119,118,89)
#616049
(97,96,73)
#4B4A39
(75,74,57)
#353429
(53,52,41)
#1F1E19
(31,30,25)
#000000
(0,0,0)

Tints of #FBFAB9

#FBFAB9
(251,250,185)
#FBFABF
(251,250,191)
#FBFAC5
(251,250,197)
#FBFACB
(251,250,203)
#FBFAD1
(251,250,209)
#FBFAD7
(251,250,215)
#FBFADD
(251,250,221)
#FBFAE3
(251,250,227)
#FBFAE9
(251,250,233)
#FBFAEF
(251,250,239)
#FBFAF5
(251,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBFAB9; }

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

This text font color is #FBFAB9.

Background Color

.myBgColor { background-color: #FBFAB9; }

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

This div background color is #FBFAB9.

Border color

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

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

This div border color is #FBFAB9.

Opacity

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

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

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

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

This text has shadow with #FBFAB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBFAB9.

Preview

Color preview on black background

This text has color #FBFAB9 on black background.


Color preview on white background

This text has color #FBFAB9 on white background.


Black color preview on #FBFAB9 background

This text has black color on #FBFAB9 background.


White color preview on #FBFAB9 background

This text has white color on #FBFAB9 background.


Related colors

Complementary color

Complementary color for #hex is #040546.


I love getcolorcode.com

Triadic colors

1 #B9FBFA and #FAB9FB with #FBFAB9 are triadic colors.

2 #B9FAFB and #FAFBB9 with #FBFAB9 are triadic colors.