COLOR #FDDBB6

HEX: #FDDBB6 RGB: (253,219,182)

Color info

#FDDBB6 contains mainly red and green colors. Web safe color of #FDDBB6 is #FFCCCC (or #FCC).

RGB color model

#FDDBB6 color RGB value is (253,219,182).

RGB: (253,219,182) (99%, 86%, 71%)

RGB channels and saturation

R 253 of 255 = 99%
G 219 of 255 = 86%
B 182 of 255 = 71%

253
219
182

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

Portions of RGB colors in percentages

R + G + B = 253 + 219 + 182 = 654 (100%)
R 253 of 654 ~ 38.69%
G 219 of 654 ~ 33.49%
B 182 of 654 ~ 27.83'%

%38.69
%33.49
%27.83

CMYK color model

#FDDBB6 color CMYK value is (0,13,28,1).

  • cyan value is 0.00%
  • magenta value is 13.44%
  • yellow value is 28.06%
  • key color value is 0.78%
CMYK: (0,13,28,1) C0M13Y28K1 (0%,13%,28%,1%) (0.00/0.13/0.28/0.01) 

CMYK percentages

%0
%13.44
%28.06
%0.78

Codes

Color #FDDBB6 in popluar color models

FD DB B6
RGB 253 219 182
HSL 31° 94.67% 85.29%
HSB/HSV 31° 28.06% 99.22%
CMYK 0.00% 13.44% 28.06%
0.78%

Color #FDDBB6 in popluar number systems.

HEX FD DB B6
Decimal 253 219 182
Binary 11111101 11011011 10110110
Octal 375 333 266

Shades and tints

Shades of #FDDBB6

#FDDBB6
(253,219,182)
#E6C8A6
(230,200,166)
#CFB596
(207,181,150)
#B8A286
(184,162,134)
#A18F76
(161,143,118)
#8A7C66
(138,124,102)
#736956
(115,105,86)
#5C5646
(92,86,70)
#454336
(69,67,54)
#2E3026
(46,48,38)
#171D16
(23,29,22)
#000000
(0,0,0)

Tints of #FDDBB6

#FDDBB6
(253,219,182)
#FDDEBC
(253,222,188)
#FDE1C2
(253,225,194)
#FDE4C8
(253,228,200)
#FDE7CE
(253,231,206)
#FDEAD4
(253,234,212)
#FDEDDA
(253,237,218)
#FDF0E0
(253,240,224)
#FDF3E6
(253,243,230)
#FDF6EC
(253,246,236)
#FDF9F2
(253,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDDBB6 color. Also use rgb(253,219,182) instead hex code.

Text Font Color

.myTextColor { color: #FDDBB6; }

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

This text font color is #FDDBB6.

Background Color

.myBgColor { background-color: #FDDBB6; }

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

This div background color is #FDDBB6.

Border color

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

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

This div border color is #FDDBB6.

Opacity

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

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

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

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

This text has shadow with #FDDBB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDDBB6.

Preview

Color preview on black background

This text has color #FDDBB6 on black background.


Color preview on white background

This text has color #FDDBB6 on white background.


Black color preview on #FDDBB6 background

This text has black color on #FDDBB6 background.


White color preview on #FDDBB6 background

This text has white color on #FDDBB6 background.


Related colors

Complementary color

Complementary color for #hex is #022449.


I love getcolorcode.com

Triadic colors

1 #B6FDDB and #DBB6FD with #FDDBB6 are triadic colors.

2 #B6DBFD and #DBFDB6 with #FDDBB6 are triadic colors.