COLOR #FB99D6

HEX: #FB99D6
RGB: (251,153,214)

Color info

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

RGB color model

#FB99D6 color RGB value is (251,153,214).

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

RGB channels and saturation

R 251 of 255 = 98%
G 153 of 255 = 60%
B 214 of 255 = 84%

251
153
214

R + G + B ~ 81%. #FB99D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 153 + 214 = 618 (100%)
R 251 of 618 ~ 40.61%
G 153 of 618 ~ 24.76%
B 214 of 618 ~ 34.63%

%40.61
%24.76
%34.63

CMYK color model

#FB99D6 color CMYK value is (0,39,15,2).

  • cyan value is 0.00%
  • magenta value is 39.04%
  • yellow value is 14.74%
  • key color value is 1.57%
CMYK:
(0,39,15,2)
C0M39Y15K2 
(0%,39%,15%,2%)
(0.00/0.39/0.15/0.02)	

CMYK percentages

%0
%39.04
%14.74
%1.57

Codes

Color #FB99D6 in popluar color models

FB99D6
RGB251153214
HSL323°92.45%79.22%
HSB/HSV323°39.04%98.43%
CMYK0.00%39.04%14.74%
1.57%

Color #FB99D6 in popluar number systems.

HEXFB99D6
Decimal251153214
Binary111110111001100111010110
Octal373231326

Shades and tints

Shades of #FB99D6

#FB99D6
(251,153,214)
#E58CC3
(229,140,195)
#CF7FB0
(207,127,176)
#B9729D
(185,114,157)
#A3658A
(163,101,138)
#8D5877
(141,88,119)
#774B64
(119,75,100)
#613E51
(97,62,81)
#4B313E
(75,49,62)
#35242B
(53,36,43)
#1F1718
(31,23,24)
#000000
(0,0,0)

Tints of #FB99D6

#FB99D6
(251,153,214)
#FBA2D9
(251,162,217)
#FBABDC
(251,171,220)
#FBB4DF
(251,180,223)
#FBBDE2
(251,189,226)
#FBC6E5
(251,198,229)
#FBCFE8
(251,207,232)
#FBD8EB
(251,216,235)
#FBE1EE
(251,225,238)
#FBEAF1
(251,234,241)
#FBF3F4
(251,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FB99D6; }

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

This text font color is #FB99D6.


Background Color

.myBgColor { background-color: #FB99D6; }

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

This div background color is #FB99D6.


Border color

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

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

This div border color is #FB99D6.


Opacity

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

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

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

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

This text has shadow with #FB99D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB99D6 on black background.


Color preview on white background

This text has color #FB99D6 on white background.



Black color preview on #FB99D6 background

This text has black color on #FB99D6 background.


White color preview on #FB99D6 background

This text has white color on #FB99D6 background.