Color Hex Logo

#ffbbcc Color Hex

#FFBBCC
(255,187,204)
6 Favorites   0 Comments

Color spaces of #ffbbcc

RGB 255187204
HSL0.961.000.87
HSV345°27°100°
CMYK 0.000.270.20   0.00
XYZ69.909461.160365.2472
Yxy61.16030.35610.3115
Hunter Lab78.205122.70675.2773
CIE-Lab82.464826.92111.1516

#ffbbcc color RGB value is (255,187,204). This hex color code is also a web safe color which is equal to #FBC.

#ffbbcc hex color red value is 255, green value is 187 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ffbbcc hue: 0.96 , saturation: 1.00 and the lightness value of ffbbcc is 0.87.

The process color (four color CMYK) of #ffbbcc color hex is 0.00, 0.27, 0.20, 0.00. Web safe color of #ffbbcc is #ffcccc. Color #ffbbcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111011 11001100
Octal 377 273 314
Decimal 255 187 204
Hex FF BB CC

RGB Percentages of Color #ffbbcc

%39.47
%28.95
%31.58

CMYK Percentages of Color #ffbbcc

%0
%27
%20
%0

Triadic Colors of #ffbbcc

#ffbbcc #ccffbb #bbccff

Analogous Colors of #ffbbcc

#ffbbcc #ffccbb #ffbbee

Monochromatic Colors of #ffbbcc

#ffbbcc

Complementary Color

#ffbbcc #bbffee

#ffbbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbbcc Color CSS Codes

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

#ffbbcc Text Font Color

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

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


#ffbbcc Background Color

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

This div background color is #ffbbcc


#ffbbcc Border Color

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

This div border color is #ffbbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbbcc

Related Colors

#ffbbcc Color Palettes


Comments

No comments written yet.

Please login to write comment.