COLOR #FFBAEF

HEX: #FFBAEF RGB: (255,186,239)

Color info

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

RGB color model

#FFBAEF color RGB value is (255,186,239).

RGB: (255,186,239) (100%, 73%, 94%)

RGB channels and saturation

R 255 of 255 = 100%
G 186 of 255 = 73%
B 239 of 255 = 94%

255
186
239

R + G + B ~ 89%. #FFBAEF is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 186 + 239 = 680 (100%)
R 255 of 680 ~ 37.5%
G 186 of 680 ~ 27.35%
B 239 of 680 ~ 35.15'%

%37.5
%27.35
%35.15

CMYK color model

#FFBAEF color CMYK value is (0,27,6,0).

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

CMYK: (0,27,6,0)
C0M27Y6K0 (0%, 27%, 6%, 0%)
(0.00 / 0.27 / 0.06 / 0.00)

CMYK percentages

%0
%27.06
%6.27
%0

Codes

Color #FFBAEF in popluar color models

FF BA EF
RGB 255 186 239
HSL 314° 100.00% 86.47%
HSB/HSV 314° 27.06% 100.00%
CMYK 0.00% 27.06% 6.27%
0.00%

Color #FFBAEF in popluar number systems.

HEX FF BA EF
Decimal 255 186 239
Binary 11111111 10111010 11101111
Octal 377 272 357

Shades and tints

Shades of #FFBAEF

#FFBAEF
(255,186,239)
#E8AADA
(232,170,218)
#D19AC5
(209,154,197)
#BA8AB0
(186,138,176)
#A37A9B
(163,122,155)
#8C6A86
(140,106,134)
#755A71
(117,90,113)
#5E4A5C
(94,74,92)
#473A47
(71,58,71)
#302A32
(48,42,50)
#191A1D
(25,26,29)
#000000
(0,0,0)

Tints of #FFBAEF

#FFBAEF
(255,186,239)
#FFC0F0
(255,192,240)
#FFC6F1
(255,198,241)
#FFCCF2
(255,204,242)
#FFD2F3
(255,210,243)
#FFD8F4
(255,216,244)
#FFDEF5
(255,222,245)
#FFE4F6
(255,228,246)
#FFEAF7
(255,234,247)
#FFF0F8
(255,240,248)
#FFF6F9
(255,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFBAEF; }

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

This text font color is #FFBAEF.

Background Color

.myBgColor { background-color: #FFBAEF; }

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

This div background color is #FFBAEF.

Border color

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

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

This div border color is #FFBAEF.

Opacity

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

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

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

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

This text has shadow with #FFBAEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFBAEF.

Preview

Color preview on black background

This text has color #FFBAEF on black background.


Color preview on white background

This text has color #FFBAEF on white background.


Black color preview on #FFBAEF background

This text has black color on #FFBAEF background.


White color preview on #FFBAEF background

This text has white color on #FFBAEF background.


Related colors

Complementary color

Complementary color for #hex is #004510.


I love getcolorcode.com

Triadic colors

1 #EFFFBA and #BAEFFF with #FFBAEF are triadic colors.

2 #EFBAFF and #BAFFEF with #FFBAEF are triadic colors.