COLOR #FBAEFE

HEX: #FBAEFE
RGB: (251,174,254)

Color info

#FBAEFE contains mainly red and blue colors. Web safe color of #FBAEFE is #FF99FF (or #F9F).

RGB color model

#FBAEFE color RGB value is (251,174,254).

  • red value is 251;
  • green value is 174;
  • blue value is 254.
RGB:
(251,174,254)
(98%,68%,100%)

RGB channels and saturation

R 251 of 255 = 98%
G 174 of 255 = 68%
B 254 of 255 = 100%

251
174
254

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

Portions of RGB colors in percentages

R + G + B =
251 + 174 + 254 = 679 (100%)
R 251 of 679 ~ 36.97%
G 174 of 679 ~ 25.63%
B 254 of 679 ~ 37.41%

%36.97
%25.63
%37.41

CMYK color model

#FBAEFE color CMYK value is (1,31,0,0).

  • cyan value is 1.18%
  • magenta value is 31.50%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(1,31,0,0)
C1M31Y0K0 
(1%,31%,0%,0%)
(0.01/0.31/0.00/0.00)	

CMYK percentages

%1.18
%31.5
%0
%0.39

Codes

Color #FBAEFE in popluar color models

FBAEFE
RGB251174254
HSL298°97.56%83.92%
HSB/HSV298°31.50%99.61%
CMYK1.18%31.50%0.00%
0.39%

Color #FBAEFE in popluar number systems.

HEXFBAEFE
Decimal251174254
Binary111110111010111011111110
Octal373256376

Shades and tints

Shades of #FBAEFE

#FBAEFE
(251,174,254)
#E59FE7
(229,159,231)
#CF90D0
(207,144,208)
#B981B9
(185,129,185)
#A372A2
(163,114,162)
#8D638B
(141,99,139)
#775474
(119,84,116)
#61455D
(97,69,93)
#4B3646
(75,54,70)
#35272F
(53,39,47)
#1F1818
(31,24,24)
#000000
(0,0,0)

Tints of #FBAEFE

#FBAEFE
(251,174,254)
#FBB5FE
(251,181,254)
#FBBCFE
(251,188,254)
#FBC3FE
(251,195,254)
#FBCAFE
(251,202,254)
#FBD1FE
(251,209,254)
#FBD8FE
(251,216,254)
#FBDFFE
(251,223,254)
#FBE6FE
(251,230,254)
#FBEDFE
(251,237,254)
#FBF4FE
(251,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBAEFE color. Also use rgb(251,174,254) instead hex code.

Text Font Color

.myTextColor { color: #FBAEFE; }

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

This text font color is #FBAEFE.


Background Color

.myBgColor { background-color: #FBAEFE; }

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

This div background color is #FBAEFE.


Border color

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

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

This div border color is #FBAEFE.


Opacity

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

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

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

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

This text has shadow with #FBAEFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBAEFE on black background.


Color preview on white background

This text has color #FBAEFE on white background.



Black color preview on #FBAEFE background

This text has black color on #FBAEFE background.


White color preview on #FBAEFE background

This text has white color on #FBAEFE background.