COLOR #FD93BD

HEX: #FD93BD RGB: (253,147,189)

Color info

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

RGB color model

#FD93BD color RGB value is (253,147,189).

RGB: (253,147,189) (99%, 58%, 74%)

RGB channels and saturation

R 253 of 255 = 99%
G 147 of 255 = 58%
B 189 of 255 = 74%

253
147
189

R + G + B ~ 77%. #FD93BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 147 + 189 = 589 (100%)
R 253 of 589 ~ 42.95%
G 147 of 589 ~ 24.96%
B 189 of 589 ~ 32.09'%

%42.95
%24.96
%32.09

CMYK color model

#FD93BD color CMYK value is (0,42,25,1).

  • cyan value is 0.00%
  • magenta value is 41.90%
  • yellow value is 25.30%
  • key color value is 0.78%

CMYK: (0,42,25,1)
C0M42Y25K1 (0%, 42%, 25%, 1%)
(0.00 / 0.42 / 0.25 / 0.01)

CMYK percentages

%0
%41.9
%25.3
%0.78

Codes

Color #FD93BD in popluar color models

FD 93 BD
RGB 253 147 189
HSL 336° 96.36% 78.43%
HSB/HSV 336° 41.90% 99.22%
CMYK 0.00% 41.90% 25.30%
0.78%

Color #FD93BD in popluar number systems.

HEX FD 93 BD
Decimal 253 147 189
Binary 11111101 10010011 10111101
Octal 375 223 275

Shades and tints

Shades of #FD93BD

#FD93BD
(253,147,189)
#E686AC
(230,134,172)
#CF799B
(207,121,155)
#B86C8A
(184,108,138)
#A15F79
(161,95,121)
#8A5268
(138,82,104)
#734557
(115,69,87)
#5C3846
(92,56,70)
#452B35
(69,43,53)
#2E1E24
(46,30,36)
#171113
(23,17,19)
#000000
(0,0,0)

Tints of #FD93BD

#FD93BD
(253,147,189)
#FD9CC3
(253,156,195)
#FDA5C9
(253,165,201)
#FDAECF
(253,174,207)
#FDB7D5
(253,183,213)
#FDC0DB
(253,192,219)
#FDC9E1
(253,201,225)
#FDD2E7
(253,210,231)
#FDDBED
(253,219,237)
#FDE4F3
(253,228,243)
#FDEDF9
(253,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD93BD color. Also use rgb(253,147,189) instead hex code.

Text Font Color

.myTextColor { color: #FD93BD; }

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

This text font color is #FD93BD.

Background Color

.myBgColor { background-color: #FD93BD; }

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

This div background color is #FD93BD.

Border color

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

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

This div border color is #FD93BD.

Opacity

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

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

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

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

This text has shadow with #FD93BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FD93BD.

Preview

Color preview on black background

This text has color #FD93BD on black background.


Color preview on white background

This text has color #FD93BD on white background.


Black color preview on #FD93BD background

This text has black color on #FD93BD background.


White color preview on #FD93BD background

This text has white color on #FD93BD background.


Related colors

Complementary color

Complementary color for #hex is #026C42.


I love getcolorcode.com

Triadic colors

1 #BDFD93 and #93BDFD with #FD93BD are triadic colors.

2 #BD93FD and #93FDBD with #FD93BD are triadic colors.