COLOR #FBCD6E

HEX: #FBCD6E
RGB: (251,205,110)

Color info

#FBCD6E contains mainly red and green colors. Web safe color of #FBCD6E is #FFCC66 (or #FC6).

RGB color model

#FBCD6E color RGB value is (251,205,110).

  • red value is 251;
  • green value is 205;
  • blue value is 110.
RGB:
(251,205,110)
(98%,80%,43%)

RGB channels and saturation

R 251 of 255 = 98%
G 205 of 255 = 80%
B 110 of 255 = 43%

251
205
110

R + G + B ~ 74%. #FBCD6E is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 205 + 110 = 566 (100%)
R 251 of 566 ~ 44.35%
G 205 of 566 ~ 36.22%
B 110 of 566 ~ 19.43%

%44.35
%36.22
%19.43

CMYK color model

#FBCD6E color CMYK value is (0,18,56,2).

  • cyan value is 0.00%
  • magenta value is 18.33%
  • yellow value is 56.18%
  • key color value is 1.57%
CMYK:
(0,18,56,2)
C0M18Y56K2 
(0%,18%,56%,2%)
(0.00/0.18/0.56/0.02)	

CMYK percentages

%0
%18.33
%56.18
%1.57

Codes

Color #FBCD6E in popluar color models

FBCD6E
RGB251205110
HSL40°94.63%70.78%
HSB/HSV40°56.18%98.43%
CMYK0.00%18.33%56.18%
1.57%

Color #FBCD6E in popluar number systems.

HEXFBCD6E
Decimal251205110
Binary11111011110011011101110
Octal373315156

Shades and tints

Shades of #FBCD6E

#FBCD6E
(251,205,110)
#E5BB64
(229,187,100)
#CFA95A
(207,169,90)
#B99750
(185,151,80)
#A38546
(163,133,70)
#8D733C
(141,115,60)
#776132
(119,97,50)
#614F28
(97,79,40)
#4B3D1E
(75,61,30)
#352B14
(53,43,20)
#1F190A
(31,25,10)
#000000
(0,0,0)

Tints of #FBCD6E

#FBCD6E
(251,205,110)
#FBD17B
(251,209,123)
#FBD588
(251,213,136)
#FBD995
(251,217,149)
#FBDDA2
(251,221,162)
#FBE1AF
(251,225,175)
#FBE5BC
(251,229,188)
#FBE9C9
(251,233,201)
#FBEDD6
(251,237,214)
#FBF1E3
(251,241,227)
#FBF5F0
(251,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBCD6E color. Also use rgb(251,205,110) instead hex code.

Text Font Color

.myTextColor { color: #FBCD6E; }

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

This text font color is #FBCD6E.


Background Color

.myBgColor { background-color: #FBCD6E; }

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

This div background color is #FBCD6E.


Border color

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

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

This div border color is #FBCD6E.


Opacity

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

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

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

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

This text has shadow with #FBCD6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBCD6E on black background.


Color preview on white background

This text has color #FBCD6E on white background.



Black color preview on #FBCD6E background

This text has black color on #FBCD6E background.


White color preview on #FBCD6E background

This text has white color on #FBCD6E background.