Color Hex Logo

#fbbccb Color Hex

#FBBCCB
(251,188,203)
0 Favorites   0 Comments

Color spaces of #fbbccb

RGB 251188203
HSL0.960.890.86
HSV346°25°98°
CMYK 0.000.250.19   0.02
XYZ68.546460.787564.6203
Yxy60.78750.35340.3134
Hunter Lab77.966320.49245.4355
CIE-Lab82.264424.83271.3477

#fbbccb color RGB value is (251,188,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111100 11001011
Octal 373 274 313
Decimal 251 188 203
Hex FB BC CB

RGB Percentages of Color #fbbccb

%39.10
%29.28
%31.62

CMYK Percentages of Color #fbbccb

%0
%25
%19
%2

Triadic Colors of #fbbccb

#fbbccb #cbfbbc #bccbfb

Analogous Colors of #fbbccb

#fbbccb #fbcdbc #fbbceb

Monochromatic Colors of #fbbccb

#fbbccb

Complementary Color

#fbbccb #bcfbec

#fbbccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbccb Color CSS Codes

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

#fbbccb Text Font Color

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

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


#fbbccb Background Color

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

This div background color is #fbbccb


#fbbccb Border Color

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

This div border color is #fbbccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbccb


Comments

No comments written yet.

Please login to write comment.