COLOR #FB8CD6

HEX: #FB8CD6
RGB: (251,140,214)

Color info

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

RGB color model

#FB8CD6 color RGB value is (251,140,214).

  • red value is 251;
  • green value is 140;
  • blue value is 214.
RGB:
(251,140,214)
(98%,55%,84%)

RGB channels and saturation

R 251 of 255 = 98%
G 140 of 255 = 55%
B 214 of 255 = 84%

251
140
214

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

Portions of RGB colors in percentages

R + G + B =
251 + 140 + 214 = 605 (100%)
R 251 of 605 ~ 41.49%
G 140 of 605 ~ 23.14%
B 214 of 605 ~ 35.37%

%41.49
%23.14
%35.37

CMYK color model

#FB8CD6 color CMYK value is (0,44,15,2).

  • cyan value is 0.00%
  • magenta value is 44.22%
  • yellow value is 14.74%
  • key color value is 1.57%
CMYK:
(0,44,15,2)
C0M44Y15K2 
(0%,44%,15%,2%)
(0.00/0.44/0.15/0.02)	

CMYK percentages

%0
%44.22
%14.74
%1.57

Codes

Color #FB8CD6 in popluar color models

FB8CD6
RGB251140214
HSL320°93.28%76.67%
HSB/HSV320°44.22%98.43%
CMYK0.00%44.22%14.74%
1.57%

Color #FB8CD6 in popluar number systems.

HEXFB8CD6
Decimal251140214
Binary111110111000110011010110
Octal373214326

Shades and tints

Shades of #FB8CD6

#FB8CD6
(251,140,214)
#E580C3
(229,128,195)
#CF74B0
(207,116,176)
#B9689D
(185,104,157)
#A35C8A
(163,92,138)
#8D5077
(141,80,119)
#774464
(119,68,100)
#613851
(97,56,81)
#4B2C3E
(75,44,62)
#35202B
(53,32,43)
#1F1418
(31,20,24)
#000000
(0,0,0)

Tints of #FB8CD6

#FB8CD6
(251,140,214)
#FB96D9
(251,150,217)
#FBA0DC
(251,160,220)
#FBAADF
(251,170,223)
#FBB4E2
(251,180,226)
#FBBEE5
(251,190,229)
#FBC8E8
(251,200,232)
#FBD2EB
(251,210,235)
#FBDCEE
(251,220,238)
#FBE6F1
(251,230,241)
#FBF0F4
(251,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB8CD6 color. Also use rgb(251,140,214) instead hex code.

Text Font Color

.myTextColor { color: #FB8CD6; }

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

This text font color is #FB8CD6.


Background Color

.myBgColor { background-color: #FB8CD6; }

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

This div background color is #FB8CD6.


Border color

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

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

This div border color is #FB8CD6.


Opacity

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

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

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

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

This text has shadow with #FB8CD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB8CD6 on black background.


Color preview on white background

This text has color #FB8CD6 on white background.



Black color preview on #FB8CD6 background

This text has black color on #FB8CD6 background.


White color preview on #FB8CD6 background

This text has white color on #FB8CD6 background.