Color Hex Logo

#fbbeee Color Hex

#FBBEEE
(251,190,238)
0 Favorites   0 Comments

Color spaces of #fbbeee

RGB 251190238
HSL0.870.880.86
HSV313°24°98°
CMYK 0.000.240.05   0.02
XYZ73.629763.509289.2667
Yxy63.50920.32520.2805
Hunter Lab79.692725.4577-10.6281
CIE-Lab83.709629.4240-15.2728

#fbbeee color RGB value is (251,190,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111110 11101110
Octal 373 276 356
Decimal 251 190 238
Hex FB BE EE

RGB Percentages of Color #fbbeee

%36.97
%27.98
%35.05

CMYK Percentages of Color #fbbeee

%0
%24
%5
%2

Triadic Colors of #fbbeee

#fbbeee #eefbbe #beeefb

Analogous Colors of #fbbeee

#fbbeee #fbbed0 #eabefb

Monochromatic Colors of #fbbeee

#fbbeee

Complementary Color

#fbbeee #befbcb

#fbbeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbeee Color CSS Codes

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

#fbbeee Text Font Color

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

This sample text font color is #fbbeee
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.


#fbbeee Background Color

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

This div background color is #fbbeee


#fbbeee Border Color

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

This div border color is #fbbeee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,190,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 #fbbeee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbeee

Related Colors


Comments

No comments written yet.

Please login to write comment.