COLOR #FEBCC6

HEX: #FEBCC6 RGB: (254,188,198)

Color info

#FEBCC6 contains mainly red and blue colors. Web safe color of #FEBCC6 is #FFCCCC (or #FCC).

RGB color model

#FEBCC6 color RGB value is (254,188,198).

RGB: (254,188,198) (100%, 74%, 78%)

RGB channels and saturation

R 254 of 255 = 100%
G 188 of 255 = 74%
B 198 of 255 = 78%

254
188
198

R + G + B ~ 84%. #FEBCC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 254 + 188 + 198 = 640 (100%)
R 254 of 640 ~ 39.69%
G 188 of 640 ~ 29.38%
B 198 of 640 ~ 30.94'%

%39.69
%29.38
%30.94

CMYK color model

#FEBCC6 color CMYK value is (0,26,22,0).

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

CMYK: (0,26,22,0)
C0M26Y22K0 (0%, 26%, 22%, 0%)
(0.00 / 0.26 / 0.22 / 0.00)

CMYK percentages

%0
%25.98
%22.05
%0.39

Codes

Color #FEBCC6 in popluar color models

FE BC C6
RGB 254 188 198
HSL 351° 97.06% 86.67%
HSB/HSV 351° 25.98% 99.61%
CMYK 0.00% 25.98% 22.05%
0.39%

Color #FEBCC6 in popluar number systems.

HEX FE BC C6
Decimal 254 188 198
Binary 11111110 10111100 11000110
Octal 376 274 306

Shades and tints

Shades of #FEBCC6

#FEBCC6
(254,188,198)
#E7ABB4
(231,171,180)
#D09AA2
(208,154,162)
#B98990
(185,137,144)
#A2787E
(162,120,126)
#8B676C
(139,103,108)
#74565A
(116,86,90)
#5D4548
(93,69,72)
#463436
(70,52,54)
#2F2324
(47,35,36)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #FEBCC6

#FEBCC6
(254,188,198)
#FEC2CB
(254,194,203)
#FEC8D0
(254,200,208)
#FECED5
(254,206,213)
#FED4DA
(254,212,218)
#FEDADF
(254,218,223)
#FEE0E4
(254,224,228)
#FEE6E9
(254,230,233)
#FEECEE
(254,236,238)
#FEF2F3
(254,242,243)
#FEF8F8
(254,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEBCC6; }

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

This text font color is #FEBCC6.

Background Color

.myBgColor { background-color: #FEBCC6; }

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

This div background color is #FEBCC6.

Border color

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

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

This div border color is #FEBCC6.

Opacity

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

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

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

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

This text has shadow with #FEBCC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEBCC6.

Preview

Color preview on black background

This text has color #FEBCC6 on black background.


Color preview on white background

This text has color #FEBCC6 on white background.


Black color preview on #FEBCC6 background

This text has black color on #FEBCC6 background.


White color preview on #FEBCC6 background

This text has white color on #FEBCC6 background.


Related colors

Complementary color

Complementary color for #hex is #014339.


I love getcolorcode.com

Triadic colors

1 #C6FEBC and #BCC6FE with #FEBCC6 are triadic colors.

2 #C6BCFE and #BCFEC6 with #FEBCC6 are triadic colors.