COLOR #FFBAEA

HEX: #FFBAEA RGB: (255,186,234)

Color info

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

RGB color model

#FFBAEA color RGB value is (255,186,234).

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

RGB channels and saturation

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

255
186
234

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

Portions of RGB colors in percentages

R + G + B = 255 + 186 + 234 = 675 (100%)
R 255 of 675 ~ 37.78%
G 186 of 675 ~ 27.56%
B 234 of 675 ~ 34.67'%

%37.78
%27.56
%34.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.06%
  • yellow value is 8.24%
  • key color value is 0.00%

CMYK: (0,27,8,0)
C0M27Y8K0 (0%, 27%, 8%, 0%)
(0.00 / 0.27 / 0.08 / 0.00)

CMYK percentages

%0
%27.06
%8.24
%0

Codes

Color #FFBAEA in popluar color models

FF BA EA
RGB 255 186 234
HSL 318° 100.00% 86.47%
HSB/HSV 318° 27.06% 100.00%
CMYK 0.00% 27.06% 8.24%
0.00%

Color #FFBAEA in popluar number systems.

HEX FF BA EA
Decimal 255 186 234
Binary 11111111 10111010 11101010
Octal 377 272 352

Shades and tints

Shades of #FFBAEA

#FFBAEA
(255,186,234)
#E8AAD5
(232,170,213)
#D19AC0
(209,154,192)
#BA8AAB
(186,138,171)
#A37A96
(163,122,150)
#8C6A81
(140,106,129)
#755A6C
(117,90,108)
#5E4A57
(94,74,87)
#473A42
(71,58,66)
#302A2D
(48,42,45)
#191A18
(25,26,24)
#000000
(0,0,0)

Tints of #FFBAEA

#FFBAEA
(255,186,234)
#FFC0EB
(255,192,235)
#FFC6EC
(255,198,236)
#FFCCED
(255,204,237)
#FFD2EE
(255,210,238)
#FFD8EF
(255,216,239)
#FFDEF0
(255,222,240)
#FFE4F1
(255,228,241)
#FFEAF2
(255,234,242)
#FFF0F3
(255,240,243)
#FFF6F4
(255,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFBAEA; }

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

This text font color is #FFBAEA.

Background Color

.myBgColor { background-color: #FFBAEA; }

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

This div background color is #FFBAEA.

Border color

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

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

This div border color is #FFBAEA.

Opacity

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

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

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

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

This text has shadow with #FFBAEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFBAEA.

Preview

Color preview on black background

This text has color #FFBAEA on black background.


Color preview on white background

This text has color #FFBAEA on white background.


Black color preview on #FFBAEA background

This text has black color on #FFBAEA background.


White color preview on #FFBAEA background

This text has white color on #FFBAEA background.


Related colors

Complementary color

Complementary color for #hex is #004515.


I love getcolorcode.com

Triadic colors

1 #EAFFBA and #BAEAFF with #FFBAEA are triadic colors.

2 #EABAFF and #BAFFEA with #FFBAEA are triadic colors.