COLOR #FBD48C

HEX: #FBD48C
RGB: (251,212,140)

Color info

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

RGB color model

#FBD48C color RGB value is (251,212,140).

  • red value is 251;
  • green value is 212;
  • blue value is 140.
RGB:
(251,212,140)
(98%,83%,55%)

RGB channels and saturation

R 251 of 255 = 98%
G 212 of 255 = 83%
B 140 of 255 = 55%

251
212
140

R + G + B ~ 79%. #FBD48C is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 212 + 140 = 603 (100%)
R 251 of 603 ~ 41.63%
G 212 of 603 ~ 35.16%
B 140 of 603 ~ 23.22%

%41.63
%35.16
%23.22

CMYK color model

#FBD48C color CMYK value is (0,16,44,2).

  • cyan value is 0.00%
  • magenta value is 15.54%
  • yellow value is 44.22%
  • key color value is 1.57%
CMYK:
(0,16,44,2)
C0M16Y44K2 
(0%,16%,44%,2%)
(0.00/0.16/0.44/0.02)	

CMYK percentages

%0
%15.54
%44.22
%1.57

Codes

Color #FBD48C in popluar color models

FBD48C
RGB251212140
HSL39°93.28%76.67%
HSB/HSV39°44.22%98.43%
CMYK0.00%15.54%44.22%
1.57%

Color #FBD48C in popluar number systems.

HEXFBD48C
Decimal251212140
Binary111110111101010010001100
Octal373324214

Shades and tints

Shades of #FBD48C

#FBD48C
(251,212,140)
#E5C180
(229,193,128)
#CFAE74
(207,174,116)
#B99B68
(185,155,104)
#A3885C
(163,136,92)
#8D7550
(141,117,80)
#776244
(119,98,68)
#614F38
(97,79,56)
#4B3C2C
(75,60,44)
#352920
(53,41,32)
#1F1614
(31,22,20)
#000000
(0,0,0)

Tints of #FBD48C

#FBD48C
(251,212,140)
#FBD796
(251,215,150)
#FBDAA0
(251,218,160)
#FBDDAA
(251,221,170)
#FBE0B4
(251,224,180)
#FBE3BE
(251,227,190)
#FBE6C8
(251,230,200)
#FBE9D2
(251,233,210)
#FBECDC
(251,236,220)
#FBEFE6
(251,239,230)
#FBF2F0
(251,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBD48C color. Also use rgb(251,212,140) instead hex code.

Text Font Color

.myTextColor { color: #FBD48C; }

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

This text font color is #FBD48C.


Background Color

.myBgColor { background-color: #FBD48C; }

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

This div background color is #FBD48C.


Border color

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

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

This div border color is #FBD48C.


Opacity

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

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

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

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

This text has shadow with #FBD48C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBD48C on black background.


Color preview on white background

This text has color #FBD48C on white background.



Black color preview on #FBD48C background

This text has black color on #FBD48C background.


White color preview on #FBD48C background

This text has white color on #FBD48C background.