COLOR #FEB2BE

HEX: #FEB2BE
RGB: (254,178,190)

Color info

#FEB2BE contains mainly red color. Web safe color of #FEB2BE is #FF99CC (or #F9C).

RGB color model

#FEB2BE color RGB value is (254,178,190).

  • red value is 254;
  • green value is 178;
  • blue value is 190.
RGB:
(254,178,190)
(100%,70%,75%)

RGB channels and saturation

R 254 of 255 = 100%
G 178 of 255 = 70%
B 190 of 255 = 75%

254
178
190

R + G + B ~ 82%. #FEB2BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 178 + 190 = 622 (100%)
R 254 of 622 ~ 40.84%
G 178 of 622 ~ 28.62%
B 190 of 622 ~ 30.55%

%40.84
%28.62
%30.55

CMYK color model

#FEB2BE color CMYK value is (0,30,25,0).

  • cyan value is 0.00%
  • magenta value is 29.92%
  • yellow value is 25.20%
  • key color value is 0.39%
CMYK:
(0,30,25,0)
C0M30Y25K0 
(0%,30%,25%,0%)
(0.00/0.30/0.25/0.00)	

CMYK percentages

%0
%29.92
%25.2
%0.39

Codes

Color #FEB2BE in popluar color models

FEB2BE
RGB254178190
HSL351°97.44%84.71%
HSB/HSV351°29.92%99.61%
CMYK0.00%29.92%25.20%
0.39%

Color #FEB2BE in popluar number systems.

HEXFEB2BE
Decimal254178190
Binary111111101011001010111110
Octal376262276

Shades and tints

Shades of #FEB2BE

#FEB2BE
(254,178,190)
#E7A2AD
(231,162,173)
#D0929C
(208,146,156)
#B9828B
(185,130,139)
#A2727A
(162,114,122)
#8B6269
(139,98,105)
#745258
(116,82,88)
#5D4247
(93,66,71)
#463236
(70,50,54)
#2F2225
(47,34,37)
#181214
(24,18,20)
#000000
(0,0,0)

Tints of #FEB2BE

#FEB2BE
(254,178,190)
#FEB9C3
(254,185,195)
#FEC0C8
(254,192,200)
#FEC7CD
(254,199,205)
#FECED2
(254,206,210)
#FED5D7
(254,213,215)
#FEDCDC
(254,220,220)
#FEE3E1
(254,227,225)
#FEEAE6
(254,234,230)
#FEF1EB
(254,241,235)
#FEF8F0
(254,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEB2BE color. Also use rgb(254,178,190) instead hex code.

Text Font Color

.myTextColor { color: #FEB2BE; }

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

This text font color is #FEB2BE.


Background Color

.myBgColor { background-color: #FEB2BE; }

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

This div background color is #FEB2BE.


Border color

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

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

This div border color is #FEB2BE.


Opacity

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

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

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

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

This text has shadow with #FEB2BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEB2BE on black background.


Color preview on white background

This text has color #FEB2BE on white background.



Black color preview on #FEB2BE background

This text has black color on #FEB2BE background.


White color preview on #FEB2BE background

This text has white color on #FEB2BE background.