COLOR #FBB299

HEX: #FBB299
RGB: (251,178,153)

Color info

#FBB299 contains mainly red color. Web safe color of #FBB299 is #FF9999 (or #F99).

RGB color model

#FBB299 color RGB value is (251,178,153).

  • red value is 251;
  • green value is 178;
  • blue value is 153.
RGB:
(251,178,153)
(98%,70%,60%)

RGB channels and saturation

R 251 of 255 = 98%
G 178 of 255 = 70%
B 153 of 255 = 60%

251
178
153

R + G + B ~ 76%. #FBB299 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 178 + 153 = 582 (100%)
R 251 of 582 ~ 43.13%
G 178 of 582 ~ 30.58%
B 153 of 582 ~ 26.29%

%43.13
%30.58
%26.29

CMYK color model

#FBB299 color CMYK value is (0,29,39,2).

  • cyan value is 0.00%
  • magenta value is 29.08%
  • yellow value is 39.04%
  • key color value is 1.57%
CMYK:
(0,29,39,2)
C0M29Y39K2 
(0%,29%,39%,2%)
(0.00/0.29/0.39/0.02)	

CMYK percentages

%0
%29.08
%39.04
%1.57

Codes

Color #FBB299 in popluar color models

FBB299
RGB251178153
HSL15°92.45%79.22%
HSB/HSV15°39.04%98.43%
CMYK0.00%29.08%39.04%
1.57%

Color #FBB299 in popluar number systems.

HEXFBB299
Decimal251178153
Binary111110111011001010011001
Octal373262231

Shades and tints

Shades of #FBB299

#FBB299
(251,178,153)
#E5A28C
(229,162,140)
#CF927F
(207,146,127)
#B98272
(185,130,114)
#A37265
(163,114,101)
#8D6258
(141,98,88)
#77524B
(119,82,75)
#61423E
(97,66,62)
#4B3231
(75,50,49)
#352224
(53,34,36)
#1F1217
(31,18,23)
#000000
(0,0,0)

Tints of #FBB299

#FBB299
(251,178,153)
#FBB9A2
(251,185,162)
#FBC0AB
(251,192,171)
#FBC7B4
(251,199,180)
#FBCEBD
(251,206,189)
#FBD5C6
(251,213,198)
#FBDCCF
(251,220,207)
#FBE3D8
(251,227,216)
#FBEAE1
(251,234,225)
#FBF1EA
(251,241,234)
#FBF8F3
(251,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBB299; }

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

This text font color is #FBB299.


Background Color

.myBgColor { background-color: #FBB299; }

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

This div background color is #FBB299.


Border color

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

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

This div border color is #FBB299.


Opacity

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

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

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

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

This text has shadow with #FBB299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBB299 on black background.


Color preview on white background

This text has color #FBB299 on white background.



Black color preview on #FBB299 background

This text has black color on #FBB299 background.


White color preview on #FBB299 background

This text has white color on #FBB299 background.