COLOR #FEBACD

HEX: #FEBACD RGB: (254,186,205)

Color info

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

RGB color model

#FEBACD color RGB value is (254,186,205).

RGB: (254,186,205) (100%, 73%, 80%)

RGB channels and saturation

R 254 of 255 = 100%
G 186 of 255 = 73%
B 205 of 255 = 80%

254
186
205

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

Portions of RGB colors in percentages

R + G + B = 254 + 186 + 205 = 645 (100%)
R 254 of 645 ~ 39.38%
G 186 of 645 ~ 28.84%
B 205 of 645 ~ 31.78'%

%39.38
%28.84
%31.78

CMYK color model

#FEBACD color CMYK value is (0,27,19,0).

  • cyan value is 0.00%
  • magenta value is 26.77%
  • yellow value is 19.29%
  • key color value is 0.39%

CMYK: (0,27,19,0)
C0M27Y19K0 (0%, 27%, 19%, 0%)
(0.00 / 0.27 / 0.19 / 0.00)

CMYK percentages

%0
%26.77
%19.29
%0.39

Codes

Color #FEBACD in popluar color models

FE BA CD
RGB 254 186 205
HSL 343° 97.14% 86.27%
HSB/HSV 343° 26.77% 99.61%
CMYK 0.00% 26.77% 19.29%
0.39%

Color #FEBACD in popluar number systems.

HEX FE BA CD
Decimal 254 186 205
Binary 11111110 10111010 11001101
Octal 376 272 315

Shades and tints

Shades of #FEBACD

#FEBACD
(254,186,205)
#E7AABB
(231,170,187)
#D09AA9
(208,154,169)
#B98A97
(185,138,151)
#A27A85
(162,122,133)
#8B6A73
(139,106,115)
#745A61
(116,90,97)
#5D4A4F
(93,74,79)
#463A3D
(70,58,61)
#2F2A2B
(47,42,43)
#181A19
(24,26,25)
#000000
(0,0,0)

Tints of #FEBACD

#FEBACD
(254,186,205)
#FEC0D1
(254,192,209)
#FEC6D5
(254,198,213)
#FECCD9
(254,204,217)
#FED2DD
(254,210,221)
#FED8E1
(254,216,225)
#FEDEE5
(254,222,229)
#FEE4E9
(254,228,233)
#FEEAED
(254,234,237)
#FEF0F1
(254,240,241)
#FEF6F5
(254,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEBACD color. Also use rgb(254,186,205) instead hex code.

Text Font Color

.myTextColor { color: #FEBACD; }

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

This text font color is #FEBACD.

Background Color

.myBgColor { background-color: #FEBACD; }

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

This div background color is #FEBACD.

Border color

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

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

This div border color is #FEBACD.

Opacity

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

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

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

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

This text has shadow with #FEBACD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEBACD.

Preview

Color preview on black background

This text has color #FEBACD on black background.


Color preview on white background

This text has color #FEBACD on white background.


Black color preview on #FEBACD background

This text has black color on #FEBACD background.


White color preview on #FEBACD background

This text has white color on #FEBACD background.


Related colors

Complementary color

Complementary color for #hex is #014532.


I love getcolorcode.com

Triadic colors

1 #CDFEBA and #BACDFE with #FEBACD are triadic colors.

2 #CDBAFE and #BAFECD with #FEBACD are triadic colors.