COLOR #FB657E

HEX: #FB657E
RGB: (251,101,126)

Color info

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

RGB color model

#FB657E color RGB value is (251,101,126).

  • red value is 251;
  • green value is 101;
  • blue value is 126.
RGB:
(251,101,126)
(98%,40%,49%)

RGB channels and saturation

R 251 of 255 = 98%
G 101 of 255 = 40%
B 126 of 255 = 49%

251
101
126

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

Portions of RGB colors in percentages

R + G + B =
251 + 101 + 126 = 478 (100%)
R 251 of 478 ~ 52.51%
G 101 of 478 ~ 21.13%
B 126 of 478 ~ 26.36%

%52.51
%21.13
%26.36

CMYK color model

#FB657E color CMYK value is (0,60,50,2).

  • cyan value is 0.00%
  • magenta value is 59.76%
  • yellow value is 49.80%
  • key color value is 1.57%
CMYK:
(0,60,50,2)
C0M60Y50K2 
(0%,60%,50%,2%)
(0.00/0.60/0.50/0.02)	

CMYK percentages

%0
%59.76
%49.8
%1.57

Codes

Color #FB657E in popluar color models

FB657E
RGB251101126
HSL350°94.94%69.02%
HSB/HSV350°59.76%98.43%
CMYK0.00%59.76%49.80%
1.57%

Color #FB657E in popluar number systems.

HEXFB657E
Decimal251101126
Binary1111101111001011111110
Octal373145176

Shades and tints

Shades of #FB657E

#FB657E
(251,101,126)
#E55C73
(229,92,115)
#CF5368
(207,83,104)
#B94A5D
(185,74,93)
#A34152
(163,65,82)
#8D3847
(141,56,71)
#772F3C
(119,47,60)
#612631
(97,38,49)
#4B1D26
(75,29,38)
#35141B
(53,20,27)
#1F0B10
(31,11,16)
#000000
(0,0,0)

Tints of #FB657E

#FB657E
(251,101,126)
#FB7389
(251,115,137)
#FB8194
(251,129,148)
#FB8F9F
(251,143,159)
#FB9DAA
(251,157,170)
#FBABB5
(251,171,181)
#FBB9C0
(251,185,192)
#FBC7CB
(251,199,203)
#FBD5D6
(251,213,214)
#FBE3E1
(251,227,225)
#FBF1EC
(251,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FB657E; }

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

This text font color is #FB657E.


Background Color

.myBgColor { background-color: #FB657E; }

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

This div background color is #FB657E.


Border color

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

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

This div border color is #FB657E.


Opacity

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

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

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

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

This text has shadow with #FB657E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB657E on black background.


Color preview on white background

This text has color #FB657E on white background.



Black color preview on #FB657E background

This text has black color on #FB657E background.


White color preview on #FB657E background

This text has white color on #FB657E background.