COLOR #FBCF99

HEX: #FBCF99
RGB: (251,207,153)

Color info

#FBCF99 contains mainly red and green colors. Web safe color of #FBCF99 is #FFCC99 (or #FC9).

RGB color model

#FBCF99 color RGB value is (251,207,153).

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

RGB channels and saturation

R 251 of 255 = 98%
G 207 of 255 = 81%
B 153 of 255 = 60%

251
207
153

R + G + B ~ 80%. #FBCF99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 207 + 153 = 611 (100%)
R 251 of 611 ~ 41.08%
G 207 of 611 ~ 33.88%
B 153 of 611 ~ 25.04%

%41.08
%33.88
%25.04

CMYK color model

#FBCF99 color CMYK value is (0,18,39,2).

  • cyan value is 0.00%
  • magenta value is 17.53%
  • yellow value is 39.04%
  • key color value is 1.57%
CMYK:
(0,18,39,2)
C0M18Y39K2 
(0%,18%,39%,2%)
(0.00/0.18/0.39/0.02)	

CMYK percentages

%0
%17.53
%39.04
%1.57

Codes

Color #FBCF99 in popluar color models

FBCF99
RGB251207153
HSL33°92.45%79.22%
HSB/HSV33°39.04%98.43%
CMYK0.00%17.53%39.04%
1.57%

Color #FBCF99 in popluar number systems.

HEXFBCF99
Decimal251207153
Binary111110111100111110011001
Octal373317231

Shades and tints

Shades of #FBCF99

#FBCF99
(251,207,153)
#E5BD8C
(229,189,140)
#CFAB7F
(207,171,127)
#B99972
(185,153,114)
#A38765
(163,135,101)
#8D7558
(141,117,88)
#77634B
(119,99,75)
#61513E
(97,81,62)
#4B3F31
(75,63,49)
#352D24
(53,45,36)
#1F1B17
(31,27,23)
#000000
(0,0,0)

Tints of #FBCF99

#FBCF99
(251,207,153)
#FBD3A2
(251,211,162)
#FBD7AB
(251,215,171)
#FBDBB4
(251,219,180)
#FBDFBD
(251,223,189)
#FBE3C6
(251,227,198)
#FBE7CF
(251,231,207)
#FBEBD8
(251,235,216)
#FBEFE1
(251,239,225)
#FBF3EA
(251,243,234)
#FBF7F3
(251,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBCF99; }

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

This text font color is #FBCF99.


Background Color

.myBgColor { background-color: #FBCF99; }

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

This div background color is #FBCF99.


Border color

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

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

This div border color is #FBCF99.


Opacity

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

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

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

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

This text has shadow with #FBCF99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBCF99 on black background.


Color preview on white background

This text has color #FBCF99 on white background.



Black color preview on #FBCF99 background

This text has black color on #FBCF99 background.


White color preview on #FBCF99 background

This text has white color on #FBCF99 background.