COLOR #FB5366

HEX: #FB5366
RGB: (251,83,102)

Color info

#FB5366 contains mainly red color. Web safe color of #FB5366 is #FF6666 (or #F66).

RGB color model

#FB5366 color RGB value is (251,83,102).

  • red value is 251;
  • green value is 83;
  • blue value is 102.
RGB:
(251,83,102)
(98%,33%,40%)

RGB channels and saturation

R 251 of 255 = 98%
G 83 of 255 = 33%
B 102 of 255 = 40%

251
83
102

R + G + B ~ 57%. #FB5366 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
251 + 83 + 102 = 436 (100%)
R 251 of 436 ~ 57.57%
G 83 of 436 ~ 19.04%
B 102 of 436 ~ 23.39%

%57.57
%19.04
%23.39

CMYK color model

#FB5366 color CMYK value is (0,67,59,2).

  • cyan value is 0.00%
  • magenta value is 66.93%
  • yellow value is 59.36%
  • key color value is 1.57%
CMYK:
(0,67,59,2)
C0M67Y59K2 
(0%,67%,59%,2%)
(0.00/0.67/0.59/0.02)	

CMYK percentages

%0
%66.93
%59.36
%1.57

Codes

Color #FB5366 in popluar color models

FB5366
RGB25183102
HSL353°95.45%65.49%
HSB/HSV353°66.93%98.43%
CMYK0.00%66.93%59.36%
1.57%

Color #FB5366 in popluar number systems.

HEXFB5366
Decimal25183102
Binary1111101110100111100110
Octal373123146

Shades and tints

Shades of #FB5366

#FB5366
(251,83,102)
#E54C5D
(229,76,93)
#CF4554
(207,69,84)
#B93E4B
(185,62,75)
#A33742
(163,55,66)
#8D3039
(141,48,57)
#772930
(119,41,48)
#612227
(97,34,39)
#4B1B1E
(75,27,30)
#351415
(53,20,21)
#1F0D0C
(31,13,12)
#000000
(0,0,0)

Tints of #FB5366

#FB5366
(251,83,102)
#FB6273
(251,98,115)
#FB7180
(251,113,128)
#FB808D
(251,128,141)
#FB8F9A
(251,143,154)
#FB9EA7
(251,158,167)
#FBADB4
(251,173,180)
#FBBCC1
(251,188,193)
#FBCBCE
(251,203,206)
#FBDADB
(251,218,219)
#FBE9E8
(251,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB5366 color. Also use rgb(251,83,102) instead hex code.

Text Font Color

.myTextColor { color: #FB5366; }

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

This text font color is #FB5366.


Background Color

.myBgColor { background-color: #FB5366; }

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

This div background color is #FB5366.


Border color

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

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

This div border color is #FB5366.


Opacity

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

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

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

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

This text has shadow with #FB5366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB5366 on black background.


Color preview on white background

This text has color #FB5366 on white background.



Black color preview on #FB5366 background

This text has black color on #FB5366 background.


White color preview on #FB5366 background

This text has white color on #FB5366 background.