COLOR #FBF3BE

HEX: #FBF3BE RGB: (251,243,190)

Color info

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

RGB color model

#FBF3BE color RGB value is (251,243,190).

RGB: (251,243,190) (98%, 95%, 75%)

RGB channels and saturation

R 251 of 255 = 98%
G 243 of 255 = 95%
B 190 of 255 = 75%

251
243
190

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

Portions of RGB colors in percentages

R + G + B = 251 + 243 + 190 = 684 (100%)
R 251 of 684 ~ 36.7%
G 243 of 684 ~ 35.53%
B 190 of 684 ~ 27.78'%

%36.7
%35.53
%27.78

CMYK color model

#FBF3BE color CMYK value is (0,3,24,2).

  • cyan value is 0.00%
  • magenta value is 3.19%
  • yellow value is 24.30%
  • key color value is 1.57%

CMYK: (0,3,24,2)
C0M3Y24K2 (0%, 3%, 24%, 2%)
(0.00 / 0.03 / 0.24 / 0.02)

CMYK percentages

%0
%3.19
%24.3
%1.57

Codes

Color #FBF3BE in popluar color models

FB F3 BE
RGB 251 243 190
HSL 52° 88.41% 86.47%
HSB/HSV 52° 24.30% 98.43%
CMYK 0.00% 3.19% 24.30%
1.57%

Color #FBF3BE in popluar number systems.

HEX FB F3 BE
Decimal 251 243 190
Binary 11111011 11110011 10111110
Octal 373 363 276

Shades and tints

Shades of #FBF3BE

#FBF3BE
(251,243,190)
#E5DDAD
(229,221,173)
#CFC79C
(207,199,156)
#B9B18B
(185,177,139)
#A39B7A
(163,155,122)
#8D8569
(141,133,105)
#776F58
(119,111,88)
#615947
(97,89,71)
#4B4336
(75,67,54)
#352D25
(53,45,37)
#1F1714
(31,23,20)
#000000
(0,0,0)

Tints of #FBF3BE

#FBF3BE
(251,243,190)
#FBF4C3
(251,244,195)
#FBF5C8
(251,245,200)
#FBF6CD
(251,246,205)
#FBF7D2
(251,247,210)
#FBF8D7
(251,248,215)
#FBF9DC
(251,249,220)
#FBFAE1
(251,250,225)
#FBFBE6
(251,251,230)
#FBFCEB
(251,252,235)
#FBFDF0
(251,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBF3BE color. Also use rgb(251,243,190) instead hex code.

Text Font Color

.myTextColor { color: #FBF3BE; }

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

This text font color is #FBF3BE.

Background Color

.myBgColor { background-color: #FBF3BE; }

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

This div background color is #FBF3BE.

Border color

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

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

This div border color is #FBF3BE.

Opacity

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

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

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

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

This text has shadow with #FBF3BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBF3BE.

Preview

Color preview on black background

This text has color #FBF3BE on black background.


Color preview on white background

This text has color #FBF3BE on white background.


Black color preview on #FBF3BE background

This text has black color on #FBF3BE background.


White color preview on #FBF3BE background

This text has white color on #FBF3BE background.


Related colors

Complementary color

Complementary color for #hex is #040C41.


I love getcolorcode.com

Triadic colors

1 #BEFBF3 and #F3BEFB with #FBF3BE are triadic colors.

2 #BEF3FB and #F3FBBE with #FBF3BE are triadic colors.