Color Hex Logo

#fbbbf0 Color Hex

#FBBBF0
(251,187,240)
0 Favorites   0 Comments

Color spaces of #fbbbf0

RGB 251187240
HSL0.860.890.86
HSV310°25°98°
CMYK 0.000.250.04   0.02
XYZ73.282262.341190.6087
Yxy62.34110.32390.2756
Hunter Lab78.956427.4985-12.7705
CIE-Lab83.094531.3517-17.2667

#fbbbf0 color RGB value is (251,187,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111011 11110000
Octal 373 273 360
Decimal 251 187 240
Hex FB BB F0

RGB Percentages of Color #fbbbf0

%37.02
%27.58
%35.40

CMYK Percentages of Color #fbbbf0

%0
%25
%4
%2

Triadic Colors of #fbbbf0

#fbbbf0 #f0fbbb #bbf0fb

Analogous Colors of #fbbbf0

#fbbbf0 #fbbbd0 #e6bbfb

Monochromatic Colors of #fbbbf0

#fbbbf0

Complementary Color

#fbbbf0 #bbfbc6

#fbbbf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbbf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbbf0 Color CSS Codes

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

#fbbbf0 Text Font Color

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

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


#fbbbf0 Background Color

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

This div background color is #fbbbf0


#fbbbf0 Border Color

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

This div border color is #fbbbf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbbf0

Related Colors


Comments

No comments written yet.

Please login to write comment.