COLOR #FDB3C7

HEX: #FDB3C7 RGB: (253,179,199)

Color info

#FDB3C7 contains mainly red and blue colors. Web safe color of #FDB3C7 is #FF99CC (or #F9C).

RGB color model

#FDB3C7 color RGB value is (253,179,199).

RGB: (253,179,199) (99%, 70%, 78%)

RGB channels and saturation

R 253 of 255 = 99%
G 179 of 255 = 70%
B 199 of 255 = 78%

253
179
199

R + G + B ~ 82%. #FDB3C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 179 + 199 = 631 (100%)
R 253 of 631 ~ 40.1%
G 179 of 631 ~ 28.37%
B 199 of 631 ~ 31.54'%

%40.1
%28.37
%31.54

CMYK color model

#FDB3C7 color CMYK value is (0,29,21,1).

  • cyan value is 0.00%
  • magenta value is 29.25%
  • yellow value is 21.34%
  • key color value is 0.78%

CMYK: (0,29,21,1)
C0M29Y21K1 (0%, 29%, 21%, 1%)
(0.00 / 0.29 / 0.21 / 0.01)

CMYK percentages

%0
%29.25
%21.34
%0.78

Codes

Color #FDB3C7 in popluar color models

FD B3 C7
RGB 253 179 199
HSL 344° 94.87% 84.71%
HSB/HSV 344° 29.25% 99.22%
CMYK 0.00% 29.25% 21.34%
0.78%

Color #FDB3C7 in popluar number systems.

HEX FD B3 C7
Decimal 253 179 199
Binary 11111101 10110011 11000111
Octal 375 263 307

Shades and tints

Shades of #FDB3C7

#FDB3C7
(253,179,199)
#E6A3B5
(230,163,181)
#CF93A3
(207,147,163)
#B88391
(184,131,145)
#A1737F
(161,115,127)
#8A636D
(138,99,109)
#73535B
(115,83,91)
#5C4349
(92,67,73)
#453337
(69,51,55)
#2E2325
(46,35,37)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #FDB3C7

#FDB3C7
(253,179,199)
#FDB9CC
(253,185,204)
#FDBFD1
(253,191,209)
#FDC5D6
(253,197,214)
#FDCBDB
(253,203,219)
#FDD1E0
(253,209,224)
#FDD7E5
(253,215,229)
#FDDDEA
(253,221,234)
#FDE3EF
(253,227,239)
#FDE9F4
(253,233,244)
#FDEFF9
(253,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDB3C7 color. Also use rgb(253,179,199) instead hex code.

Text Font Color

.myTextColor { color: #FDB3C7; }

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

This text font color is #FDB3C7.

Background Color

.myBgColor { background-color: #FDB3C7; }

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

This div background color is #FDB3C7.

Border color

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

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

This div border color is #FDB3C7.

Opacity

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

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

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

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

This text has shadow with #FDB3C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDB3C7.

Preview

Color preview on black background

This text has color #FDB3C7 on black background.


Color preview on white background

This text has color #FDB3C7 on white background.


Black color preview on #FDB3C7 background

This text has black color on #FDB3C7 background.


White color preview on #FDB3C7 background

This text has white color on #FDB3C7 background.


Related colors

Complementary color

Complementary color for #hex is #024C38.


I love getcolorcode.com

Triadic colors

1 #C7FDB3 and #B3C7FD with #FDB3C7 are triadic colors.

2 #C7B3FD and #B3FDC7 with #FDB3C7 are triadic colors.