COLOR #FBD693

HEX: #FBD693
RGB: (251,214,147)

Color info

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

RGB color model

#FBD693 color RGB value is (251,214,147).

  • red value is 251;
  • green value is 214;
  • blue value is 147.
RGB:
(251,214,147)
(98%,84%,58%)

RGB channels and saturation

R 251 of 255 = 98%
G 214 of 255 = 84%
B 147 of 255 = 58%

251
214
147

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

Portions of RGB colors in percentages

R + G + B =
251 + 214 + 147 = 612 (100%)
R 251 of 612 ~ 41.01%
G 214 of 612 ~ 34.97%
B 147 of 612 ~ 24.02%

%41.01
%34.97
%24.02

CMYK color model

#FBD693 color CMYK value is (0,15,41,2).

  • cyan value is 0.00%
  • magenta value is 14.74%
  • yellow value is 41.43%
  • key color value is 1.57%
CMYK:
(0,15,41,2)
C0M15Y41K2 
(0%,15%,41%,2%)
(0.00/0.15/0.41/0.02)	

CMYK percentages

%0
%14.74
%41.43
%1.57

Codes

Color #FBD693 in popluar color models

FBD693
RGB251214147
HSL39°92.86%78.04%
HSB/HSV39°41.43%98.43%
CMYK0.00%14.74%41.43%
1.57%

Color #FBD693 in popluar number systems.

HEXFBD693
Decimal251214147
Binary111110111101011010010011
Octal373326223

Shades and tints

Shades of #FBD693

#FBD693
(251,214,147)
#E5C386
(229,195,134)
#CFB079
(207,176,121)
#B99D6C
(185,157,108)
#A38A5F
(163,138,95)
#8D7752
(141,119,82)
#776445
(119,100,69)
#615138
(97,81,56)
#4B3E2B
(75,62,43)
#352B1E
(53,43,30)
#1F1811
(31,24,17)
#000000
(0,0,0)

Tints of #FBD693

#FBD693
(251,214,147)
#FBD99C
(251,217,156)
#FBDCA5
(251,220,165)
#FBDFAE
(251,223,174)
#FBE2B7
(251,226,183)
#FBE5C0
(251,229,192)
#FBE8C9
(251,232,201)
#FBEBD2
(251,235,210)
#FBEEDB
(251,238,219)
#FBF1E4
(251,241,228)
#FBF4ED
(251,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBD693 color. Also use rgb(251,214,147) instead hex code.

Text Font Color

.myTextColor { color: #FBD693; }

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

This text font color is #FBD693.


Background Color

.myBgColor { background-color: #FBD693; }

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

This div background color is #FBD693.


Border color

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

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

This div border color is #FBD693.


Opacity

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

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

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

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

This text has shadow with #FBD693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBD693 on black background.


Color preview on white background

This text has color #FBD693 on white background.



Black color preview on #FBD693 background

This text has black color on #FBD693 background.


White color preview on #FBD693 background

This text has white color on #FBD693 background.