COLOR #FB49AE

HEX: #FB49AE
RGB: (251,73,174)

Color info

#FB49AE contains mainly red color. Web safe color of #FB49AE is #FF3399 (or #F39).

RGB color model

#FB49AE color RGB value is (251,73,174).

  • red value is 251;
  • green value is 73;
  • blue value is 174.
RGB:
(251,73,174)
(98%,29%,68%)

RGB channels and saturation

R 251 of 255 = 98%
G 73 of 255 = 29%
B 174 of 255 = 68%

251
73
174

R + G + B ~ 65%. #FB49AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 73 + 174 = 498 (100%)
R 251 of 498 ~ 50.4%
G 73 of 498 ~ 14.66%
B 174 of 498 ~ 34.94%

%50.4
%14.66
%34.94

CMYK color model

#FB49AE color CMYK value is (0,71,31,2).

  • cyan value is 0.00%
  • magenta value is 70.92%
  • yellow value is 30.68%
  • key color value is 1.57%
CMYK:
(0,71,31,2)
C0M71Y31K2 
(0%,71%,31%,2%)
(0.00/0.71/0.31/0.02)	

CMYK percentages

%0
%70.92
%30.68
%1.57

Codes

Color #FB49AE in popluar color models

FB49AE
RGB25173174
HSL326°95.70%63.53%
HSB/HSV326°70.92%98.43%
CMYK0.00%70.92%30.68%
1.57%

Color #FB49AE in popluar number systems.

HEXFB49AE
Decimal25173174
Binary11111011100100110101110
Octal373111256

Shades and tints

Shades of #FB49AE

#FB49AE
(251,73,174)
#E5439F
(229,67,159)
#CF3D90
(207,61,144)
#B93781
(185,55,129)
#A33172
(163,49,114)
#8D2B63
(141,43,99)
#772554
(119,37,84)
#611F45
(97,31,69)
#4B1936
(75,25,54)
#351327
(53,19,39)
#1F0D18
(31,13,24)
#000000
(0,0,0)

Tints of #FB49AE

#FB49AE
(251,73,174)
#FB59B5
(251,89,181)
#FB69BC
(251,105,188)
#FB79C3
(251,121,195)
#FB89CA
(251,137,202)
#FB99D1
(251,153,209)
#FBA9D8
(251,169,216)
#FBB9DF
(251,185,223)
#FBC9E6
(251,201,230)
#FBD9ED
(251,217,237)
#FBE9F4
(251,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB49AE color. Also use rgb(251,73,174) instead hex code.

Text Font Color

.myTextColor { color: #FB49AE; }

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

This text font color is #FB49AE.


Background Color

.myBgColor { background-color: #FB49AE; }

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

This div background color is #FB49AE.


Border color

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

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

This div border color is #FB49AE.


Opacity

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

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

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

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

This text has shadow with #FB49AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB49AE on black background.


Color preview on white background

This text has color #FB49AE on white background.



Black color preview on #FB49AE background

This text has black color on #FB49AE background.


White color preview on #FB49AE background

This text has white color on #FB49AE background.