COLOR #FB68DD

HEX: #FB68DD RGB: (251,104,221)

Color info

#FB68DD contains mainly red and blue colors. Web safe color of #FB68DD is #FF66CC (or #F6C).

RGB color model

#FB68DD color RGB value is (251,104,221).

RGB: (251,104,221) (98%, 41%, 87%)

RGB channels and saturation

R 251 of 255 = 98%
G 104 of 255 = 41%
B 221 of 255 = 87%

251
104
221

R + G + B ~ 75%. #FB68DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 251 + 104 + 221 = 576 (100%)
R 251 of 576 ~ 43.58%
G 104 of 576 ~ 18.06%
B 221 of 576 ~ 38.37'%

%43.58
%18.06
%38.37

CMYK color model

#FB68DD color CMYK value is (0,59,12,2).

  • cyan value is 0.00%
  • magenta value is 58.57%
  • yellow value is 11.95%
  • key color value is 1.57%
CMYK: (0,59,12,2) C0M59Y12K2 (0%,59%,12%,2%) (0.00/0.59/0.12/0.02) 

CMYK percentages

%0
%58.57
%11.95
%1.57

Codes

Color #FB68DD in popluar color models

FB 68 DD
RGB 251 104 221
HSL 312° 94.84% 69.61%
HSB/HSV 312° 58.57% 98.43%
CMYK 0.00% 58.57% 11.95%
1.57%

Color #FB68DD in popluar number systems.

HEX FB 68 DD
Decimal 251 104 221
Binary 11111011 1101000 11011101
Octal 373 150 335

Shades and tints

Shades of #FB68DD

#FB68DD
(251,104,221)
#E55FC9
(229,95,201)
#CF56B5
(207,86,181)
#B94DA1
(185,77,161)
#A3448D
(163,68,141)
#8D3B79
(141,59,121)
#773265
(119,50,101)
#612951
(97,41,81)
#4B203D
(75,32,61)
#351729
(53,23,41)
#1F0E15
(31,14,21)
#000000
(0,0,0)

Tints of #FB68DD

#FB68DD
(251,104,221)
#FB75E0
(251,117,224)
#FB82E3
(251,130,227)
#FB8FE6
(251,143,230)
#FB9CE9
(251,156,233)
#FBA9EC
(251,169,236)
#FBB6EF
(251,182,239)
#FBC3F2
(251,195,242)
#FBD0F5
(251,208,245)
#FBDDF8
(251,221,248)
#FBEAFB
(251,234,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB68DD color. Also use rgb(251,104,221) instead hex code.

Text Font Color

.myTextColor { color: #FB68DD; }

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

This text font color is #FB68DD.

Background Color

.myBgColor { background-color: #FB68DD; }

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

This div background color is #FB68DD.

Border color

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

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

This div border color is #FB68DD.

Opacity

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

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

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

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

This text has shadow with #FB68DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FB68DD.

Preview

Color preview on black background

This text has color #FB68DD on black background.


Color preview on white background

This text has color #FB68DD on white background.


Black color preview on #FB68DD background

This text has black color on #FB68DD background.


White color preview on #FB68DD background

This text has white color on #FB68DD background.


Related colors

Complementary color

Complementary color for #hex is #049722.


I love getcolorcode.com

Triadic colors

1 #DDFB68 and #68DDFB with #FB68DD are triadic colors.

2 #DD68FB and #68FBDD with #FB68DD are triadic colors.