COLOR #FB485E

HEX: #FB485E
RGB: (251,72,94)

Color info

#FB485E contains mainly red color. Web safe color of #FB485E is #FF3366 (or #F36).

RGB color model

#FB485E color RGB value is (251,72,94).

  • red value is 251;
  • green value is 72;
  • blue value is 94.
RGB:
(251,72,94)
(98%,28%,37%)

RGB channels and saturation

R 251 of 255 = 98%
G 72 of 255 = 28%
B 94 of 255 = 37%

251
72
94

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

Portions of RGB colors in percentages

R + G + B =
251 + 72 + 94 = 417 (100%)
R 251 of 417 ~ 60.19%
G 72 of 417 ~ 17.27%
B 94 of 417 ~ 22.54%

%60.19
%17.27
%22.54

CMYK color model

#FB485E color CMYK value is (0,71,63,2).

  • cyan value is 0.00%
  • magenta value is 71.31%
  • yellow value is 62.55%
  • key color value is 1.57%
CMYK:
(0,71,63,2)
C0M71Y63K2 
(0%,71%,63%,2%)
(0.00/0.71/0.63/0.02)	

CMYK percentages

%0
%71.31
%62.55
%1.57

Codes

Color #FB485E in popluar color models

FB485E
RGB2517294
HSL353°95.72%63.33%
HSB/HSV353°71.31%98.43%
CMYK0.00%71.31%62.55%
1.57%

Color #FB485E in popluar number systems.

HEXFB485E
Decimal2517294
Binary1111101110010001011110
Octal373110136

Shades and tints

Shades of #FB485E

#FB485E
(251,72,94)
#E54256
(229,66,86)
#CF3C4E
(207,60,78)
#B93646
(185,54,70)
#A3303E
(163,48,62)
#8D2A36
(141,42,54)
#77242E
(119,36,46)
#611E26
(97,30,38)
#4B181E
(75,24,30)
#351216
(53,18,22)
#1F0C0E
(31,12,14)
#000000
(0,0,0)

Tints of #FB485E

#FB485E
(251,72,94)
#FB586C
(251,88,108)
#FB687A
(251,104,122)
#FB7888
(251,120,136)
#FB8896
(251,136,150)
#FB98A4
(251,152,164)
#FBA8B2
(251,168,178)
#FBB8C0
(251,184,192)
#FBC8CE
(251,200,206)
#FBD8DC
(251,216,220)
#FBE8EA
(251,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB485E color. Also use rgb(251,72,94) instead hex code.

Text Font Color

.myTextColor { color: #FB485E; }

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

This text font color is #FB485E.


Background Color

.myBgColor { background-color: #FB485E; }

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

This div background color is #FB485E.


Border color

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

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

This div border color is #FB485E.


Opacity

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

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

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

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

This text has shadow with #FB485E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB485E on black background.


Color preview on white background

This text has color #FB485E on white background.



Black color preview on #FB485E background

This text has black color on #FB485E background.


White color preview on #FB485E background

This text has white color on #FB485E background.