COLOR #FB4CCB

HEX: #FB4CCB
RGB: (251,76,203)

Color info

#FB4CCB contains mainly red and blue colors. Web safe color of #FB4CCB is #FF33CC (or #F3C).

RGB color model

#FB4CCB color RGB value is (251,76,203).

  • red value is 251;
  • green value is 76;
  • blue value is 203.
RGB:
(251,76,203)
(98%,30%,80%)

RGB channels and saturation

R 251 of 255 = 98%
G 76 of 255 = 30%
B 203 of 255 = 80%

251
76
203

R + G + B ~ 69%. #FB4CCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 76 + 203 = 530 (100%)
R 251 of 530 ~ 47.36%
G 76 of 530 ~ 14.34%
B 203 of 530 ~ 38.3%

%47.36
%14.34
%38.3

CMYK color model

#FB4CCB color CMYK value is (0,70,19,2).

  • cyan value is 0.00%
  • magenta value is 69.72%
  • yellow value is 19.12%
  • key color value is 1.57%
CMYK:
(0,70,19,2)
C0M70Y19K2 
(0%,70%,19%,2%)
(0.00/0.70/0.19/0.02)	

CMYK percentages

%0
%69.72
%19.12
%1.57

Codes

Color #FB4CCB in popluar color models

FB4CCB
RGB25176203
HSL316°95.63%64.12%
HSB/HSV316°69.72%98.43%
CMYK0.00%69.72%19.12%
1.57%

Color #FB4CCB in popluar number systems.

HEXFB4CCB
Decimal25176203
Binary11111011100110011001011
Octal373114313

Shades and tints

Shades of #FB4CCB

#FB4CCB
(251,76,203)
#E546B9
(229,70,185)
#CF40A7
(207,64,167)
#B93A95
(185,58,149)
#A33483
(163,52,131)
#8D2E71
(141,46,113)
#77285F
(119,40,95)
#61224D
(97,34,77)
#4B1C3B
(75,28,59)
#351629
(53,22,41)
#1F1017
(31,16,23)
#000000
(0,0,0)

Tints of #FB4CCB

#FB4CCB
(251,76,203)
#FB5CCF
(251,92,207)
#FB6CD3
(251,108,211)
#FB7CD7
(251,124,215)
#FB8CDB
(251,140,219)
#FB9CDF
(251,156,223)
#FBACE3
(251,172,227)
#FBBCE7
(251,188,231)
#FBCCEB
(251,204,235)
#FBDCEF
(251,220,239)
#FBECF3
(251,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB4CCB color. Also use rgb(251,76,203) instead hex code.

Text Font Color

.myTextColor { color: #FB4CCB; }

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

This text font color is #FB4CCB.


Background Color

.myBgColor { background-color: #FB4CCB; }

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

This div background color is #FB4CCB.


Border color

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

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

This div border color is #FB4CCB.


Opacity

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

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

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

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

This text has shadow with #FB4CCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB4CCB on black background.


Color preview on white background

This text has color #FB4CCB on white background.



Black color preview on #FB4CCB background

This text has black color on #FB4CCB background.


White color preview on #FB4CCB background

This text has white color on #FB4CCB background.