Color Hex Logo

#fbbbee Color Hex

#FBBBEE
(251,187,238)
0 Favorites   0 Comments

Color spaces of #fbbbee

RGB 251187238
HSL0.870.890.86
HSV312°25°98°
CMYK 0.000.250.05   0.02
XYZ72.986662.222989.0523
Yxy62.22290.32550.2775
Hunter Lab78.881527.1179-11.7177
CIE-Lab83.031831.0046-16.2914

#fbbbee color RGB value is (251,187,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111011 11101110
Octal 373 273 356
Decimal 251 187 238
Hex FB BB EE

RGB Percentages of Color #fbbbee

%37.13
%27.66
%35.21

CMYK Percentages of Color #fbbbee

%0
%25
%5
%2

Triadic Colors of #fbbbee

#fbbbee #eefbbb #bbeefb

Analogous Colors of #fbbbee

#fbbbee #fbbbce #e8bbfb

Monochromatic Colors of #fbbbee

#fbbbee

Complementary Color

#fbbbee #bbfbc8

#fbbbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbbee Color CSS Codes

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

#fbbbee Text Font Color

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

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


#fbbbee Background Color

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

This div background color is #fbbbee


#fbbbee Border Color

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

This div border color is #fbbbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbbee

Related Colors


Comments

No comments written yet.

Please login to write comment.