COLOR #FB93D0

HEX: #FB93D0 RGB: (251,147,208)

Color info

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

RGB color model

#FB93D0 color RGB value is (251,147,208).

RGB: (251,147,208) (98%, 58%, 82%)

RGB channels and saturation

R 251 of 255 = 98%
G 147 of 255 = 58%
B 208 of 255 = 82%

251
147
208

R + G + B ~ 79%. #FB93D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 251 + 147 + 208 = 606 (100%)
R 251 of 606 ~ 41.42%
G 147 of 606 ~ 24.26%
B 208 of 606 ~ 34.32'%

%41.42
%24.26
%34.32

CMYK color model

#FB93D0 color CMYK value is (0,41,17,2).

  • cyan value is 0.00%
  • magenta value is 41.43%
  • yellow value is 17.13%
  • key color value is 1.57%

CMYK: (0,41,17,2)
C0M41Y17K2 (0%, 41%, 17%, 2%)
(0.00 / 0.41 / 0.17 / 0.02)

CMYK percentages

%0
%41.43
%17.13
%1.57

Codes

Color #FB93D0 in popluar color models

FB 93 D0
RGB 251 147 208
HSL 325° 92.86% 78.04%
HSB/HSV 325° 41.43% 98.43%
CMYK 0.00% 41.43% 17.13%
1.57%

Color #FB93D0 in popluar number systems.

HEX FB 93 D0
Decimal 251 147 208
Binary 11111011 10010011 11010000
Octal 373 223 320

Shades and tints

Shades of #FB93D0

#FB93D0
(251,147,208)
#E586BE
(229,134,190)
#CF79AC
(207,121,172)
#B96C9A
(185,108,154)
#A35F88
(163,95,136)
#8D5276
(141,82,118)
#774564
(119,69,100)
#613852
(97,56,82)
#4B2B40
(75,43,64)
#351E2E
(53,30,46)
#1F111C
(31,17,28)
#000000
(0,0,0)

Tints of #FB93D0

#FB93D0
(251,147,208)
#FB9CD4
(251,156,212)
#FBA5D8
(251,165,216)
#FBAEDC
(251,174,220)
#FBB7E0
(251,183,224)
#FBC0E4
(251,192,228)
#FBC9E8
(251,201,232)
#FBD2EC
(251,210,236)
#FBDBF0
(251,219,240)
#FBE4F4
(251,228,244)
#FBEDF8
(251,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB93D0 color. Also use rgb(251,147,208) instead hex code.

Text Font Color

.myTextColor { color: #FB93D0; }

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

This text font color is #FB93D0.

Background Color

.myBgColor { background-color: #FB93D0; }

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

This div background color is #FB93D0.

Border color

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

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

This div border color is #FB93D0.

Opacity

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

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

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

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

This text has shadow with #FB93D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FB93D0.

Preview

Color preview on black background

This text has color #FB93D0 on black background.


Color preview on white background

This text has color #FB93D0 on white background.


Black color preview on #FB93D0 background

This text has black color on #FB93D0 background.


White color preview on #FB93D0 background

This text has white color on #FB93D0 background.


Related colors

Complementary color

Complementary color for #hex is #046C2F.


I love getcolorcode.com

Triadic colors

1 #D0FB93 and #93D0FB with #FB93D0 are triadic colors.

2 #D093FB and #93FBD0 with #FB93D0 are triadic colors.