COLOR #FB6DE3

HEX: #FB6DE3 RGB: (251,109,227)

Color info

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

RGB color model

#FB6DE3 color RGB value is (251,109,227).

RGB: (251,109,227) (98%, 43%, 89%)

RGB channels and saturation

R 251 of 255 = 98%
G 109 of 255 = 43%
B 227 of 255 = 89%

251
109
227

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

Portions of RGB colors in percentages

R + G + B = 251 + 109 + 227 = 587 (100%)
R 251 of 587 ~ 42.76%
G 109 of 587 ~ 18.57%
B 227 of 587 ~ 38.67'%

%42.76
%18.57
%38.67

CMYK color model

#FB6DE3 color CMYK value is (0,57,10,2).

  • cyan value is 0.00%
  • magenta value is 56.57%
  • yellow value is 9.56%
  • key color value is 1.57%

CMYK: (0,57,10,2)
C0M57Y10K2 (0%, 57%, 10%, 2%)
(0.00 / 0.57 / 0.10 / 0.02)

CMYK percentages

%0
%56.57
%9.56
%1.57

Codes

Color #FB6DE3 in popluar color models

FB 6D E3
RGB 251 109 227
HSL 310° 94.67% 70.59%
HSB/HSV 310° 56.57% 98.43%
CMYK 0.00% 56.57% 9.56%
1.57%

Color #FB6DE3 in popluar number systems.

HEX FB 6D E3
Decimal 251 109 227
Binary 11111011 1101101 11100011
Octal 373 155 343

Shades and tints

Shades of #FB6DE3

#FB6DE3
(251,109,227)
#E564CF
(229,100,207)
#CF5BBB
(207,91,187)
#B952A7
(185,82,167)
#A34993
(163,73,147)
#8D407F
(141,64,127)
#77376B
(119,55,107)
#612E57
(97,46,87)
#4B2543
(75,37,67)
#351C2F
(53,28,47)
#1F131B
(31,19,27)
#000000
(0,0,0)

Tints of #FB6DE3

#FB6DE3
(251,109,227)
#FB7AE5
(251,122,229)
#FB87E7
(251,135,231)
#FB94E9
(251,148,233)
#FBA1EB
(251,161,235)
#FBAEED
(251,174,237)
#FBBBEF
(251,187,239)
#FBC8F1
(251,200,241)
#FBD5F3
(251,213,243)
#FBE2F5
(251,226,245)
#FBEFF7
(251,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB6DE3 color. Also use rgb(251,109,227) instead hex code.

Text Font Color

.myTextColor { color: #FB6DE3; }

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

This text font color is #FB6DE3.

Background Color

.myBgColor { background-color: #FB6DE3; }

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

This div background color is #FB6DE3.

Border color

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

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

This div border color is #FB6DE3.

Opacity

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

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

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

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

This text has shadow with #FB6DE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FB6DE3.

Preview

Color preview on black background

This text has color #FB6DE3 on black background.


Color preview on white background

This text has color #FB6DE3 on white background.


Black color preview on #FB6DE3 background

This text has black color on #FB6DE3 background.


White color preview on #FB6DE3 background

This text has white color on #FB6DE3 background.


Related colors

Complementary color

Complementary color for #hex is #04921C.


I love getcolorcode.com

Triadic colors

1 #E3FB6D and #6DE3FB with #FB6DE3 are triadic colors.

2 #E36DFB and #6DFBE3 with #FB6DE3 are triadic colors.