COLOR #FB6D5D

HEX: #FB6D5D
RGB: (251,109,93)

Color info

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

RGB color model

#FB6D5D color RGB value is (251,109,93).

  • red value is 251;
  • green value is 109;
  • blue value is 93.
RGB:
(251,109,93)
(98%,43%,36%)

RGB channels and saturation

R 251 of 255 = 98%
G 109 of 255 = 43%
B 93 of 255 = 36%

251
109
93

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

Portions of RGB colors in percentages

R + G + B =
251 + 109 + 93 = 453 (100%)
R 251 of 453 ~ 55.41%
G 109 of 453 ~ 24.06%
B 93 of 453 ~ 20.53%

%55.41
%24.06
%20.53

CMYK color model

#FB6D5D color CMYK value is (0,57,63,2).

  • cyan value is 0.00%
  • magenta value is 56.57%
  • yellow value is 62.95%
  • key color value is 1.57%
CMYK:
(0,57,63,2)
C0M57Y63K2 
(0%,57%,63%,2%)
(0.00/0.57/0.63/0.02)	

CMYK percentages

%0
%56.57
%62.95
%1.57

Codes

Color #FB6D5D in popluar color models

FB6D5D
RGB25110993
HSL95.18%67.45%
HSB/HSV62.95%98.43%
CMYK0.00%56.57%62.95%
1.57%

Color #FB6D5D in popluar number systems.

HEXFB6D5D
Decimal25110993
Binary1111101111011011011101
Octal373155135

Shades and tints

Shades of #FB6D5D

#FB6D5D
(251,109,93)
#E56455
(229,100,85)
#CF5B4D
(207,91,77)
#B95245
(185,82,69)
#A3493D
(163,73,61)
#8D4035
(141,64,53)
#77372D
(119,55,45)
#612E25
(97,46,37)
#4B251D
(75,37,29)
#351C15
(53,28,21)
#1F130D
(31,19,13)
#000000
(0,0,0)

Tints of #FB6D5D

#FB6D5D
(251,109,93)
#FB7A6B
(251,122,107)
#FB8779
(251,135,121)
#FB9487
(251,148,135)
#FBA195
(251,161,149)
#FBAEA3
(251,174,163)
#FBBBB1
(251,187,177)
#FBC8BF
(251,200,191)
#FBD5CD
(251,213,205)
#FBE2DB
(251,226,219)
#FBEFE9
(251,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FB6D5D; }

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

This text font color is #FB6D5D.


Background Color

.myBgColor { background-color: #FB6D5D; }

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

This div background color is #FB6D5D.


Border color

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

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

This div border color is #FB6D5D.


Opacity

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

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

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

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

This text has shadow with #FB6D5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB6D5D on black background.


Color preview on white background

This text has color #FB6D5D on white background.



Black color preview on #FB6D5D background

This text has black color on #FB6D5D background.


White color preview on #FB6D5D background

This text has white color on #FB6D5D background.