COLOR #FDB9B7

HEX: #FDB9B7 RGB: (253,185,183)

Color info

#FDB9B7 contains mainly red color. Web safe color of #FDB9B7 is #FFCCCC (or #FCC).

RGB color model

#FDB9B7 color RGB value is (253,185,183).

RGB: (253,185,183) (99%, 73%, 72%)

RGB channels and saturation

R 253 of 255 = 99%
G 185 of 255 = 73%
B 183 of 255 = 72%

253
185
183

R + G + B ~ 81%. #FDB9B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 185 + 183 = 621 (100%)
R 253 of 621 ~ 40.74%
G 185 of 621 ~ 29.79%
B 183 of 621 ~ 29.47'%

%40.74
%29.79
%29.47

CMYK color model

#FDB9B7 color CMYK value is (0,27,28,1).

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

CMYK: (0,27,28,1)
C0M27Y28K1 (0%, 27%, 28%, 1%)
(0.00 / 0.27 / 0.28 / 0.01)

CMYK percentages

%0
%26.88
%27.67
%0.78

Codes

Color #FDB9B7 in popluar color models

FD B9 B7
RGB 253 185 183
HSL 94.59% 85.49%
HSB/HSV 27.67% 99.22%
CMYK 0.00% 26.88% 27.67%
0.78%

Color #FDB9B7 in popluar number systems.

HEX FD B9 B7
Decimal 253 185 183
Binary 11111101 10111001 10110111
Octal 375 271 267

Shades and tints

Shades of #FDB9B7

#FDB9B7
(253,185,183)
#E6A9A7
(230,169,167)
#CF9997
(207,153,151)
#B88987
(184,137,135)
#A17977
(161,121,119)
#8A6967
(138,105,103)
#735957
(115,89,87)
#5C4947
(92,73,71)
#453937
(69,57,55)
#2E2927
(46,41,39)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #FDB9B7

#FDB9B7
(253,185,183)
#FDBFBD
(253,191,189)
#FDC5C3
(253,197,195)
#FDCBC9
(253,203,201)
#FDD1CF
(253,209,207)
#FDD7D5
(253,215,213)
#FDDDDB
(253,221,219)
#FDE3E1
(253,227,225)
#FDE9E7
(253,233,231)
#FDEFED
(253,239,237)
#FDF5F3
(253,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDB9B7; }

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

This text font color is #FDB9B7.

Background Color

.myBgColor { background-color: #FDB9B7; }

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

This div background color is #FDB9B7.

Border color

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

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

This div border color is #FDB9B7.

Opacity

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

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

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

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

This text has shadow with #FDB9B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDB9B7.

Preview

Color preview on black background

This text has color #FDB9B7 on black background.


Color preview on white background

This text has color #FDB9B7 on white background.


Black color preview on #FDB9B7 background

This text has black color on #FDB9B7 background.


White color preview on #FDB9B7 background

This text has white color on #FDB9B7 background.


Related colors

Complementary color

Complementary color for #hex is #024648.


I love getcolorcode.com

Triadic colors

1 #B7FDB9 and #B9B7FD with #FDB9B7 are triadic colors.

2 #B7B9FD and #B9FDB7 with #FDB9B7 are triadic colors.