COLOR #FBDBAD

HEX: #FBDBAD RGB: (251,219,173)

Color info

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

RGB color model

#FBDBAD color RGB value is (251,219,173).

RGB: (251,219,173) (98%, 86%, 68%)

RGB channels and saturation

R 251 of 255 = 98%
G 219 of 255 = 86%
B 173 of 255 = 68%

251
219
173

R + G + B ~ 84%. #FBDBAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 251 + 219 + 173 = 643 (100%)
R 251 of 643 ~ 39.04%
G 219 of 643 ~ 34.06%
B 173 of 643 ~ 26.91'%

%39.04
%34.06
%26.91

CMYK color model

#FBDBAD color CMYK value is (0,13,31,2).

  • cyan value is 0.00%
  • magenta value is 12.75%
  • yellow value is 31.08%
  • key color value is 1.57%

CMYK: (0,13,31,2)
C0M13Y31K2 (0%, 13%, 31%, 2%)
(0.00 / 0.13 / 0.31 / 0.02)

CMYK percentages

%0
%12.75
%31.08
%1.57

Codes

Color #FBDBAD in popluar color models

FB DB AD
RGB 251 219 173
HSL 35° 90.70% 83.14%
HSB/HSV 35° 31.08% 98.43%
CMYK 0.00% 12.75% 31.08%
1.57%

Color #FBDBAD in popluar number systems.

HEX FB DB AD
Decimal 251 219 173
Binary 11111011 11011011 10101101
Octal 373 333 255

Shades and tints

Shades of #FBDBAD

#FBDBAD
(251,219,173)
#E5C89E
(229,200,158)
#CFB58F
(207,181,143)
#B9A280
(185,162,128)
#A38F71
(163,143,113)
#8D7C62
(141,124,98)
#776953
(119,105,83)
#615644
(97,86,68)
#4B4335
(75,67,53)
#353026
(53,48,38)
#1F1D17
(31,29,23)
#000000
(0,0,0)

Tints of #FBDBAD

#FBDBAD
(251,219,173)
#FBDEB4
(251,222,180)
#FBE1BB
(251,225,187)
#FBE4C2
(251,228,194)
#FBE7C9
(251,231,201)
#FBEAD0
(251,234,208)
#FBEDD7
(251,237,215)
#FBF0DE
(251,240,222)
#FBF3E5
(251,243,229)
#FBF6EC
(251,246,236)
#FBF9F3
(251,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBDBAD color. Also use rgb(251,219,173) instead hex code.

Text Font Color

.myTextColor { color: #FBDBAD; }

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

This text font color is #FBDBAD.

Background Color

.myBgColor { background-color: #FBDBAD; }

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

This div background color is #FBDBAD.

Border color

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

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

This div border color is #FBDBAD.

Opacity

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

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

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

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

This text has shadow with #FBDBAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBDBAD.

Preview

Color preview on black background

This text has color #FBDBAD on black background.


Color preview on white background

This text has color #FBDBAD on white background.


Black color preview on #FBDBAD background

This text has black color on #FBDBAD background.


White color preview on #FBDBAD background

This text has white color on #FBDBAD background.


Related colors

Complementary color

Complementary color for #hex is #042452.


I love getcolorcode.com

Triadic colors

1 #ADFBDB and #DBADFB with #FBDBAD are triadic colors.

2 #ADDBFB and #DBFBAD with #FBDBAD are triadic colors.