COLOR #FB9CCE

HEX: #FB9CCE
RGB: (251,156,206)

Color info

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

RGB color model

#FB9CCE color RGB value is (251,156,206).

  • red value is 251;
  • green value is 156;
  • blue value is 206.
RGB:
(251,156,206)
(98%,61%,81%)

RGB channels and saturation

R 251 of 255 = 98%
G 156 of 255 = 61%
B 206 of 255 = 81%

251
156
206

R + G + B ~ 80%. #FB9CCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 156 + 206 = 613 (100%)
R 251 of 613 ~ 40.95%
G 156 of 613 ~ 25.45%
B 206 of 613 ~ 33.61%

%40.95
%25.45
%33.61

CMYK color model

#FB9CCE color CMYK value is (0,38,18,2).

  • cyan value is 0.00%
  • magenta value is 37.85%
  • yellow value is 17.93%
  • key color value is 1.57%
CMYK:
(0,38,18,2)
C0M38Y18K2 
(0%,38%,18%,2%)
(0.00/0.38/0.18/0.02)	

CMYK percentages

%0
%37.85
%17.93
%1.57

Codes

Color #FB9CCE in popluar color models

FB9CCE
RGB251156206
HSL328°92.23%79.80%
HSB/HSV328°37.85%98.43%
CMYK0.00%37.85%17.93%
1.57%

Color #FB9CCE in popluar number systems.

HEXFB9CCE
Decimal251156206
Binary111110111001110011001110
Octal373234316

Shades and tints

Shades of #FB9CCE

#FB9CCE
(251,156,206)
#E58EBC
(229,142,188)
#CF80AA
(207,128,170)
#B97298
(185,114,152)
#A36486
(163,100,134)
#8D5674
(141,86,116)
#774862
(119,72,98)
#613A50
(97,58,80)
#4B2C3E
(75,44,62)
#351E2C
(53,30,44)
#1F101A
(31,16,26)
#000000
(0,0,0)

Tints of #FB9CCE

#FB9CCE
(251,156,206)
#FBA5D2
(251,165,210)
#FBAED6
(251,174,214)
#FBB7DA
(251,183,218)
#FBC0DE
(251,192,222)
#FBC9E2
(251,201,226)
#FBD2E6
(251,210,230)
#FBDBEA
(251,219,234)
#FBE4EE
(251,228,238)
#FBEDF2
(251,237,242)
#FBF6F6
(251,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB9CCE color. Also use rgb(251,156,206) instead hex code.

Text Font Color

.myTextColor { color: #FB9CCE; }

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

This text font color is #FB9CCE.


Background Color

.myBgColor { background-color: #FB9CCE; }

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

This div background color is #FB9CCE.


Border color

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

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

This div border color is #FB9CCE.


Opacity

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

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

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

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

This text has shadow with #FB9CCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB9CCE on black background.


Color preview on white background

This text has color #FB9CCE on white background.



Black color preview on #FB9CCE background

This text has black color on #FB9CCE background.


White color preview on #FB9CCE background

This text has white color on #FB9CCE background.