COLOR #FB6868

HEX: #FB6868
RGB: (251,104,104)

Color info

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

RGB color model

#FB6868 color RGB value is (251,104,104).

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

RGB channels and saturation

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

251
104
104

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

Portions of RGB colors in percentages

R + G + B =
251 + 104 + 104 = 459 (100%)
R 251 of 459 ~ 54.68%
G 104 of 459 ~ 22.66%
B 104 of 459 ~ 22.66%

%54.68
%22.66
%22.66

CMYK color model

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

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

CMYK percentages

%0
%58.57
%58.57
%1.57

Codes

Color #FB6868 in popluar color models

FB6868
RGB251104104
HSL94.84%69.61%
HSB/HSV58.57%98.43%
CMYK0.00%58.57%58.57%
1.57%

Color #FB6868 in popluar number systems.

HEXFB6868
Decimal251104104
Binary1111101111010001101000
Octal373150150

Shades and tints

Shades of #FB6868

#FB6868
(251,104,104)
#E55F5F
(229,95,95)
#CF5656
(207,86,86)
#B94D4D
(185,77,77)
#A34444
(163,68,68)
#8D3B3B
(141,59,59)
#773232
(119,50,50)
#612929
(97,41,41)
#4B2020
(75,32,32)
#351717
(53,23,23)
#1F0E0E
(31,14,14)
#000000
(0,0,0)

Tints of #FB6868

#FB6868
(251,104,104)
#FB7575
(251,117,117)
#FB8282
(251,130,130)
#FB8F8F
(251,143,143)
#FB9C9C
(251,156,156)
#FBA9A9
(251,169,169)
#FBB6B6
(251,182,182)
#FBC3C3
(251,195,195)
#FBD0D0
(251,208,208)
#FBDDDD
(251,221,221)
#FBEAEA
(251,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FB6868; }

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

This text font color is #FB6868.


Background Color

.myBgColor { background-color: #FB6868; }

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

This div background color is #FB6868.


Border color

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

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

This div border color is #FB6868.


Opacity

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

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

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

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

This text has shadow with #FB6868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB6868 on black background.


Color preview on white background

This text has color #FB6868 on white background.



Black color preview on #FB6868 background

This text has black color on #FB6868 background.


White color preview on #FB6868 background

This text has white color on #FB6868 background.