COLOR #FDDFB7

HEX: #FDDFB7 RGB: (253,223,183)

Color info

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

RGB color model

#FDDFB7 color RGB value is (253,223,183).

RGB: (253,223,183) (99%, 87%, 72%)

RGB channels and saturation

R 253 of 255 = 99%
G 223 of 255 = 87%
B 183 of 255 = 72%

253
223
183

R + G + B ~ 86%. #FDDFB7 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 223 + 183 = 659 (100%)
R 253 of 659 ~ 38.39%
G 223 of 659 ~ 33.84%
B 183 of 659 ~ 27.77'%

%38.39
%33.84
%27.77

CMYK color model

#FDDFB7 color CMYK value is (0,12,28,1).

  • cyan value is 0.00%
  • magenta value is 11.86%
  • yellow value is 27.67%
  • key color value is 0.78%

CMYK: (0,12,28,1)
C0M12Y28K1 (0%, 12%, 28%, 1%)
(0.00 / 0.12 / 0.28 / 0.01)

CMYK percentages

%0
%11.86
%27.67
%0.78

Codes

Color #FDDFB7 in popluar color models

FD DF B7
RGB 253 223 183
HSL 34° 94.59% 85.49%
HSB/HSV 34° 27.67% 99.22%
CMYK 0.00% 11.86% 27.67%
0.78%

Color #FDDFB7 in popluar number systems.

HEX FD DF B7
Decimal 253 223 183
Binary 11111101 11011111 10110111
Octal 375 337 267

Shades and tints

Shades of #FDDFB7

#FDDFB7
(253,223,183)
#E6CBA7
(230,203,167)
#CFB797
(207,183,151)
#B8A387
(184,163,135)
#A18F77
(161,143,119)
#8A7B67
(138,123,103)
#736757
(115,103,87)
#5C5347
(92,83,71)
#453F37
(69,63,55)
#2E2B27
(46,43,39)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #FDDFB7

#FDDFB7
(253,223,183)
#FDE1BD
(253,225,189)
#FDE3C3
(253,227,195)
#FDE5C9
(253,229,201)
#FDE7CF
(253,231,207)
#FDE9D5
(253,233,213)
#FDEBDB
(253,235,219)
#FDEDE1
(253,237,225)
#FDEFE7
(253,239,231)
#FDF1ED
(253,241,237)
#FDF3F3
(253,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDDFB7 color. Also use rgb(253,223,183) instead hex code.

Text Font Color

.myTextColor { color: #FDDFB7; }

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

This text font color is #FDDFB7.

Background Color

.myBgColor { background-color: #FDDFB7; }

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

This div background color is #FDDFB7.

Border color

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

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

This div border color is #FDDFB7.

Opacity

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

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

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

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

This text has shadow with #FDDFB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDDFB7.

Preview

Color preview on black background

This text has color #FDDFB7 on black background.


Color preview on white background

This text has color #FDDFB7 on white background.


Black color preview on #FDDFB7 background

This text has black color on #FDDFB7 background.


White color preview on #FDDFB7 background

This text has white color on #FDDFB7 background.


Related colors

Complementary color

Complementary color for #hex is #022048.


I love getcolorcode.com

Triadic colors

1 #B7FDDF and #DFB7FD with #FDDFB7 are triadic colors.

2 #B7DFFD and #DFFDB7 with #FDDFB7 are triadic colors.