Color Hex Logo

#fbbbbc Color Hex

#FBBBBC
(251,187,188)
0 Favorites   0 Comments

Color spaces of #fbbbbc

RGB 251187188
HSL1.000.890.86
HSV359°25°98°
CMYK 0.000.250.25   0.02
XYZ66.631159.680755.5846
Yxy59.68070.36630.3281
Hunter Lab77.253318.763311.4175
CIE-Lab81.664323.20348.5433

#fbbbbc color RGB value is (251,187,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111011 10111100
Octal 373 273 274
Decimal 251 187 188
Hex FB BB BC

RGB Percentages of Color #fbbbbc

%40.10
%29.87
%30.03

CMYK Percentages of Color #fbbbbc

%0
%25
%25
%2

Triadic Colors of #fbbbbc

#fbbbbc #bcfbbb #bbbcfb

Analogous Colors of #fbbbbc

#fbbbbc #fbdabb #fbbbdc

Monochromatic Colors of #fbbbbc

#fbbbbc

Complementary Color

#fbbbbc #bbfbfa

#fbbbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbbbc Color CSS Codes

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

#fbbbbc Text Font Color

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

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


#fbbbbc Background Color

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

This div background color is #fbbbbc


#fbbbbc Border Color

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

This div border color is #fbbbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbbbc

Related Colors


Comments

No comments written yet.

Please login to write comment.