COLOR #FBACE6

HEX: #FBACE6 RGB: (251,172,230)

Color info

#FBACE6 contains mainly red and blue colors. Web safe color of #FBACE6 is #FF99CC (or #F9C).

RGB color model

#FBACE6 color RGB value is (251,172,230).

RGB: (251,172,230) (98%, 67%, 90%)

RGB channels and saturation

R 251 of 255 = 98%
G 172 of 255 = 67%
B 230 of 255 = 90%

251
172
230

R + G + B ~ 85%. #FBACE6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 251 + 172 + 230 = 653 (100%)
R 251 of 653 ~ 38.44%
G 172 of 653 ~ 26.34%
B 230 of 653 ~ 35.22'%

%38.44
%26.34
%35.22

CMYK color model

#FBACE6 color CMYK value is (0,31,8,2).

  • cyan value is 0.00%
  • magenta value is 31.47%
  • yellow value is 8.37%
  • key color value is 1.57%

CMYK: (0,31,8,2)
C0M31Y8K2 (0%, 31%, 8%, 2%)
(0.00 / 0.31 / 0.08 / 0.02)

CMYK percentages

%0
%31.47
%8.37
%1.57

Codes

Color #FBACE6 in popluar color models

FB AC E6
RGB 251 172 230
HSL 316° 90.80% 82.94%
HSB/HSV 316° 31.47% 98.43%
CMYK 0.00% 31.47% 8.37%
1.57%

Color #FBACE6 in popluar number systems.

HEX FB AC E6
Decimal 251 172 230
Binary 11111011 10101100 11100110
Octal 373 254 346

Shades and tints

Shades of #FBACE6

#FBACE6
(251,172,230)
#E59DD2
(229,157,210)
#CF8EBE
(207,142,190)
#B97FAA
(185,127,170)
#A37096
(163,112,150)
#8D6182
(141,97,130)
#77526E
(119,82,110)
#61435A
(97,67,90)
#4B3446
(75,52,70)
#352532
(53,37,50)
#1F161E
(31,22,30)
#000000
(0,0,0)

Tints of #FBACE6

#FBACE6
(251,172,230)
#FBB3E8
(251,179,232)
#FBBAEA
(251,186,234)
#FBC1EC
(251,193,236)
#FBC8EE
(251,200,238)
#FBCFF0
(251,207,240)
#FBD6F2
(251,214,242)
#FBDDF4
(251,221,244)
#FBE4F6
(251,228,246)
#FBEBF8
(251,235,248)
#FBF2FA
(251,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBACE6 color. Also use rgb(251,172,230) instead hex code.

Text Font Color

.myTextColor { color: #FBACE6; }

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

This text font color is #FBACE6.

Background Color

.myBgColor { background-color: #FBACE6; }

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

This div background color is #FBACE6.

Border color

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

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

This div border color is #FBACE6.

Opacity

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

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

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

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

This text has shadow with #FBACE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBACE6.

Preview

Color preview on black background

This text has color #FBACE6 on black background.


Color preview on white background

This text has color #FBACE6 on white background.


Black color preview on #FBACE6 background

This text has black color on #FBACE6 background.


White color preview on #FBACE6 background

This text has white color on #FBACE6 background.


Related colors

Complementary color

Complementary color for #hex is #045319.


I love getcolorcode.com

Triadic colors

1 #E6FBAC and #ACE6FB with #FBACE6 are triadic colors.

2 #E6ACFB and #ACFBE6 with #FBACE6 are triadic colors.