COLOR #FFBAED

HEX: #FFBAED RGB: (255,186,237)

Color info

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

RGB color model

#FFBAED color RGB value is (255,186,237).

RGB: (255,186,237) (100%, 73%, 93%)

RGB channels and saturation

R 255 of 255 = 100%
G 186 of 255 = 73%
B 237 of 255 = 93%

255
186
237

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

Portions of RGB colors in percentages

R + G + B = 255 + 186 + 237 = 678 (100%)
R 255 of 678 ~ 37.61%
G 186 of 678 ~ 27.43%
B 237 of 678 ~ 34.96'%

%37.61
%27.43
%34.96

CMYK color model

#FFBAED color CMYK value is (0,27,7,0).

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

CMYK: (0,27,7,0)
C0M27Y7K0 (0%, 27%, 7%, 0%)
(0.00 / 0.27 / 0.07 / 0.00)

CMYK percentages

%0
%27.06
%7.06
%0

Codes

Color #FFBAED in popluar color models

FF BA ED
RGB 255 186 237
HSL 316° 100.00% 86.47%
HSB/HSV 316° 27.06% 100.00%
CMYK 0.00% 27.06% 7.06%
0.00%

Color #FFBAED in popluar number systems.

HEX FF BA ED
Decimal 255 186 237
Binary 11111111 10111010 11101101
Octal 377 272 355

Shades and tints

Shades of #FFBAED

#FFBAED
(255,186,237)
#E8AAD8
(232,170,216)
#D19AC3
(209,154,195)
#BA8AAE
(186,138,174)
#A37A99
(163,122,153)
#8C6A84
(140,106,132)
#755A6F
(117,90,111)
#5E4A5A
(94,74,90)
#473A45
(71,58,69)
#302A30
(48,42,48)
#191A1B
(25,26,27)
#000000
(0,0,0)

Tints of #FFBAED

#FFBAED
(255,186,237)
#FFC0EE
(255,192,238)
#FFC6EF
(255,198,239)
#FFCCF0
(255,204,240)
#FFD2F1
(255,210,241)
#FFD8F2
(255,216,242)
#FFDEF3
(255,222,243)
#FFE4F4
(255,228,244)
#FFEAF5
(255,234,245)
#FFF0F6
(255,240,246)
#FFF6F7
(255,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFBAED; }

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

This text font color is #FFBAED.

Background Color

.myBgColor { background-color: #FFBAED; }

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

This div background color is #FFBAED.

Border color

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

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

This div border color is #FFBAED.

Opacity

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

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

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

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

This text has shadow with #FFBAED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFBAED.

Preview

Color preview on black background

This text has color #FFBAED on black background.


Color preview on white background

This text has color #FFBAED on white background.


Black color preview on #FFBAED background

This text has black color on #FFBAED background.


White color preview on #FFBAED background

This text has white color on #FFBAED background.


Related colors

Complementary color

Complementary color for #hex is #004512.


I love getcolorcode.com

Triadic colors

1 #EDFFBA and #BAEDFF with #FFBAED are triadic colors.

2 #EDBAFF and #BAFFED with #FFBAED are triadic colors.