COLOR #FE7B6B

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

254
123
107

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

Portions of RGB colors in percentages

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

%52.48
%25.41
%22.11

CMYK color model

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

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

CMYK percentages

%0
%51.57
%57.87
%0.39

Codes

Color #FE7B6B in popluar color models

FE7B6B
RGB254123107
HSL98.66%70.78%
HSB/HSV57.87%99.61%
CMYK0.00%51.57%57.87%
0.39%

Color #FE7B6B in popluar number systems.

HEXFE7B6B
Decimal254123107
Binary1111111011110111101011
Octal376173153

Shades and tints

Shades of #FE7B6B

#FE7B6B
(254,123,107)
#E77062
(231,112,98)
#D06559
(208,101,89)
#B95A50
(185,90,80)
#A24F47
(162,79,71)
#8B443E
(139,68,62)
#743935
(116,57,53)
#5D2E2C
(93,46,44)
#462323
(70,35,35)
#2F181A
(47,24,26)
#180D11
(24,13,17)
#000000
(0,0,0)

Tints of #FE7B6B

#FE7B6B
(254,123,107)
#FE8778
(254,135,120)
#FE9385
(254,147,133)
#FE9F92
(254,159,146)
#FEAB9F
(254,171,159)
#FEB7AC
(254,183,172)
#FEC3B9
(254,195,185)
#FECFC6
(254,207,198)
#FEDBD3
(254,219,211)
#FEE7E0
(254,231,224)
#FEF3ED
(254,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FE7B6B; }

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

This text font color is #FE7B6B.


Background Color

.myBgColor { background-color: #FE7B6B; }

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

This div background color is #FE7B6B.


Border color

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

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

This div border color is #FE7B6B.


Opacity

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

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

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

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

This text has shadow with #FE7B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE7B6B on black background.


Color preview on white background

This text has color #FE7B6B on white background.



Black color preview on #FE7B6B background

This text has black color on #FE7B6B background.


White color preview on #FE7B6B background

This text has white color on #FE7B6B background.