COLOR #FEBAEA

HEX: #FEBAEA RGB: (254,186,234)

Color info

#FEBAEA contains mainly red and blue colors. Web safe color of #FEBAEA is #FFCCFF (or #FCF).

RGB color model

#FEBAEA color RGB value is (254,186,234).

RGB: (254,186,234) (100%, 73%, 92%)

RGB channels and saturation

R 254 of 255 = 100%
G 186 of 255 = 73%
B 234 of 255 = 92%

254
186
234

R + G + B ~ 88%. #FEBAEA is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 186 + 234 = 674 (100%)
R 254 of 674 ~ 37.69%
G 186 of 674 ~ 27.6%
B 234 of 674 ~ 34.72'%

%37.69
%27.6
%34.72

CMYK color model

#FEBAEA color CMYK value is (0,27,8,0).

  • cyan value is 0.00%
  • magenta value is 26.77%
  • yellow value is 7.87%
  • key color value is 0.39%
CMYK: (0,27,8,0) C0M27Y8K0 (0%,27%,8%,0%) (0.00/0.27/0.08/0.00) 

CMYK percentages

%0
%26.77
%7.87
%0.39

Codes

Color #FEBAEA in popluar color models

FE BA EA
RGB 254 186 234
HSL 318° 97.14% 86.27%
HSB/HSV 318° 26.77% 99.61%
CMYK 0.00% 26.77% 7.87%
0.39%

Color #FEBAEA in popluar number systems.

HEX FE BA EA
Decimal 254 186 234
Binary 11111110 10111010 11101010
Octal 376 272 352

Shades and tints

Shades of #FEBAEA

#FEBAEA
(254,186,234)
#E7AAD5
(231,170,213)
#D09AC0
(208,154,192)
#B98AAB
(185,138,171)
#A27A96
(162,122,150)
#8B6A81
(139,106,129)
#745A6C
(116,90,108)
#5D4A57
(93,74,87)
#463A42
(70,58,66)
#2F2A2D
(47,42,45)
#181A18
(24,26,24)
#000000
(0,0,0)

Tints of #FEBAEA

#FEBAEA
(254,186,234)
#FEC0EB
(254,192,235)
#FEC6EC
(254,198,236)
#FECCED
(254,204,237)
#FED2EE
(254,210,238)
#FED8EF
(254,216,239)
#FEDEF0
(254,222,240)
#FEE4F1
(254,228,241)
#FEEAF2
(254,234,242)
#FEF0F3
(254,240,243)
#FEF6F4
(254,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEBAEA; }

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

This text font color is #FEBAEA.

Background Color

.myBgColor { background-color: #FEBAEA; }

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

This div background color is #FEBAEA.

Border color

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

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

This div border color is #FEBAEA.

Opacity

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

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

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

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

This text has shadow with #FEBAEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEBAEA.

Preview

Color preview on black background

This text has color #FEBAEA on black background.


Color preview on white background

This text has color #FEBAEA on white background.


Black color preview on #FEBAEA background

This text has black color on #FEBAEA background.


White color preview on #FEBAEA background

This text has white color on #FEBAEA background.


Related colors

Complementary color

Complementary color for #hex is #014515.


I love getcolorcode.com

Triadic colors

1 #EAFEBA and #BAEAFE with #FEBAEA are triadic colors.

2 #EABAFE and #BAFEEA with #FEBAEA are triadic colors.