COLOR #FB7F6D

HEX: #FB7F6D
RGB: (251,127,109)

Color info

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

RGB color model

#FB7F6D color RGB value is (251,127,109).

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

RGB channels and saturation

R 251 of 255 = 98%
G 127 of 255 = 50%
B 109 of 255 = 43%

251
127
109

R + G + B ~ 64%. #FB7F6D is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 127 + 109 = 487 (100%)
R 251 of 487 ~ 51.54%
G 127 of 487 ~ 26.08%
B 109 of 487 ~ 22.38%

%51.54
%26.08
%22.38

CMYK color model

#FB7F6D color CMYK value is (0,49,57,2).

  • cyan value is 0.00%
  • magenta value is 49.40%
  • yellow value is 56.57%
  • key color value is 1.57%
CMYK:
(0,49,57,2)
C0M49Y57K2 
(0%,49%,57%,2%)
(0.00/0.49/0.57/0.02)	

CMYK percentages

%0
%49.4
%56.57
%1.57

Codes

Color #FB7F6D in popluar color models

FB7F6D
RGB251127109
HSL94.67%70.59%
HSB/HSV56.57%98.43%
CMYK0.00%49.40%56.57%
1.57%

Color #FB7F6D in popluar number systems.

HEXFB7F6D
Decimal251127109
Binary1111101111111111101101
Octal373177155

Shades and tints

Shades of #FB7F6D

#FB7F6D
(251,127,109)
#E57464
(229,116,100)
#CF695B
(207,105,91)
#B95E52
(185,94,82)
#A35349
(163,83,73)
#8D4840
(141,72,64)
#773D37
(119,61,55)
#61322E
(97,50,46)
#4B2725
(75,39,37)
#351C1C
(53,28,28)
#1F1113
(31,17,19)
#000000
(0,0,0)

Tints of #FB7F6D

#FB7F6D
(251,127,109)
#FB8A7A
(251,138,122)
#FB9587
(251,149,135)
#FBA094
(251,160,148)
#FBABA1
(251,171,161)
#FBB6AE
(251,182,174)
#FBC1BB
(251,193,187)
#FBCCC8
(251,204,200)
#FBD7D5
(251,215,213)
#FBE2E2
(251,226,226)
#FBEDEF
(251,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FB7F6D; }

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

This text font color is #FB7F6D.


Background Color

.myBgColor { background-color: #FB7F6D; }

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

This div background color is #FB7F6D.


Border color

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

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

This div border color is #FB7F6D.


Opacity

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

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

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

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

This text has shadow with #FB7F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB7F6D on black background.


Color preview on white background

This text has color #FB7F6D on white background.



Black color preview on #FB7F6D background

This text has black color on #FB7F6D background.


White color preview on #FB7F6D background

This text has white color on #FB7F6D background.