COLOR #FB687A

HEX: #FB687A
RGB: (251,104,122)

Color info

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

RGB color model

#FB687A color RGB value is (251,104,122).

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

RGB channels and saturation

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

251
104
122

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

Portions of RGB colors in percentages

R + G + B =
251 + 104 + 122 = 477 (100%)
R 251 of 477 ~ 52.62%
G 104 of 477 ~ 21.8%
B 122 of 477 ~ 25.58%

%52.62
%21.8
%25.58

CMYK color model

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

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

CMYK percentages

%0
%58.57
%51.39
%1.57

Codes

Color #FB687A in popluar color models

FB687A
RGB251104122
HSL353°94.84%69.61%
HSB/HSV353°58.57%98.43%
CMYK0.00%58.57%51.39%
1.57%

Color #FB687A in popluar number systems.

HEXFB687A
Decimal251104122
Binary1111101111010001111010
Octal373150172

Shades and tints

Shades of #FB687A

#FB687A
(251,104,122)
#E55F6F
(229,95,111)
#CF5664
(207,86,100)
#B94D59
(185,77,89)
#A3444E
(163,68,78)
#8D3B43
(141,59,67)
#773238
(119,50,56)
#61292D
(97,41,45)
#4B2022
(75,32,34)
#351717
(53,23,23)
#1F0E0C
(31,14,12)
#000000
(0,0,0)

Tints of #FB687A

#FB687A
(251,104,122)
#FB7586
(251,117,134)
#FB8292
(251,130,146)
#FB8F9E
(251,143,158)
#FB9CAA
(251,156,170)
#FBA9B6
(251,169,182)
#FBB6C2
(251,182,194)
#FBC3CE
(251,195,206)
#FBD0DA
(251,208,218)
#FBDDE6
(251,221,230)
#FBEAF2
(251,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FB687A; }

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

This text font color is #FB687A.


Background Color

.myBgColor { background-color: #FB687A; }

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

This div background color is #FB687A.


Border color

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

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

This div border color is #FB687A.


Opacity

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

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

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

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

This text has shadow with #FB687A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB687A on black background.


Color preview on white background

This text has color #FB687A on white background.



Black color preview on #FB687A background

This text has black color on #FB687A background.


White color preview on #FB687A background

This text has white color on #FB687A background.