COLOR #FDB2B9

HEX: #FDB2B9 RGB: (253,178,185)

Color info

#FDB2B9 contains mainly red color. Web safe color of #FDB2B9 is #FF99CC (or #F9C).

RGB color model

#FDB2B9 color RGB value is (253,178,185).

RGB: (253,178,185) (99%, 70%, 73%)

RGB channels and saturation

R 253 of 255 = 99%
G 178 of 255 = 70%
B 185 of 255 = 73%

253
178
185

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

Portions of RGB colors in percentages

R + G + B = 253 + 178 + 185 = 616 (100%)
R 253 of 616 ~ 41.07%
G 178 of 616 ~ 28.9%
B 185 of 616 ~ 30.03'%

%41.07
%28.9
%30.03

CMYK color model

#FDB2B9 color CMYK value is (0,30,27,1).

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

CMYK: (0,30,27,1)
C0M30Y27K1 (0%, 30%, 27%, 1%)
(0.00 / 0.30 / 0.27 / 0.01)

CMYK percentages

%0
%29.64
%26.88
%0.78

Codes

Color #FDB2B9 in popluar color models

FD B2 B9
RGB 253 178 185
HSL 354° 94.94% 84.51%
HSB/HSV 354° 29.64% 99.22%
CMYK 0.00% 29.64% 26.88%
0.78%

Color #FDB2B9 in popluar number systems.

HEX FD B2 B9
Decimal 253 178 185
Binary 11111101 10110010 10111001
Octal 375 262 271

Shades and tints

Shades of #FDB2B9

#FDB2B9
(253,178,185)
#E6A2A9
(230,162,169)
#CF9299
(207,146,153)
#B88289
(184,130,137)
#A17279
(161,114,121)
#8A6269
(138,98,105)
#735259
(115,82,89)
#5C4249
(92,66,73)
#453239
(69,50,57)
#2E2229
(46,34,41)
#171219
(23,18,25)
#000000
(0,0,0)

Tints of #FDB2B9

#FDB2B9
(253,178,185)
#FDB9BF
(253,185,191)
#FDC0C5
(253,192,197)
#FDC7CB
(253,199,203)
#FDCED1
(253,206,209)
#FDD5D7
(253,213,215)
#FDDCDD
(253,220,221)
#FDE3E3
(253,227,227)
#FDEAE9
(253,234,233)
#FDF1EF
(253,241,239)
#FDF8F5
(253,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDB2B9; }

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

This text font color is #FDB2B9.

Background Color

.myBgColor { background-color: #FDB2B9; }

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

This div background color is #FDB2B9.

Border color

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

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

This div border color is #FDB2B9.

Opacity

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

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

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

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

This text has shadow with #FDB2B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDB2B9.

Preview

Color preview on black background

This text has color #FDB2B9 on black background.


Color preview on white background

This text has color #FDB2B9 on white background.


Black color preview on #FDB2B9 background

This text has black color on #FDB2B9 background.


White color preview on #FDB2B9 background

This text has white color on #FDB2B9 background.


Related colors

Complementary color

Complementary color for #hex is #024D46.


I love getcolorcode.com

Triadic colors

1 #B9FDB2 and #B2B9FD with #FDB2B9 are triadic colors.

2 #B9B2FD and #B2FDB9 with #FDB2B9 are triadic colors.