COLOR #FB029B

HEX: #FB029B
RGB: (251,2,155)

Color info

#FB029B contains mainly red color. Web safe color of #FB029B is #FF0099 (or #F09).

RGB color model

#FB029B color RGB value is (251,2,155).

  • red value is 251;
  • green value is 2;
  • blue value is 155.
RGB:
(251,2,155)
(98%,1%,61%)

RGB channels and saturation

R 251 of 255 = 98%
G 2 of 255 = 1%
B 155 of 255 = 61%

251
2
155

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

Portions of RGB colors in percentages

R + G + B =
251 + 2 + 155 = 408 (100%)
R 251 of 408 ~ 61.52%
G 2 of 408 ~ 0.49%
B 155 of 408 ~ 37.99%

%61.52
%37.99

CMYK color model

#FB029B color CMYK value is (0,99,38,2).

  • cyan value is 0.00%
  • magenta value is 99.20%
  • yellow value is 38.25%
  • key color value is 1.57%
CMYK:
(0,99,38,2)
C0M99Y38K2 
(0%,99%,38%,2%)
(0.00/0.99/0.38/0.02)	

CMYK percentages

%0
%99.2
%38.25
%1.57

Codes

Color #FB029B in popluar color models

FB029B
RGB2512155
HSL323°98.42%49.61%
HSB/HSV323°99.20%98.43%
CMYK0.00%99.20%38.25%
1.57%

Color #FB029B in popluar number systems.

HEXFB029B
Decimal2512155
Binary111110111010011011
Octal3732233

Shades and tints

Shades of #FB029B

#FB029B
(251,2,155)
#E5028D
(229,2,141)
#CF027F
(207,2,127)
#B90271
(185,2,113)
#A30263
(163,2,99)
#8D0255
(141,2,85)
#770247
(119,2,71)
#610239
(97,2,57)
#4B022B
(75,2,43)
#35021D
(53,2,29)
#1F020F
(31,2,15)
#000000
(0,0,0)

Tints of #FB029B

#FB029B
(251,2,155)
#FB19A4
(251,25,164)
#FB30AD
(251,48,173)
#FB47B6
(251,71,182)
#FB5EBF
(251,94,191)
#FB75C8
(251,117,200)
#FB8CD1
(251,140,209)
#FBA3DA
(251,163,218)
#FBBAE3
(251,186,227)
#FBD1EC
(251,209,236)
#FBE8F5
(251,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB029B color. Also use rgb(251,2,155) instead hex code.

Text Font Color

.myTextColor { color: #FB029B; }

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

This text font color is #FB029B.


Background Color

.myBgColor { background-color: #FB029B; }

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

This div background color is #FB029B.


Border color

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

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

This div border color is #FB029B.


Opacity

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

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

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

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

This text has shadow with #FB029B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB029B on black background.


Color preview on white background

This text has color #FB029B on white background.



Black color preview on #FB029B background

This text has black color on #FB029B background.


White color preview on #FB029B background

This text has white color on #FB029B background.