Color Hex Logo

#fbbbe0 Color Hex

#FBBBE0
(251,187,224)
0 Favorites   0 Comments

Color spaces of #fbbbe0

RGB 251187224
HSL0.900.890.86
HSV325°25°98°
CMYK 0.000.250.11   0.02
XYZ71.008561.431778.6360
Yxy61.43170.33640.2910
Hunter Lab78.378424.5536-4.6200
CIE-Lab82.610328.6472-9.4214

#fbbbe0 color RGB value is (251,187,224).

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

The process color (four color CMYK) of #fbbbe0 color hex is 0.00, 0.25, 0.11, 0.02. Web safe color of #fbbbe0 is #ffcccc. Color #fbbbe0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111011 11100000
Octal 373 273 340
Decimal 251 187 224
Hex FB BB E0

RGB Percentages of Color #fbbbe0

%37.92
%28.25
%33.84

CMYK Percentages of Color #fbbbe0

%0
%25
%11
%2

Triadic Colors of #fbbbe0

#fbbbe0 #e0fbbb #bbe0fb

Analogous Colors of #fbbbe0

#fbbbe0 #fbbbc0 #f6bbfb

Monochromatic Colors of #fbbbe0

#fbbbe0

Complementary Color

#fbbbe0 #bbfbd6

#fbbbe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbbe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbbe0 Color CSS Codes

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

#fbbbe0 Text Font Color

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

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


#fbbbe0 Background Color

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

This div background color is #fbbbe0


#fbbbe0 Border Color

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

This div border color is #fbbbe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbbe0

Related Colors


Comments

No comments written yet.

Please login to write comment.