COLOR #FB6C7E

HEX: #FB6C7E
RGB: (251,108,126)

Color info

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

RGB color model

#FB6C7E color RGB value is (251,108,126).

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

RGB channels and saturation

R 251 of 255 = 98%
G 108 of 255 = 42%
B 126 of 255 = 49%

251
108
126

R + G + B ~ 63%. #FB6C7E is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 108 + 126 = 485 (100%)
R 251 of 485 ~ 51.75%
G 108 of 485 ~ 22.27%
B 126 of 485 ~ 25.98%

%51.75
%22.27
%25.98

CMYK color model

#FB6C7E color CMYK value is (0,57,50,2).

  • cyan value is 0.00%
  • magenta value is 56.97%
  • yellow value is 49.80%
  • key color value is 1.57%
CMYK:
(0,57,50,2)
C0M57Y50K2 
(0%,57%,50%,2%)
(0.00/0.57/0.50/0.02)	

CMYK percentages

%0
%56.97
%49.8
%1.57

Codes

Color #FB6C7E in popluar color models

FB6C7E
RGB251108126
HSL352°94.70%70.39%
HSB/HSV352°56.97%98.43%
CMYK0.00%56.97%49.80%
1.57%

Color #FB6C7E in popluar number systems.

HEXFB6C7E
Decimal251108126
Binary1111101111011001111110
Octal373154176

Shades and tints

Shades of #FB6C7E

#FB6C7E
(251,108,126)
#E56373
(229,99,115)
#CF5A68
(207,90,104)
#B9515D
(185,81,93)
#A34852
(163,72,82)
#8D3F47
(141,63,71)
#77363C
(119,54,60)
#612D31
(97,45,49)
#4B2426
(75,36,38)
#351B1B
(53,27,27)
#1F1210
(31,18,16)
#000000
(0,0,0)

Tints of #FB6C7E

#FB6C7E
(251,108,126)
#FB7989
(251,121,137)
#FB8694
(251,134,148)
#FB939F
(251,147,159)
#FBA0AA
(251,160,170)
#FBADB5
(251,173,181)
#FBBAC0
(251,186,192)
#FBC7CB
(251,199,203)
#FBD4D6
(251,212,214)
#FBE1E1
(251,225,225)
#FBEEEC
(251,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FB6C7E; }

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

This text font color is #FB6C7E.


Background Color

.myBgColor { background-color: #FB6C7E; }

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

This div background color is #FB6C7E.


Border color

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

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

This div border color is #FB6C7E.


Opacity

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

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

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

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

This text has shadow with #FB6C7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB6C7E on black background.


Color preview on white background

This text has color #FB6C7E on white background.



Black color preview on #FB6C7E background

This text has black color on #FB6C7E background.


White color preview on #FB6C7E background

This text has white color on #FB6C7E background.