COLOR #FDDBA7

HEX: #FDDBA7
RGB: (253,219,167)

Color info

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

RGB color model

#FDDBA7 color RGB value is (253,219,167).

  • red value is 253;
  • green value is 219;
  • blue value is 167.
RGB:
(253,219,167)
(99%,86%,65%)

RGB channels and saturation

R 253 of 255 = 99%
G 219 of 255 = 86%
B 167 of 255 = 65%

253
219
167

R + G + B ~ 83%. #FDDBA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 219 + 167 = 639 (100%)
R 253 of 639 ~ 39.59%
G 219 of 639 ~ 34.27%
B 167 of 639 ~ 26.13%

%39.59
%34.27
%26.13

CMYK color model

#FDDBA7 color CMYK value is (0,13,34,1).

  • cyan value is 0.00%
  • magenta value is 13.44%
  • yellow value is 33.99%
  • key color value is 0.78%
CMYK:
(0,13,34,1)
C0M13Y34K1 
(0%,13%,34%,1%)
(0.00/0.13/0.34/0.01)	

CMYK percentages

%0
%13.44
%33.99
%0.78

Codes

Color #FDDBA7 in popluar color models

FDDBA7
RGB253219167
HSL36°95.56%82.35%
HSB/HSV36°33.99%99.22%
CMYK0.00%13.44%33.99%
0.78%

Color #FDDBA7 in popluar number systems.

HEXFDDBA7
Decimal253219167
Binary111111011101101110100111
Octal375333247

Shades and tints

Shades of #FDDBA7

#FDDBA7
(253,219,167)
#E6C898
(230,200,152)
#CFB589
(207,181,137)
#B8A27A
(184,162,122)
#A18F6B
(161,143,107)
#8A7C5C
(138,124,92)
#73694D
(115,105,77)
#5C563E
(92,86,62)
#45432F
(69,67,47)
#2E3020
(46,48,32)
#171D11
(23,29,17)
#000000
(0,0,0)

Tints of #FDDBA7

#FDDBA7
(253,219,167)
#FDDEAF
(253,222,175)
#FDE1B7
(253,225,183)
#FDE4BF
(253,228,191)
#FDE7C7
(253,231,199)
#FDEACF
(253,234,207)
#FDEDD7
(253,237,215)
#FDF0DF
(253,240,223)
#FDF3E7
(253,243,231)
#FDF6EF
(253,246,239)
#FDF9F7
(253,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDDBA7; }

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

This text font color is #FDDBA7.


Background Color

.myBgColor { background-color: #FDDBA7; }

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

This div background color is #FDDBA7.


Border color

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

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

This div border color is #FDDBA7.


Opacity

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

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

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

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

This text has shadow with #FDDBA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDDBA7 on black background.


Color preview on white background

This text has color #FDDBA7 on white background.



Black color preview on #FDDBA7 background

This text has black color on #FDDBA7 background.


White color preview on #FDDBA7 background

This text has white color on #FDDBA7 background.