COLOR #FBF7BD

HEX: #FBF7BD RGB: (251,247,189)

Color info

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

RGB color model

#FBF7BD color RGB value is (251,247,189).

RGB: (251,247,189) (98%, 97%, 74%)

RGB channels and saturation

R 251 of 255 = 98%
G 247 of 255 = 97%
B 189 of 255 = 74%

251
247
189

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

Portions of RGB colors in percentages

R + G + B = 251 + 247 + 189 = 687 (100%)
R 251 of 687 ~ 36.54%
G 247 of 687 ~ 35.95%
B 189 of 687 ~ 27.51'%

%36.54
%35.95
%27.51

CMYK color model

#FBF7BD color CMYK value is (0,2,25,2).

  • cyan value is 0.00%
  • magenta value is 1.59%
  • yellow value is 24.70%
  • key color value is 1.57%

CMYK: (0,2,25,2)
C0M2Y25K2 (0%, 2%, 25%, 2%)
(0.00 / 0.02 / 0.25 / 0.02)

CMYK percentages

%0
%1.59
%24.7
%1.57

Codes

Color #FBF7BD in popluar color models

FB F7 BD
RGB 251 247 189
HSL 56° 88.57% 86.27%
HSB/HSV 56° 24.70% 98.43%
CMYK 0.00% 1.59% 24.70%
1.57%

Color #FBF7BD in popluar number systems.

HEX FB F7 BD
Decimal 251 247 189
Binary 11111011 11110111 10111101
Octal 373 367 275

Shades and tints

Shades of #FBF7BD

#FBF7BD
(251,247,189)
#E5E1AC
(229,225,172)
#CFCB9B
(207,203,155)
#B9B58A
(185,181,138)
#A39F79
(163,159,121)
#8D8968
(141,137,104)
#777357
(119,115,87)
#615D46
(97,93,70)
#4B4735
(75,71,53)
#353124
(53,49,36)
#1F1B13
(31,27,19)
#000000
(0,0,0)

Tints of #FBF7BD

#FBF7BD
(251,247,189)
#FBF7C3
(251,247,195)
#FBF7C9
(251,247,201)
#FBF7CF
(251,247,207)
#FBF7D5
(251,247,213)
#FBF7DB
(251,247,219)
#FBF7E1
(251,247,225)
#FBF7E7
(251,247,231)
#FBF7ED
(251,247,237)
#FBF7F3
(251,247,243)
#FBF7F9
(251,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBF7BD color. Also use rgb(251,247,189) instead hex code.

Text Font Color

.myTextColor { color: #FBF7BD; }

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

This text font color is #FBF7BD.

Background Color

.myBgColor { background-color: #FBF7BD; }

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

This div background color is #FBF7BD.

Border color

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

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

This div border color is #FBF7BD.

Opacity

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

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

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

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

This text has shadow with #FBF7BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBF7BD.

Preview

Color preview on black background

This text has color #FBF7BD on black background.


Color preview on white background

This text has color #FBF7BD on white background.


Black color preview on #FBF7BD background

This text has black color on #FBF7BD background.


White color preview on #FBF7BD background

This text has white color on #FBF7BD background.


Related colors

Complementary color

Complementary color for #hex is #040842.


I love getcolorcode.com

Triadic colors

1 #BDFBF7 and #F7BDFB with #FBF7BD are triadic colors.

2 #BDF7FB and #F7FBBD with #FBF7BD are triadic colors.