COLOR #FDDEAC

HEX: #FDDEAC
RGB: (253,222,172)

Color info

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

RGB color model

#FDDEAC color RGB value is (253,222,172).

  • red value is 253;
  • green value is 222;
  • blue value is 172.
RGB:
(253,222,172)
(99%,87%,67%)

RGB channels and saturation

R 253 of 255 = 99%
G 222 of 255 = 87%
B 172 of 255 = 67%

253
222
172

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

Portions of RGB colors in percentages

R + G + B =
253 + 222 + 172 = 647 (100%)
R 253 of 647 ~ 39.1%
G 222 of 647 ~ 34.31%
B 172 of 647 ~ 26.58%

%39.1
%34.31
%26.58

CMYK color model

#FDDEAC color CMYK value is (0,12,32,1).

  • cyan value is 0.00%
  • magenta value is 12.25%
  • yellow value is 32.02%
  • key color value is 0.78%
CMYK:
(0,12,32,1)
C0M12Y32K1 
(0%,12%,32%,1%)
(0.00/0.12/0.32/0.01)	

CMYK percentages

%0
%12.25
%32.02
%0.78

Codes

Color #FDDEAC in popluar color models

FDDEAC
RGB253222172
HSL37°95.29%83.33%
HSB/HSV37°32.02%99.22%
CMYK0.00%12.25%32.02%
0.78%

Color #FDDEAC in popluar number systems.

HEXFDDEAC
Decimal253222172
Binary111111011101111010101100
Octal375336254

Shades and tints

Shades of #FDDEAC

#FDDEAC
(253,222,172)
#E6CA9D
(230,202,157)
#CFB68E
(207,182,142)
#B8A27F
(184,162,127)
#A18E70
(161,142,112)
#8A7A61
(138,122,97)
#736652
(115,102,82)
#5C5243
(92,82,67)
#453E34
(69,62,52)
#2E2A25
(46,42,37)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #FDDEAC

#FDDEAC
(253,222,172)
#FDE1B3
(253,225,179)
#FDE4BA
(253,228,186)
#FDE7C1
(253,231,193)
#FDEAC8
(253,234,200)
#FDEDCF
(253,237,207)
#FDF0D6
(253,240,214)
#FDF3DD
(253,243,221)
#FDF6E4
(253,246,228)
#FDF9EB
(253,249,235)
#FDFCF2
(253,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDDEAC color. Also use rgb(253,222,172) instead hex code.

Text Font Color

.myTextColor { color: #FDDEAC; }

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

This text font color is #FDDEAC.


Background Color

.myBgColor { background-color: #FDDEAC; }

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

This div background color is #FDDEAC.


Border color

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

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

This div border color is #FDDEAC.


Opacity

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

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

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

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

This text has shadow with #FDDEAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDDEAC on black background.


Color preview on white background

This text has color #FDDEAC on white background.



Black color preview on #FDDEAC background

This text has black color on #FDDEAC background.


White color preview on #FDDEAC background

This text has white color on #FDDEAC background.