COLOR #FFDBAB

HEX: #FFDBAB RGB: (255,219,171)

Color info

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

RGB color model

#FFDBAB color RGB value is (255,219,171).

RGB: (255,219,171) (100%, 86%, 67%)

RGB channels and saturation

R 255 of 255 = 100%
G 219 of 255 = 86%
B 171 of 255 = 67%

255
219
171

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

Portions of RGB colors in percentages

R + G + B = 255 + 219 + 171 = 645 (100%)
R 255 of 645 ~ 39.53%
G 219 of 645 ~ 33.95%
B 171 of 645 ~ 26.51'%

%39.53
%33.95
%26.51

CMYK color model

#FFDBAB color CMYK value is (0,14,33,0).

  • cyan value is 0.00%
  • magenta value is 14.12%
  • yellow value is 32.94%
  • key color value is 0.00%

CMYK: (0,14,33,0)
C0M14Y33K0 (0%, 14%, 33%, 0%)
(0.00 / 0.14 / 0.33 / 0.00)

CMYK percentages

%0
%14.12
%32.94
%0

Codes

Color #FFDBAB in popluar color models

FF DB AB
RGB 255 219 171
HSL 34° 100.00% 83.53%
HSB/HSV 34° 32.94% 100.00%
CMYK 0.00% 14.12% 32.94%
0.00%

Color #FFDBAB in popluar number systems.

HEX FF DB AB
Decimal 255 219 171
Binary 11111111 11011011 10101011
Octal 377 333 253

Shades and tints

Shades of #FFDBAB

#FFDBAB
(255,219,171)
#E8C89C
(232,200,156)
#D1B58D
(209,181,141)
#BAA27E
(186,162,126)
#A38F6F
(163,143,111)
#8C7C60
(140,124,96)
#756951
(117,105,81)
#5E5642
(94,86,66)
#474333
(71,67,51)
#303024
(48,48,36)
#191D15
(25,29,21)
#000000
(0,0,0)

Tints of #FFDBAB

#FFDBAB
(255,219,171)
#FFDEB2
(255,222,178)
#FFE1B9
(255,225,185)
#FFE4C0
(255,228,192)
#FFE7C7
(255,231,199)
#FFEACE
(255,234,206)
#FFEDD5
(255,237,213)
#FFF0DC
(255,240,220)
#FFF3E3
(255,243,227)
#FFF6EA
(255,246,234)
#FFF9F1
(255,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFDBAB color. Also use rgb(255,219,171) instead hex code.

Text Font Color

.myTextColor { color: #FFDBAB; }

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

This text font color is #FFDBAB.

Background Color

.myBgColor { background-color: #FFDBAB; }

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

This div background color is #FFDBAB.

Border color

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

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

This div border color is #FFDBAB.

Opacity

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

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

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

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

This text has shadow with #FFDBAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFDBAB.

Preview

Color preview on black background

This text has color #FFDBAB on black background.


Color preview on white background

This text has color #FFDBAB on white background.


Black color preview on #FFDBAB background

This text has black color on #FFDBAB background.


White color preview on #FFDBAB background

This text has white color on #FFDBAB background.


Related colors

Complementary color

Complementary color for #hex is #002454.


I love getcolorcode.com

Triadic colors

1 #ABFFDB and #DBABFF with #FFDBAB are triadic colors.

2 #ABDBFF and #DBFFAB with #FFDBAB are triadic colors.