COLOR #FE6B7B

HEX: #FE6B7B
RGB: (254,107,123)

Color info

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

RGB color model

#FE6B7B color RGB value is (254,107,123).

  • red value is 254;
  • green value is 107;
  • blue value is 123.
RGB:
(254,107,123)
(100%,42%,48%)

RGB channels and saturation

R 254 of 255 = 100%
G 107 of 255 = 42%
B 123 of 255 = 48%

254
107
123

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

Portions of RGB colors in percentages

R + G + B =
254 + 107 + 123 = 484 (100%)
R 254 of 484 ~ 52.48%
G 107 of 484 ~ 22.11%
B 123 of 484 ~ 25.41%

%52.48
%22.11
%25.41

CMYK color model

#FE6B7B color CMYK value is (0,58,52,0).

  • cyan value is 0.00%
  • magenta value is 57.87%
  • yellow value is 51.57%
  • key color value is 0.39%
CMYK:
(0,58,52,0)
C0M58Y52K0 
(0%,58%,52%,0%)
(0.00/0.58/0.52/0.00)	

CMYK percentages

%0
%57.87
%51.57
%0.39

Codes

Color #FE6B7B in popluar color models

FE6B7B
RGB254107123
HSL353°98.66%70.78%
HSB/HSV353°57.87%99.61%
CMYK0.00%57.87%51.57%
0.39%

Color #FE6B7B in popluar number systems.

HEXFE6B7B
Decimal254107123
Binary1111111011010111111011
Octal376153173

Shades and tints

Shades of #FE6B7B

#FE6B7B
(254,107,123)
#E76270
(231,98,112)
#D05965
(208,89,101)
#B9505A
(185,80,90)
#A2474F
(162,71,79)
#8B3E44
(139,62,68)
#743539
(116,53,57)
#5D2C2E
(93,44,46)
#462323
(70,35,35)
#2F1A18
(47,26,24)
#18110D
(24,17,13)
#000000
(0,0,0)

Tints of #FE6B7B

#FE6B7B
(254,107,123)
#FE7887
(254,120,135)
#FE8593
(254,133,147)
#FE929F
(254,146,159)
#FE9FAB
(254,159,171)
#FEACB7
(254,172,183)
#FEB9C3
(254,185,195)
#FEC6CF
(254,198,207)
#FED3DB
(254,211,219)
#FEE0E7
(254,224,231)
#FEEDF3
(254,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE6B7B color. Also use rgb(254,107,123) instead hex code.

Text Font Color

.myTextColor { color: #FE6B7B; }

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

This text font color is #FE6B7B.


Background Color

.myBgColor { background-color: #FE6B7B; }

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

This div background color is #FE6B7B.


Border color

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

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

This div border color is #FE6B7B.


Opacity

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

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

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

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

This text has shadow with #FE6B7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE6B7B on black background.


Color preview on white background

This text has color #FE6B7B on white background.



Black color preview on #FE6B7B background

This text has black color on #FE6B7B background.


White color preview on #FE6B7B background

This text has white color on #FE6B7B background.