COLOR #FDB9BE

HEX: #FDB9BE RGB: (253,185,190)

Color info

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

RGB color model

#FDB9BE color RGB value is (253,185,190).

RGB: (253,185,190) (99%, 73%, 75%)

RGB channels and saturation

R 253 of 255 = 99%
G 185 of 255 = 73%
B 190 of 255 = 75%

253
185
190

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

Portions of RGB colors in percentages

R + G + B = 253 + 185 + 190 = 628 (100%)
R 253 of 628 ~ 40.29%
G 185 of 628 ~ 29.46%
B 190 of 628 ~ 30.25'%

%40.29
%29.46
%30.25

CMYK color model

#FDB9BE color CMYK value is (0,27,25,1).

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

CMYK: (0,27,25,1)
C0M27Y25K1 (0%, 27%, 25%, 1%)
(0.00 / 0.27 / 0.25 / 0.01)

CMYK percentages

%0
%26.88
%24.9
%0.78

Codes

Color #FDB9BE in popluar color models

FD B9 BE
RGB 253 185 190
HSL 356° 94.44% 85.88%
HSB/HSV 356° 26.88% 99.22%
CMYK 0.00% 26.88% 24.90%
0.78%

Color #FDB9BE in popluar number systems.

HEX FD B9 BE
Decimal 253 185 190
Binary 11111101 10111001 10111110
Octal 375 271 276

Shades and tints

Shades of #FDB9BE

#FDB9BE
(253,185,190)
#E6A9AD
(230,169,173)
#CF999C
(207,153,156)
#B8898B
(184,137,139)
#A1797A
(161,121,122)
#8A6969
(138,105,105)
#735958
(115,89,88)
#5C4947
(92,73,71)
#453936
(69,57,54)
#2E2925
(46,41,37)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #FDB9BE

#FDB9BE
(253,185,190)
#FDBFC3
(253,191,195)
#FDC5C8
(253,197,200)
#FDCBCD
(253,203,205)
#FDD1D2
(253,209,210)
#FDD7D7
(253,215,215)
#FDDDDC
(253,221,220)
#FDE3E1
(253,227,225)
#FDE9E6
(253,233,230)
#FDEFEB
(253,239,235)
#FDF5F0
(253,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDB9BE; }

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

This text font color is #FDB9BE.

Background Color

.myBgColor { background-color: #FDB9BE; }

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

This div background color is #FDB9BE.

Border color

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

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

This div border color is #FDB9BE.

Opacity

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

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

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

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

This text has shadow with #FDB9BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDB9BE.

Preview

Color preview on black background

This text has color #FDB9BE on black background.


Color preview on white background

This text has color #FDB9BE on white background.


Black color preview on #FDB9BE background

This text has black color on #FDB9BE background.


White color preview on #FDB9BE background

This text has white color on #FDB9BE background.


Related colors

Complementary color

Complementary color for #hex is #024641.


I love getcolorcode.com

Triadic colors

1 #BEFDB9 and #B9BEFD with #FDB9BE are triadic colors.

2 #BEB9FD and #B9FDBE with #FDB9BE are triadic colors.