COLOR #FEB1BD

HEX: #FEB1BD RGB: (254,177,189)

Color info

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

RGB color model

#FEB1BD color RGB value is (254,177,189).

RGB: (254,177,189) (100%, 69%, 74%)

RGB channels and saturation

R 254 of 255 = 100%
G 177 of 255 = 69%
B 189 of 255 = 74%

254
177
189

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

Portions of RGB colors in percentages

R + G + B = 254 + 177 + 189 = 620 (100%)
R 254 of 620 ~ 40.97%
G 177 of 620 ~ 28.55%
B 189 of 620 ~ 30.48'%

%40.97
%28.55
%30.48

CMYK color model

#FEB1BD color CMYK value is (0,30,26,0).

  • cyan value is 0.00%
  • magenta value is 30.31%
  • yellow value is 25.59%
  • key color value is 0.39%

CMYK: (0,30,26,0)
C0M30Y26K0 (0%, 30%, 26%, 0%)
(0.00 / 0.30 / 0.26 / 0.00)

CMYK percentages

%0
%30.31
%25.59
%0.39

Codes

Color #FEB1BD in popluar color models

FE B1 BD
RGB 254 177 189
HSL 351° 97.47% 84.51%
HSB/HSV 351° 30.31% 99.61%
CMYK 0.00% 30.31% 25.59%
0.39%

Color #FEB1BD in popluar number systems.

HEX FE B1 BD
Decimal 254 177 189
Binary 11111110 10110001 10111101
Octal 376 261 275

Shades and tints

Shades of #FEB1BD

#FEB1BD
(254,177,189)
#E7A1AC
(231,161,172)
#D0919B
(208,145,155)
#B9818A
(185,129,138)
#A27179
(162,113,121)
#8B6168
(139,97,104)
#745157
(116,81,87)
#5D4146
(93,65,70)
#463135
(70,49,53)
#2F2124
(47,33,36)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #FEB1BD

#FEB1BD
(254,177,189)
#FEB8C3
(254,184,195)
#FEBFC9
(254,191,201)
#FEC6CF
(254,198,207)
#FECDD5
(254,205,213)
#FED4DB
(254,212,219)
#FEDBE1
(254,219,225)
#FEE2E7
(254,226,231)
#FEE9ED
(254,233,237)
#FEF0F3
(254,240,243)
#FEF7F9
(254,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEB1BD color. Also use rgb(254,177,189) instead hex code.

Text Font Color

.myTextColor { color: #FEB1BD; }

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

This text font color is #FEB1BD.

Background Color

.myBgColor { background-color: #FEB1BD; }

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

This div background color is #FEB1BD.

Border color

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

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

This div border color is #FEB1BD.

Opacity

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

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

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

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

This text has shadow with #FEB1BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEB1BD.

Preview

Color preview on black background

This text has color #FEB1BD on black background.


Color preview on white background

This text has color #FEB1BD on white background.


Black color preview on #FEB1BD background

This text has black color on #FEB1BD background.


White color preview on #FEB1BD background

This text has white color on #FEB1BD background.


Related colors

Complementary color

Complementary color for #hex is #014E42.


I love getcolorcode.com

Triadic colors

1 #BDFEB1 and #B1BDFE with #FEB1BD are triadic colors.

2 #BDB1FE and #B1FEBD with #FEB1BD are triadic colors.