COLOR #FBDDB0

HEX: #FBDDB0
RGB: (251,221,176)

Color info

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

RGB color model

#FBDDB0 color RGB value is (251,221,176).

  • red value is 251;
  • green value is 221;
  • blue value is 176.
RGB:
(251,221,176)
(98%,87%,69%)

RGB channels and saturation

R 251 of 255 = 98%
G 221 of 255 = 87%
B 176 of 255 = 69%

251
221
176

R + G + B ~ 85%. #FBDDB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 221 + 176 = 648 (100%)
R 251 of 648 ~ 38.73%
G 221 of 648 ~ 34.1%
B 176 of 648 ~ 27.16%

%38.73
%34.1
%27.16

CMYK color model

#FBDDB0 color CMYK value is (0,12,30,2).

  • cyan value is 0.00%
  • magenta value is 11.95%
  • yellow value is 29.88%
  • key color value is 1.57%
CMYK:
(0,12,30,2)
C0M12Y30K2 
(0%,12%,30%,2%)
(0.00/0.12/0.30/0.02)	

CMYK percentages

%0
%11.95
%29.88
%1.57

Codes

Color #FBDDB0 in popluar color models

FBDDB0
RGB251221176
HSL36°90.36%83.73%
HSB/HSV36°29.88%98.43%
CMYK0.00%11.95%29.88%
1.57%

Color #FBDDB0 in popluar number systems.

HEXFBDDB0
Decimal251221176
Binary111110111101110110110000
Octal373335260

Shades and tints

Shades of #FBDDB0

#FBDDB0
(251,221,176)
#E5C9A0
(229,201,160)
#CFB590
(207,181,144)
#B9A180
(185,161,128)
#A38D70
(163,141,112)
#8D7960
(141,121,96)
#776550
(119,101,80)
#615140
(97,81,64)
#4B3D30
(75,61,48)
#352920
(53,41,32)
#1F1510
(31,21,16)
#000000
(0,0,0)

Tints of #FBDDB0

#FBDDB0
(251,221,176)
#FBE0B7
(251,224,183)
#FBE3BE
(251,227,190)
#FBE6C5
(251,230,197)
#FBE9CC
(251,233,204)
#FBECD3
(251,236,211)
#FBEFDA
(251,239,218)
#FBF2E1
(251,242,225)
#FBF5E8
(251,245,232)
#FBF8EF
(251,248,239)
#FBFBF6
(251,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBDDB0 color. Also use rgb(251,221,176) instead hex code.

Text Font Color

.myTextColor { color: #FBDDB0; }

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

This text font color is #FBDDB0.


Background Color

.myBgColor { background-color: #FBDDB0; }

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

This div background color is #FBDDB0.


Border color

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

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

This div border color is #FBDDB0.


Opacity

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

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

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

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

This text has shadow with #FBDDB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBDDB0 on black background.


Color preview on white background

This text has color #FBDDB0 on white background.



Black color preview on #FBDDB0 background

This text has black color on #FBDDB0 background.


White color preview on #FBDDB0 background

This text has white color on #FBDDB0 background.