COLOR #FEB6B4

HEX: #FEB6B4
RGB: (254,182,180)

Color info

#FEB6B4 contains mainly red color. Web safe color of #FEB6B4 is #FFCCCC (or #FCC).

RGB color model

#FEB6B4 color RGB value is (254,182,180).

  • red value is 254;
  • green value is 182;
  • blue value is 180.
RGB:
(254,182,180)
(100%,71%,71%)

RGB channels and saturation

R 254 of 255 = 100%
G 182 of 255 = 71%
B 180 of 255 = 71%

254
182
180

R + G + B ~ 81%. #FEB6B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 182 + 180 = 616 (100%)
R 254 of 616 ~ 41.23%
G 182 of 616 ~ 29.55%
B 180 of 616 ~ 29.22%

%41.23
%29.55
%29.22

CMYK color model

#FEB6B4 color CMYK value is (0,28,29,0).

  • cyan value is 0.00%
  • magenta value is 28.35%
  • yellow value is 29.13%
  • key color value is 0.39%
CMYK:
(0,28,29,0)
C0M28Y29K0 
(0%,28%,29%,0%)
(0.00/0.28/0.29/0.00)	

CMYK percentages

%0
%28.35
%29.13
%0.39

Codes

Color #FEB6B4 in popluar color models

FEB6B4
RGB254182180
HSL97.37%85.10%
HSB/HSV29.13%99.61%
CMYK0.00%28.35%29.13%
0.39%

Color #FEB6B4 in popluar number systems.

HEXFEB6B4
Decimal254182180
Binary111111101011011010110100
Octal376266264

Shades and tints

Shades of #FEB6B4

#FEB6B4
(254,182,180)
#E7A6A4
(231,166,164)
#D09694
(208,150,148)
#B98684
(185,134,132)
#A27674
(162,118,116)
#8B6664
(139,102,100)
#745654
(116,86,84)
#5D4644
(93,70,68)
#463634
(70,54,52)
#2F2624
(47,38,36)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #FEB6B4

#FEB6B4
(254,182,180)
#FEBCBA
(254,188,186)
#FEC2C0
(254,194,192)
#FEC8C6
(254,200,198)
#FECECC
(254,206,204)
#FED4D2
(254,212,210)
#FEDAD8
(254,218,216)
#FEE0DE
(254,224,222)
#FEE6E4
(254,230,228)
#FEECEA
(254,236,234)
#FEF2F0
(254,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEB6B4 color. Also use rgb(254,182,180) instead hex code.

Text Font Color

.myTextColor { color: #FEB6B4; }

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

This text font color is #FEB6B4.


Background Color

.myBgColor { background-color: #FEB6B4; }

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

This div background color is #FEB6B4.


Border color

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

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

This div border color is #FEB6B4.


Opacity

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

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

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

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

This text has shadow with #FEB6B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEB6B4 on black background.


Color preview on white background

This text has color #FEB6B4 on white background.



Black color preview on #FEB6B4 background

This text has black color on #FEB6B4 background.


White color preview on #FEB6B4 background

This text has white color on #FEB6B4 background.