COLOR #FB6F6B

HEX: #FB6F6B
RGB: (251,111,107)

Color info

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

RGB color model

#FB6F6B color RGB value is (251,111,107).

  • red value is 251;
  • green value is 111;
  • blue value is 107.
RGB:
(251,111,107)
(98%,44%,42%)

RGB channels and saturation

R 251 of 255 = 98%
G 111 of 255 = 44%
B 107 of 255 = 42%

251
111
107

R + G + B ~ 61%. #FB6F6B is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 111 + 107 = 469 (100%)
R 251 of 469 ~ 53.52%
G 111 of 469 ~ 23.67%
B 107 of 469 ~ 22.81%

%53.52
%23.67
%22.81

CMYK color model

#FB6F6B color CMYK value is (0,56,57,2).

  • cyan value is 0.00%
  • magenta value is 55.78%
  • yellow value is 57.37%
  • key color value is 1.57%
CMYK:
(0,56,57,2)
C0M56Y57K2 
(0%,56%,57%,2%)
(0.00/0.56/0.57/0.02)	

CMYK percentages

%0
%55.78
%57.37
%1.57

Codes

Color #FB6F6B in popluar color models

FB6F6B
RGB251111107
HSL94.74%70.20%
HSB/HSV57.37%98.43%
CMYK0.00%55.78%57.37%
1.57%

Color #FB6F6B in popluar number systems.

HEXFB6F6B
Decimal251111107
Binary1111101111011111101011
Octal373157153

Shades and tints

Shades of #FB6F6B

#FB6F6B
(251,111,107)
#E56562
(229,101,98)
#CF5B59
(207,91,89)
#B95150
(185,81,80)
#A34747
(163,71,71)
#8D3D3E
(141,61,62)
#773335
(119,51,53)
#61292C
(97,41,44)
#4B1F23
(75,31,35)
#35151A
(53,21,26)
#1F0B11
(31,11,17)
#000000
(0,0,0)

Tints of #FB6F6B

#FB6F6B
(251,111,107)
#FB7C78
(251,124,120)
#FB8985
(251,137,133)
#FB9692
(251,150,146)
#FBA39F
(251,163,159)
#FBB0AC
(251,176,172)
#FBBDB9
(251,189,185)
#FBCAC6
(251,202,198)
#FBD7D3
(251,215,211)
#FBE4E0
(251,228,224)
#FBF1ED
(251,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FB6F6B; }

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

This text font color is #FB6F6B.


Background Color

.myBgColor { background-color: #FB6F6B; }

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

This div background color is #FB6F6B.


Border color

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

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

This div border color is #FB6F6B.


Opacity

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

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

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

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

This text has shadow with #FB6F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB6F6B on black background.


Color preview on white background

This text has color #FB6F6B on white background.



Black color preview on #FB6F6B background

This text has black color on #FB6F6B background.


White color preview on #FB6F6B background

This text has white color on #FB6F6B background.