COLOR #FB7868

HEX: #FB7868
RGB: (251,120,104)

Color info

#FB7868 contains mainly red color. Web safe color of #FB7868 is #FF6666 (or #F66).

RGB color model

#FB7868 color RGB value is (251,120,104).

  • red value is 251;
  • green value is 120;
  • blue value is 104.
RGB:
(251,120,104)
(98%,47%,41%)

RGB channels and saturation

R 251 of 255 = 98%
G 120 of 255 = 47%
B 104 of 255 = 41%

251
120
104

R + G + B ~ 62%. #FB7868 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 120 + 104 = 475 (100%)
R 251 of 475 ~ 52.84%
G 120 of 475 ~ 25.26%
B 104 of 475 ~ 21.89%

%52.84
%25.26
%21.89

CMYK color model

#FB7868 color CMYK value is (0,52,59,2).

  • cyan value is 0.00%
  • magenta value is 52.19%
  • yellow value is 58.57%
  • key color value is 1.57%
CMYK:
(0,52,59,2)
C0M52Y59K2 
(0%,52%,59%,2%)
(0.00/0.52/0.59/0.02)	

CMYK percentages

%0
%52.19
%58.57
%1.57

Codes

Color #FB7868 in popluar color models

FB7868
RGB251120104
HSL94.84%69.61%
HSB/HSV58.57%98.43%
CMYK0.00%52.19%58.57%
1.57%

Color #FB7868 in popluar number systems.

HEXFB7868
Decimal251120104
Binary1111101111110001101000
Octal373170150

Shades and tints

Shades of #FB7868

#FB7868
(251,120,104)
#E56E5F
(229,110,95)
#CF6456
(207,100,86)
#B95A4D
(185,90,77)
#A35044
(163,80,68)
#8D463B
(141,70,59)
#773C32
(119,60,50)
#613229
(97,50,41)
#4B2820
(75,40,32)
#351E17
(53,30,23)
#1F140E
(31,20,14)
#000000
(0,0,0)

Tints of #FB7868

#FB7868
(251,120,104)
#FB8475
(251,132,117)
#FB9082
(251,144,130)
#FB9C8F
(251,156,143)
#FBA89C
(251,168,156)
#FBB4A9
(251,180,169)
#FBC0B6
(251,192,182)
#FBCCC3
(251,204,195)
#FBD8D0
(251,216,208)
#FBE4DD
(251,228,221)
#FBF0EA
(251,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB7868 color. Also use rgb(251,120,104) instead hex code.

Text Font Color

.myTextColor { color: #FB7868; }

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

This text font color is #FB7868.


Background Color

.myBgColor { background-color: #FB7868; }

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

This div background color is #FB7868.


Border color

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

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

This div border color is #FB7868.


Opacity

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

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

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

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

This text has shadow with #FB7868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB7868 on black background.


Color preview on white background

This text has color #FB7868 on white background.



Black color preview on #FB7868 background

This text has black color on #FB7868 background.


White color preview on #FB7868 background

This text has white color on #FB7868 background.