COLOR #FEBDBC

HEX: #FEBDBC RGB: (254,189,188)

Color info

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

RGB color model

#FEBDBC color RGB value is (254,189,188).

RGB: (254,189,188) (100%, 74%, 74%)

RGB channels and saturation

R 254 of 255 = 100%
G 189 of 255 = 74%
B 188 of 255 = 74%

254
189
188

R + G + B ~ 83%. #FEBDBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 254 + 189 + 188 = 631 (100%)
R 254 of 631 ~ 40.25%
G 189 of 631 ~ 29.95%
B 188 of 631 ~ 29.79'%

%40.25
%29.95
%29.79

CMYK color model

#FEBDBC color CMYK value is (0,26,26,0).

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

CMYK: (0,26,26,0)
C0M26Y26K0 (0%, 26%, 26%, 0%)
(0.00 / 0.26 / 0.26 / 0.00)

CMYK percentages

%0
%25.59
%25.98
%0.39

Codes

Color #FEBDBC in popluar color models

FE BD BC
RGB 254 189 188
HSL 97.06% 86.67%
HSB/HSV 25.98% 99.61%
CMYK 0.00% 25.59% 25.98%
0.39%

Color #FEBDBC in popluar number systems.

HEX FE BD BC
Decimal 254 189 188
Binary 11111110 10111101 10111100
Octal 376 275 274

Shades and tints

Shades of #FEBDBC

#FEBDBC
(254,189,188)
#E7ACAB
(231,172,171)
#D09B9A
(208,155,154)
#B98A89
(185,138,137)
#A27978
(162,121,120)
#8B6867
(139,104,103)
#745756
(116,87,86)
#5D4645
(93,70,69)
#463534
(70,53,52)
#2F2423
(47,36,35)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #FEBDBC

#FEBDBC
(254,189,188)
#FEC3C2
(254,195,194)
#FEC9C8
(254,201,200)
#FECFCE
(254,207,206)
#FED5D4
(254,213,212)
#FEDBDA
(254,219,218)
#FEE1E0
(254,225,224)
#FEE7E6
(254,231,230)
#FEEDEC
(254,237,236)
#FEF3F2
(254,243,242)
#FEF9F8
(254,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEBDBC; }

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

This text font color is #FEBDBC.

Background Color

.myBgColor { background-color: #FEBDBC; }

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

This div background color is #FEBDBC.

Border color

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

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

This div border color is #FEBDBC.

Opacity

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

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

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

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

This text has shadow with #FEBDBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEBDBC.

Preview

Color preview on black background

This text has color #FEBDBC on black background.


Color preview on white background

This text has color #FEBDBC on white background.


Black color preview on #FEBDBC background

This text has black color on #FEBDBC background.


White color preview on #FEBDBC background

This text has white color on #FEBDBC background.


Related colors

Complementary color

Complementary color for #hex is #014243.


I love getcolorcode.com

Triadic colors

1 #BCFEBD and #BDBCFE with #FEBDBC are triadic colors.

2 #BCBDFE and #BDFEBC with #FEBDBC are triadic colors.