Color Hex Logo

#fbbaee Color Hex

#FBBAEE
(251,186,238)
0 Favorites   0 Comments

Color spaces of #fbbaee

RGB 251186238
HSL0.870.890.86
HSV312°26°98°
CMYK 0.000.260.05   0.02
XYZ72.775261.800188.9819
Yxy61.80010.32550.2764
Hunter Lab78.613027.6717-12.0811
CIE-Lab82.807031.5311-16.6297

#fbbaee color RGB value is (251,186,238).

#fbbaee hex color red value is 251, green value is 186 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #fbbaee hue: 0.87 , saturation: 0.89 and the lightness value of fbbaee is 0.86.

The process color (four color CMYK) of #fbbaee color hex is 0.00, 0.26, 0.05, 0.02. Web safe color of #fbbaee is #ffccff. Color #fbbaee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111010 11101110
Octal 373 272 356
Decimal 251 186 238
Hex FB BA EE

RGB Percentages of Color #fbbaee

%37.19
%27.56
%35.26

CMYK Percentages of Color #fbbaee

%0
%26
%5
%2

Triadic Colors of #fbbaee

#fbbaee #eefbba #baeefb

Analogous Colors of #fbbaee

#fbbaee #fbbace #e8bafb

Monochromatic Colors of #fbbaee

#fbbaee

Complementary Color

#fbbaee #bafbc7

#fbbaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbaee Color CSS Codes

.mybgcolor {background-color:#fbbaee; } 
.myforecolor {color:#fbbaee; }
.mybordercolor {border:3px solid #fbbaee; }

#fbbaee Text Font Color

<p style="color:#fbbaee">Text here</p>

This sample text font color is #fbbaee
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fbbaee Background Color

<div style="background-color:#fbbaee">
Div content here</div>

This div background color is #fbbaee


#fbbaee Border Color

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

This div border color is #fbbaee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,186,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbbaee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbbaee;
  -webkit-box-shadow: 1px 1px 3px 2px #fbbaee;
  box-shadow:         1px 1px 3px 2px #fbbaee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,186,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fbbaee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fbbaee;
  -webkit-box-shadow: 1px 1px 3px 2px #fbbaee;
  box-shadow:         1px 1px 3px 2px #fbbaee;">
Div content here</div>

This div box has shadow with color #fbbaee

#fbbaee Color Palettes


Comments

No comments written yet.

Please login to write comment.